X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=config%2Fargz.mk;h=5be63f29c441f746a95b60f0daae225b9c3b8239;hb=c9195a51c61926839de237368c621c82a14ac565;hp=14b00fdde0627227ac5bd4b17399c39748cbb21a;hpb=eb61774da0aea434755a8684e2bb2f6854bd4e1c;p=gnulib.git diff --git a/config/argz.mk b/config/argz.mk index 14b00fdde..5be63f29c 100644 --- a/config/argz.mk +++ b/config/argz.mk @@ -11,7 +11,8 @@ argz_files = $(patsubst %, $(glibc_dir)/string/argz-%.c, $(argz_names)) define print-header printf '%s\n' \ "/* Functions for dealing with '\0' separated arg vectors." \ -" Copyright (C) 1995-1998, 2000-2002, 2006 Free Software Foundation, Inc."\ +" Copyright (C) 1995-1998, 2000-2002, 2006, 2009-2012 Free Software +" Foundation, Inc."\ " This file is part of the GNU C Library." \ "" \ " This program is free software; you can redistribute it and/or modify"\ @@ -25,8 +26,7 @@ define print-header " GNU General Public License for more details." \ "" \ " You should have received a copy of the GNU General Public License along"\ -" with this program; if not, write to the Free Software Foundation," \ -" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */"\ +" with this program; if not, see . */" \ "" \ "#include " \ "" \