aboutsummaryrefslogtreecommitdiffstats
path: root/etc/srecode
diff options
context:
space:
mode:
authorPaul Eggert2021-01-01 01:13:56 -0800
committerPaul Eggert2021-01-01 01:13:56 -0800
commitba05d005e5a81bc123ad8da928b1bccb6b160e7a (patch)
treeeabc024e6b9b0ac4ffcf6fb98c324229ac9c9209 /etc/srecode
parent841e40db5458555c952257a42eaca4a51dfefdae (diff)
downloademacs-ba05d005e5a81bc123ad8da928b1bccb6b160e7a.tar.gz
emacs-ba05d005e5a81bc123ad8da928b1bccb6b160e7a.zip
Update copyright year to 2021
Run "TZ=UTC0 admin/update-copyright".
Diffstat (limited to 'etc/srecode')
-rw-r--r--etc/srecode/c.srt2
-rw-r--r--etc/srecode/cpp.srt2
-rw-r--r--etc/srecode/default.srt2
-rw-r--r--etc/srecode/doc-cpp.srt2
-rw-r--r--etc/srecode/doc-default.srt2
-rw-r--r--etc/srecode/doc-java.srt2
-rw-r--r--etc/srecode/ede-autoconf.srt2
-rw-r--r--etc/srecode/ede-make.srt2
-rw-r--r--etc/srecode/el.srt2
-rw-r--r--etc/srecode/getset-cpp.srt2
-rw-r--r--etc/srecode/java.srt2
-rw-r--r--etc/srecode/make.srt2
-rw-r--r--etc/srecode/proj-test.srt2
-rw-r--r--etc/srecode/template.srt2
-rw-r--r--etc/srecode/test.srt2
-rw-r--r--etc/srecode/texi.srt2
-rw-r--r--etc/srecode/wisent.srt2
17 files changed, 17 insertions, 17 deletions
diff --git a/etc/srecode/c.srt b/etc/srecode/c.srt
index 0942e31cc92..753d1ee01b1 100644
--- a/etc/srecode/c.srt
+++ b/etc/srecode/c.srt
@@ -1,6 +1,6 @@
1;;; c.srt --- SRecode templates for c-mode 1;;; c.srt --- SRecode templates for c-mode
2 2
3;; Copyright (C) 2007-2010, 2012-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2010, 2012-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/cpp.srt b/etc/srecode/cpp.srt
index aa3bec23829..3d1f9cbf92d 100644
--- a/etc/srecode/cpp.srt
+++ b/etc/srecode/cpp.srt
@@ -1,6 +1,6 @@
1;;; cpp.srt --- SRecode templates for c++-mode 1;;; cpp.srt --- SRecode templates for c++-mode
2 2
3;; Copyright (C) 2007-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/default.srt b/etc/srecode/default.srt
index 8df64e0d46e..0dff66187e6 100644
--- a/etc/srecode/default.srt
+++ b/etc/srecode/default.srt
@@ -1,6 +1,6 @@
1;;; default.srt --- SRecode templates for srecode-template-mode 1;;; default.srt --- SRecode templates for srecode-template-mode
2 2
3;; Copyright (C) 2007-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt
index ecda96a740d..0de05ff15c2 100644
--- a/etc/srecode/doc-cpp.srt
+++ b/etc/srecode/doc-cpp.srt
@@ -1,6 +1,6 @@
1;; doc-c.srt --- SRecode templates for "document" applications 1;; doc-c.srt --- SRecode templates for "document" applications
2 2
3;; Copyright (C) 2008-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/doc-default.srt b/etc/srecode/doc-default.srt
index 56a0ae0a4e3..4fc00ddf9e9 100644
--- a/etc/srecode/doc-default.srt
+++ b/etc/srecode/doc-default.srt
@@ -1,6 +1,6 @@
1;; doc-default.srt --- SRecode templates for "document" applications 1;; doc-default.srt --- SRecode templates for "document" applications
2 2
3;; Copyright (C) 2009-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt
index 17086bc483e..b7eb0dbf2c3 100644
--- a/etc/srecode/doc-java.srt
+++ b/etc/srecode/doc-java.srt
@@ -1,6 +1,6 @@
1;; doc-java.srt --- SRecode templates for "document" applications 1;; doc-java.srt --- SRecode templates for "document" applications
2 2
3;; Copyright (C) 2009-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/ede-autoconf.srt b/etc/srecode/ede-autoconf.srt
index 197a2719911..042c05aa63a 100644
--- a/etc/srecode/ede-autoconf.srt
+++ b/etc/srecode/ede-autoconf.srt
@@ -1,6 +1,6 @@
1;;; ede/templates/autoconf.srt --- Templates for autoconf used by EDE 1;;; ede/templates/autoconf.srt --- Templates for autoconf used by EDE
2 2
3;; Copyright (C) 2010, 2012-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2010, 2012-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/ede-make.srt b/etc/srecode/ede-make.srt
index 259a001e284..ba380e40903 100644
--- a/etc/srecode/ede-make.srt
+++ b/etc/srecode/ede-make.srt
@@ -1,6 +1,6 @@
1;; ede-make.srt --- SRecode templates for Makefiles used by EDE. 1;; ede-make.srt --- SRecode templates for Makefiles used by EDE.
2 2
3;; Copyright (C) 2008-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/el.srt b/etc/srecode/el.srt
index 7d5c64c86c0..a366434c3eb 100644
--- a/etc/srecode/el.srt
+++ b/etc/srecode/el.srt
@@ -1,6 +1,6 @@
1;;; el.srt --- SRecode templates for Emacs Lisp mode 1;;; el.srt --- SRecode templates for Emacs Lisp mode
2 2
3;; Copyright (C) 2007-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/getset-cpp.srt b/etc/srecode/getset-cpp.srt
index 16c9d5f31bd..af27cb2e8cb 100644
--- a/etc/srecode/getset-cpp.srt
+++ b/etc/srecode/getset-cpp.srt
@@ -1,6 +1,6 @@
1;;; getset-cpp.srt --- SRecode templates for C++ class getter/setters. 1;;; getset-cpp.srt --- SRecode templates for C++ class getter/setters.
2 2
3;; Copyright (C) 2007-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/java.srt b/etc/srecode/java.srt
index 5ff0de3566e..5d8ce88b567 100644
--- a/etc/srecode/java.srt
+++ b/etc/srecode/java.srt
@@ -1,6 +1,6 @@
1;; java.srt 1;; java.srt
2 2
3;; Copyright (C) 2009-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/make.srt b/etc/srecode/make.srt
index eb486827430..f83ecf9e125 100644
--- a/etc/srecode/make.srt
+++ b/etc/srecode/make.srt
@@ -1,6 +1,6 @@
1;; make.srt 1;; make.srt
2 2
3;; Copyright (C) 2009-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/proj-test.srt b/etc/srecode/proj-test.srt
index 65ee9797e19..6825c6b8370 100644
--- a/etc/srecode/proj-test.srt
+++ b/etc/srecode/proj-test.srt
@@ -1,6 +1,6 @@
1;; proj-test.srt --- SRecode template for testing project scoping. 1;; proj-test.srt --- SRecode template for testing project scoping.
2 2
3;; Copyright (C) 2008-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/template.srt b/etc/srecode/template.srt
index ac97c14b9e7..5820b1d756c 100644
--- a/etc/srecode/template.srt
+++ b/etc/srecode/template.srt
@@ -1,6 +1,6 @@
1;;; template.srt --- Templates for Semantic Recoders 1;;; template.srt --- Templates for Semantic Recoders
2 2
3;; Copyright (C) 2005, 2007-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2005, 2007-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/test.srt b/etc/srecode/test.srt
index a9d706677cf..581c295383a 100644
--- a/etc/srecode/test.srt
+++ b/etc/srecode/test.srt
@@ -1,6 +1,6 @@
1;; test.srt --- SRecode templates for testing 1;; test.srt --- SRecode templates for testing
2 2
3;; Copyright (C) 2008-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/texi.srt b/etc/srecode/texi.srt
index 243a53f52b4..cc4c50c780c 100644
--- a/etc/srecode/texi.srt
+++ b/etc/srecode/texi.srt
@@ -1,6 +1,6 @@
1;; texi.srt --- SRecode templates for Texinfo 1;; texi.srt --- SRecode templates for Texinfo
2 2
3;; Copyright (C) 2008-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6
diff --git a/etc/srecode/wisent.srt b/etc/srecode/wisent.srt
index 445152d51eb..4e8f61bd091 100644
--- a/etc/srecode/wisent.srt
+++ b/etc/srecode/wisent.srt
@@ -1,6 +1,6 @@
1;; wisent.srt --- SRecode templates for Emacs/WISENT grammar files. 1;; wisent.srt --- SRecode templates for Emacs/WISENT grammar files.
2 2
3;; Copyright (C) 2007-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
4 4
5;; Author: Eric M. Ludlam <zappo@gnu.org> 5;; Author: Eric M. Ludlam <zappo@gnu.org>
6 6