(main): Use PACKAGE, not GNU_PACKAGE.
authorJim Meyering <jim@meyering.net>
Wed, 17 Jan 2001 09:42:36 +0000 (09:42 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Jan 2001 09:42:36 +0000 (09:42 +0000)
src/cksum.c
src/tsort.c

index b185e5d4502cc5dd70f1be445e009960975e14c9..043ee026419191c0ab2c4d814740dd168a8a9caa 100644 (file)
@@ -1,5 +1,5 @@
 /* cksum -- calculate and print POSIX.2 checksums and sizes of files
-   Copyright (C) 92, 1995-2000 Free Software Foundation, Inc.
+   Copyright (C) 92, 1995-2001 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
@@ -296,7 +296,7 @@ main (int argc, char **argv)
 
   atexit (close_stdout);
 
-  parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
+  parse_long_options (argc, argv, PROGRAM_NAME, PACKAGE, VERSION,
                      AUTHORS, usage);
 
   have_read_stdin = 0;
index 1052ffbbccaf98250c96309e3ec3c6ffb77eab5a..612713925f345f49ef9d6eedf630d7c9305332cd 100644 (file)
@@ -1,5 +1,5 @@
 /* tsort - topological sort.
-   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001 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
@@ -556,7 +556,7 @@ main (int argc, char **argv)
 
   exit_status = 0;
 
-  parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
+  parse_long_options (argc, argv, PROGRAM_NAME, PACKAGE, VERSION,
                      AUTHORS, usage);
 
   while ((opt = getopt_long (argc, argv, "", long_options, NULL)) != -1)