version-etc: bump copyright year reported in --version
authorEric Blake <eblake@redhat.com>
Tue, 1 Jan 2013 00:50:12 +0000 (00:50 +0000)
committerEric Blake <eblake@redhat.com>
Tue, 1 Jan 2013 00:50:12 +0000 (00:50 +0000)
Compare to commit fc9846f from last year.

* lib/version-etc.c (COPYRIGHT_YEAR): Update to 2013.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/version-etc.c

index df7999e..70c8269 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-01  Eric Blake  <eblake@redhat.com>
+
+       version-etc: bump copyright year reported in --version
+       * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2013.
+
 2012-12-31  Eric Blake  <eblake@redhat.com>
 
        sigprocmask-tests: skip test if pid is unexpectedly large
 2012-12-31  Eric Blake  <eblake@redhat.com>
 
        sigprocmask-tests: skip test if pid is unexpectedly large
        coding: utf-8
        End:
 
        coding: utf-8
        End:
 
-       Copyright (C) 1997-2012 Free Software Foundation, Inc.
+       Copyright (C) 1997-2013 Free Software Foundation, Inc.
 
        Copying and distribution of this file, with or without
        modification, are permitted provided the copyright notice
 
        Copying and distribution of this file, with or without
        modification, are permitted provided the copyright notice
index ae1e44d..b7d23ab 100644 (file)
@@ -1,5 +1,5 @@
 /* Print --version and bug-reporting information in a consistent format.
 /* Print --version and bug-reporting information in a consistent format.
-   Copyright (C) 1999-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2013 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
 
    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
 
 # define PACKAGE PACKAGE_TARNAME
 #endif
 
-enum { COPYRIGHT_YEAR = 2012 };
+enum { COPYRIGHT_YEAR = 2013 };
 
 /* The three functions below display the --version information the
    standard way.
 
 /* The three functions below display the --version information the
    standard way.