From 91aeb7db2f7137659a76f48708f4693daad64596 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 19 Sep 2011 17:29:33 +0200 Subject: [PATCH] Fix copyright year. --- src/ChangeLog | 4 ++++ src/main.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 8eae78fc..c6fb7641 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-09-19 Giuseppe Scrivano + + * main.c (print_version): Update copyright year and fix typo. + 2011-09-13 Giuseppe Scrivano * ftp.c (ftp_retrieve_glob): Propagate correctly the `res' error diff --git a/src/main.c b/src/main.c index 7dffd5df..fdcb29fb 100644 --- a/src/main.c +++ b/src/main.c @@ -884,7 +884,7 @@ print_version (void) /* TRANSLATORS: When available, an actual copyright character (cirle-c) should be used in preference to "(C)". */ if (fputs (_("\ -Copyright (C) 2009 Free Software Foundation, Inc.\n"), stdout) < 0) +Copyright (C) 2011 Free Software Foundation, Inc.\n"), stdout) < 0) exit (3); if (fputs (_("\ License GPLv3+: GNU GPL version 3 or later\n\ -- 2.39.2