+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
/* 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
#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. */