summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-02 17:42:52 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-02 17:42:52 +0000
commitad024afc93dcd0f4797b3e80bfb6b80c34da5c12 (patch)
tree881da60eb5e8d12bcadddedb690f751da62c022d
parent1a2e8f4f5bd2ca2aaed78d1cea3842eff2fa5295 (diff)
Update copyright year.
-rw-r--r--src/ChangeLog17
-rw-r--r--src/addr2line.c2
-rw-r--r--src/ar.c2
-rw-r--r--src/elfcmp.c2
-rw-r--r--src/elflint.c2
-rw-r--r--src/findtextrel.c2
-rw-r--r--src/ld.c2
-rw-r--r--src/nm.c2
-rw-r--r--src/objdump.c2
-rw-r--r--src/ranlib.c2
-rw-r--r--src/readelf.c2
-rw-r--r--src/size.c2
-rw-r--r--src/strings.c2
-rw-r--r--src/strip.c2
-rw-r--r--src/unstrip.c2
15 files changed, 31 insertions, 14 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8bd6cb58..3107b2f0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
+2008-01-02 Ulrich Drepper <drepper@redhat.com>
+
+ * addr2line.c: Update copyright year.
+ * ar.c: Likewise.
+ * elfcmp.c: Likewise.
+ * elflint.c: Likewise.
+ * findtextrel.c: Likewise.
+ * ld.c: Likewise.
+ * nm.c: Likewise.
+ * objdump.c: Likewise.
+ * ranlib.c: Likewise.
+ * readelf.c: Likewise.
+ * size.c: Likewise.
+ * strings.c: Likewise.
+ * strip.c: Likewise.
+ * unstrip.c: Likewise.
+
2007-11-19 Roland McGrath <roland@redhat.com>
* readelf.c (print_ops): Handle all bad op codes gracefully.
diff --git a/src/addr2line.c b/src/addr2line.c
index 394d0655..5e0c2dad 100644
--- a/src/addr2line.c
+++ b/src/addr2line.c
@@ -191,7 +191,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/ar.c b/src/ar.c
index a9102a55..8d3b91ac 100644
--- a/src/ar.c
+++ b/src/ar.c
@@ -286,7 +286,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/elfcmp.c b/src/elfcmp.c
index bcc2d4bf..cbc8cd8c 100644
--- a/src/elfcmp.c
+++ b/src/elfcmp.c
@@ -520,7 +520,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/elflint.c b/src/elflint.c
index 3ddf670f..0121832e 100644
--- a/src/elflint.c
+++ b/src/elflint.c
@@ -236,7 +236,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/findtextrel.c b/src/findtextrel.c
index d055f34e..d2de3a65 100644
--- a/src/findtextrel.c
+++ b/src/findtextrel.c
@@ -169,7 +169,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/ld.c b/src/ld.c
index 24fb2f96..aae938e7 100644
--- a/src/ld.c
+++ b/src/ld.c
@@ -870,7 +870,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/nm.c b/src/nm.c
index 48f08aca..6ddae611 100644
--- a/src/nm.c
+++ b/src/nm.c
@@ -254,7 +254,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/objdump.c b/src/objdump.c
index 13a36c62..8c62ee28 100644
--- a/src/objdump.c
+++ b/src/objdump.c
@@ -182,7 +182,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/ranlib.c b/src/ranlib.c
index fa01daf5..f82b4f98 100644
--- a/src/ranlib.c
+++ b/src/ranlib.c
@@ -137,7 +137,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/readelf.c b/src/readelf.c
index 42c444fa..0a555623 100644
--- a/src/readelf.c
+++ b/src/readelf.c
@@ -415,7 +415,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/size.c b/src/size.c
index da7b364c..825f3e97 100644
--- a/src/size.c
+++ b/src/size.c
@@ -220,7 +220,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/strings.c b/src/strings.c
index e5507354..b9c559b3 100644
--- a/src/strings.c
+++ b/src/strings.c
@@ -228,7 +228,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/strip.c b/src/strip.c
index e69e1a7f..7858e8bf 100644
--- a/src/strip.c
+++ b/src/strip.c
@@ -204,7 +204,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
diff --git a/src/unstrip.c b/src/unstrip.c
index 2670835a..53ea3b87 100644
--- a/src/unstrip.c
+++ b/src/unstrip.c
@@ -235,7 +235,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Roland McGrath");
}