m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/src/main.c


From: Gary V . Vaughan
Subject: Changes to m4/src/main.c
Date: Wed, 04 May 2005 11:46:02 -0400

Index: m4/src/main.c
diff -u m4/src/main.c:1.60 m4/src/main.c:1.61
--- m4/src/main.c:1.60  Sun May  1 11:10:05 2005
+++ m4/src/main.c       Wed May  4 15:45:44 2005
@@ -1,5 +1,7 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 1999, 2000, 2003, 2004 Free Software Foundation, 
Inc.
+
+   Copyright (C) 1989-1994, 1999, 2000, 2003, 2004, 2005
+   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
@@ -21,13 +23,18 @@
 
 #include "m4.h"
 #include "m4private.h"
-#include "gnu/getopt.h"
+#include "getopt.h"
+#include "version-etc.h"
 #include "gnu/progname.h"
-#include "gnu/version-etc.h"
 
 static void print_program_name_CB (void);
 
 
+/* Initialise gnulib version-etc module.
+   Do *not* mark this string for translation.  */
+const char version_etc_copyright[] =
+    "Copyright (C) 2005 Free Software Foundation, Inc.";
+
 /* Name of frozen file to digest after initialization.  */
 const char *frozen_file_to_read = NULL;
 
@@ -222,11 +229,6 @@
   set_program_name (argv[0]);
   error_print_progname = print_program_name_CB;
 
-  /* Initialise gnulib version-etc module.
-     Do *not* mark this string for translation.  */
-  version_etc_copyright        =
-    "Copyright (C) 2004 Free Software Foundation, Inc.";
-
   setlocale (LC_ALL, "");
 #ifdef ENABLE_NLS
   textdomain(PACKAGE);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]