]> git.eshelyaron.com Git - emacs.git/commitdiff
; Copyright fixes for pdumper files
authorGlenn Morris <rgm@gnu.org>
Wed, 16 Jan 2019 09:39:50 +0000 (04:39 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 Jan 2019 09:39:50 +0000 (04:39 -0500)
I wonder if the copyright years for lib-src/make-fingerprint.c are correct.

lib-src/make-fingerprint.c
src/dmpstruct.awk
src/fingerprint-dummy.c
src/fingerprint.h
src/pdumper.c
src/pdumper.h

index 69558a818e282e4a3a41f53e21d1c9b39df7181f..d310366442d982bd56789f416c50521db5e0b73f 100644 (file)
@@ -1,7 +1,7 @@
 /* Hash inputs and generate C file with the digest.
 
-Copyright (C) 1985-1986, 1992-1994, 1997, 1999-2016 Free Software
-Foundation, Inc.
+Copyright (C) 1985-1986, 1992-1994, 1997, 1999-2016, 2018-2019
+Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index d222d117e626f0cb8a1c9f2a46f93c499241eb29..55626cf8b21428be10b6da5a3216cb32d3fd90e8 100755 (executable)
@@ -1,3 +1,20 @@
+# Copyright (C) 2018-2019 Free Software Foundation, Inc.
+#
+# This file is part of GNU Emacs.
+#
+# GNU Emacs is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or (at
+# your option) any later version.
+#
+# GNU Emacs is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
+
 BEGIN {
   print "/* Generated by dmpstruct.awk */"
   print "#ifndef EMACS_DMPSTRUCT_H"
index 295654a40db0ee0c2a0aff7f5c49caef527e5215..1603519783ee0aba87b8ca04adc441f062a305d7 100644 (file)
@@ -1,7 +1,6 @@
 /* Dummy fingerprint
 
-Copyright (C) 2016 Free Software Foundation,
-Inc.
+Copyright (C) 2016, 2018-2019 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index b48d40f89cad6b7e5c948714ab27196c55e68ea7..913b668b4e072240193582697f9b50e0bbcbb042 100644 (file)
@@ -1,7 +1,6 @@
 /* Header file for the Emacs build fingerprint.
 
-Copyright (C) 2016 Free Software Foundation,
-Inc.
+Copyright (C) 2016, 2018-2019 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index cf2aaf474bb119681ec25a8df6c8096c71091f66..3787408e6da3776fc806233dca95c18adb03facb 100644 (file)
@@ -1,3 +1,20 @@
+/* Copyright (C) 2018-2019 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or (at
+your option) any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
+
 #include <config.h>
 
 #include <errno.h>
index 8ed4fc1cb3b3ad406031a99bbc686249ebb9db72..7b52c64b9742ec27573e3ed5efbe2175d8b98c7f 100644 (file)
@@ -1,7 +1,6 @@
 /* Header file for the portable dumper.
 
-Copyright (C) 2016 Free Software Foundation,
-Inc.
+Copyright (C) 2016, 2018-2019 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.