changeset 10984:9a4221960c07

* lib/version-etc.c (version_etc_va): Update copyright year. SCALAR(0x831a154) Copyright (C) 1997-2009 Free Software Foundation, Inc.
author Jim Meyering <meyering@redhat.com>
date Thu, 01 Jan 2009 02:06:35 +0100
parents 7680401c433e
children 32537aa6364d
files ChangeLog lib/version-etc.c
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-01  Jim Meyering  <meyering@redhat.com>
+
+	* lib/version-etc.c (version_etc_va): Update copyright year.
+
 2008-12-30  Bruno Haible  <bruno@clisp.org>
 
 	* m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
@@ -47305,7 +47309,7 @@
 	coding: utf-8
 	End:
 
-	Copyright (C) 1997-2008 Free Software Foundation, Inc.
+	Copyright (C) 1997-2009 Free Software Foundation, Inc.
 
 	Copying and distribution of this file, with or without
 	modification, are permitted provided the copyright notice
--- a/lib/version-etc.c
+++ b/lib/version-etc.c
@@ -1,5 +1,5 @@
 /* Utility to help print --version output in a consistent format.
-   Copyright (C) 1999-2008 Free Software Foundation, Inc.
+   Copyright (C) 1999-2009 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
-enum { COPYRIGHT_YEAR = 2008 };
+enum { COPYRIGHT_YEAR = 2009 };
 
 /* Like version_etc, below, but with the NULL-terminated author list
    provided via a variable of type va_list.  */