X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargp-version-etc.c;h=dca14f3ce6f8b580cfd39534a03f889ec2d36e56;hb=d3e6271320ff89f1fae7885f50a5d2508f8d9e88;hp=2b9119579257fd79063cd16b846be98556f8f1e6;hpb=12ce56554d4b863d351ba5b828b6716154f2c2ae;p=gnulib.git diff --git a/lib/argp-version-etc.c b/lib/argp-version-etc.c index 2b9119579..dca14f3ce 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-2011 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