]> git.eshelyaron.com Git - emacs.git/commitdiff
; Run set-copyright from admin.el
authorGlenn Morris <rgm@gnu.org>
Sat, 1 Jan 2022 17:52:06 +0000 (09:52 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 1 Jan 2022 17:52:06 +0000 (09:52 -0800)
configure.ac
lib-src/rcs2log
msdos/sed2v2.inp

index ee3fcd161345789f67ae60b42ec09120dd383fdc..e5ab98dbfbbc02aafe2e386973fe94e54070fc9a 100644 (file)
@@ -5440,7 +5440,7 @@ fi
 
 version=$PACKAGE_VERSION
 
-copyright="Copyright (C) 2021 Free Software Foundation, Inc."
+copyright="Copyright (C) 2022 Free Software Foundation, Inc."
 AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"],
   [Short copyright string for this version of Emacs.])
 AC_SUBST(copyright)
index d2dc7aca924437a7f7a82278745c7da5972dd3cc..bc7875cfdd2dcfa74bb352a35c1100f3d375ca30 100755 (executable)
@@ -20,7 +20,7 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
-Copyright='Copyright (C) 2021 Free Software Foundation, Inc.
+Copyright='Copyright (C) 2022 Free Software Foundation, Inc.
 This program comes with NO WARRANTY, to the extent permitted by law.
 You may redistribute copies of this program
 under the terms of the GNU General Public License.
index 521084aced85da11a406ae95aafccc301e6dad3f..b59052aca5cbbd2dc2117c16751d0cb8977e4b34 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef MSDOS\
 #define MSDOS\
 #endif
-/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2021 Free Software Foundation, Inc."/
+/^#undef COPYRIGHT *$/s/^.*$/#define COPYRIGHT "Copyright (C) 2022 Free Software Foundation, Inc."/
 /^#undef DIRECTORY_SEP *$/s!^.*$!#define DIRECTORY_SEP '/'!
 /^#undef DOS_NT *$/s/^.*$/#define DOS_NT/
 /^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/