]> Savannah Git Hosting - gnulib.git/commitdiff
version-etc: update copyright year reported by --version
authorJim Meyering <meyering@redhat.com>
Sun, 1 Jan 2012 09:00:41 +0000 (10:00 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 1 Jan 2012 09:00:41 +0000 (10:00 +0100)
* lib/version-etc.c (COPYRIGHT_YEAR): Update to 2012.

Copyright (C) 1997-2012 Free Software Foundation, Inc.

ChangeLog
lib/version-etc.c

index 3e45b0019ce9b8b308efd004a64e9eabc7604538..185c64dfc198e90572da79e9e74eeacb730c754c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-01  Jim Meyering  <meyering@redhat.com>
+
+       version-etc: update copyright year reported by --version
+       * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2012.
+
 2011-12-31  Pádraig Brady  <P@draigBrady.com>
 
        canonicalize: only stat() if required
        coding: utf-8
        End:
 
-       Copyright (C) 1997-2011 Free Software Foundation, Inc.
+       Copyright (C) 1997-2012 Free Software Foundation, Inc.
 
        Copying and distribution of this file, with or without
        modification, are permitted provided the copyright notice
index b8d4724b56ed72dbd96a631be51fe6a3b6943261..ae1e44d61dc68cdb5f4a5522ea915d2022c19bff 100644 (file)
@@ -1,5 +1,5 @@
 /* Print --version and bug-reporting information in a consistent format.
-   Copyright (C) 1999-2011 Free Software Foundation, Inc.
+   Copyright (C) 1999-2012 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
@@ -38,7 +38,7 @@
 # define PACKAGE PACKAGE_TARNAME
 #endif
 
-enum { COPYRIGHT_YEAR = 2011 };
+enum { COPYRIGHT_YEAR = 2012 };
 
 /* The three functions below display the --version information the
    standard way.