* lib/version-etc.c (version_etc_va): Update copyright year.
authorJim Meyering <meyering@redhat.com>
Thu, 1 Jan 2009 01:06:35 +0000 (02:06 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 1 Jan 2009 01:06:35 +0000 (02:06 +0100)
SCALAR(0x831a154)
Copyright (C) 1997-2009 Free Software Foundation, Inc.

ChangeLog
lib/version-etc.c

index e093c98..5af415e 100644 (file)
--- 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
        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
index 823e085..6ef1cca 100644 (file)
@@ -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.  */