comparison config/srclist-update @ 16201:8250f2777afc

maint: update all copyright year number ranges Run "make update-copyright".
author Jim Meyering <meyering@redhat.com>
date Sun, 01 Jan 2012 10:04:58 +0100
parents 97fc9a21a8fb
children e542fd46ad6f
comparison
equal deleted inserted replaced
16200:146843414cf0 16201:8250f2777afc
1 #!/bin/sh 1 #!/bin/sh
2 # Check for files in directory $1 being up to date, according to the 2 # Check for files in directory $1 being up to date, according to the
3 # list on stdin. Don't actually make any changes, just show the diffs. 3 # list on stdin. Don't actually make any changes, just show the diffs.
4 # 4 #
5 # Copyright (C) 2002-2003, 2005, 2007-2011 Free Software Foundation, Inc. 5 # Copyright (C) 2002-2003, 2005, 2007-2012 Free Software Foundation, Inc.
6 # 6 #
7 # This program is free software: you can redistribute it and/or modify 7 # This program is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or 9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version. 10 # (at your option) any later version.