X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargp-version-etc.c;h=f500a8f56146f85c5576c5e481630b6b943d26b2;hb=14b6d70139486b63e66257aad1abe2a9615f4d96;hp=2b9119579257fd79063cd16b846be98556f8f1e6;hpb=12ce56554d4b863d351ba5b828b6716154f2c2ae;p=gnulib.git diff --git a/lib/argp-version-etc.c b/lib/argp-version-etc.c index 2b9119579..f500a8f56 100644 --- a/lib/argp-version-etc.c +++ b/lib/argp-version-etc.c @@ -1,5 +1,5 @@ /* Version hook for Argp. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 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 @@ -26,7 +26,7 @@ static void version_etc_hook (FILE *stream, struct argp_state *state) { version_etc_ar (stream, program_canonical_name, PACKAGE_NAME, VERSION, - program_authors); + program_authors); } void