]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: update copyright year number ranges of numfmt sources
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 1 Aug 2013 02:18:00 +0000 (04:18 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Fri, 2 Aug 2013 06:31:36 +0000 (08:31 +0200)
Run "make update-copyright".

* src/numfmt.c: Update copyright year number range.  This file has
obviously been added to coreutils after and without the annual update.
* tests/misc/numfmt.pl: Likewise.

src/numfmt.c
tests/misc/numfmt.pl

index f689a9742fe80b205efc6989232ac296f508cf50..a809949162f5148f92556ecf05291d39faf58ed2 100644 (file)
@@ -1,5 +1,5 @@
 /* Reformat numbers like 11505426432 to the more human-readable 11G
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-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
index 553f68b2b9d5d23730de75add535d5f6c0461990..2740bbf583760ad7a270ffd90badd64901ddfee6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 # Basic tests for "numfmt".
 
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-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