From b1c75d78b893621f5800888a115dd9f72b26c3e9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 1 Jan 2009 02:06:35 +0100 Subject: [PATCH] * lib/version-etc.c (version_etc_va): Update copyright year. SCALAR(0x831a154) Copyright (C) 1997-2009 Free Software Foundation, Inc. --- ChangeLog | 6 +++++- lib/version-etc.c | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e093c9802..5af415e4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-01 Jim Meyering + + * lib/version-etc.c (version_etc_va): Update copyright year. + 2008-12-30 Bruno Haible * 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 diff --git a/lib/version-etc.c b/lib/version-etc.c index 823e08562..6ef1cca70 100644 --- 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. */ -- 2.11.0