CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/08/22 16:13:38

Index: checks/get-them
===================================================================
RCS file: /sources/m4/m4/checks/Attic/get-them,v
retrieving revision 1.1.1.1.2.5
retrieving revision 1.1.1.1.2.6
diff -u -b -r1.1.1.1.2.5 -r1.1.1.1.2.6
--- checks/get-them     31 Jul 2006 20:28:12 -0000      1.1.1.1.2.5
+++ checks/get-them     22 Aug 2006 16:13:38 -0000      1.1.1.1.2.6
@@ -46,7 +46,12 @@
     seq++;
     count++;
     file = sprintf("%03d.%s", count, node);
-    printf("dnl @ %s:%d: Origin of test\n", FILENAME, NR) > file;
+    printf("dnl @ %s:%d: Origin of test\n"\
+          "dnl @ Copyright (C) 2006 Free Software Foundation\n"\
+          "dnl @ This file is free software; the Free Software Foundation\n"\
+          "dnl @ gives unlimited permission to copy and/or distribute it\n"\
+          "dnl @ with or without modifications, as long as this notice\n"\
+          "dnl @ is preserved.\n", FILENAME, NR) > file;
     next;
   }
   if ($0 ~ /[EMAIL PROTECTED] example$/) {


Reply via email to