X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargp-pin.c;h=aab8160518b80e37c23ca7a9567a417f1567d4af;hb=ef3f971ddf9b91cc6ea3af6e46532ea6b804b9ce;hp=852c6d6d9388599d716172df1182987ef25ec646;hpb=f2502cf84f710989fa2b0d459a6c4f322d737b67;p=gnulib.git diff --git a/lib/argp-pin.c b/lib/argp-pin.c index 852c6d6d9..aab816051 100644 --- a/lib/argp-pin.c +++ b/lib/argp-pin.c @@ -1,19 +1,18 @@ /* Full and short program names for argp module - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #ifdef HAVE_CONFIG_H # include @@ -25,4 +24,3 @@ char *program_invocation_short_name = 0; #ifndef HAVE_PROGRAM_INVOCATION_NAME char *program_invocation_name = 0; #endif -