; Run set-copyright from admin.el
This commit is contained in:
parent
2558b37b5e
commit
2684def348
3 changed files with 3 additions and 3 deletions
|
@ -5440,7 +5440,7 @@ fi
|
||||||
|
|
||||||
version=$PACKAGE_VERSION
|
version=$PACKAGE_VERSION
|
||||||
|
|
||||||
copyright="Copyright (C) 2021 Free Software Foundation, Inc."
|
copyright="Copyright (C) 2022 Free Software Foundation, Inc."
|
||||||
AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"],
|
AC_DEFINE_UNQUOTED(COPYRIGHT, ["$copyright"],
|
||||||
[Short copyright string for this version of Emacs.])
|
[Short copyright string for this version of Emacs.])
|
||||||
AC_SUBST(copyright)
|
AC_SUBST(copyright)
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# 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.
|
This program comes with NO WARRANTY, to the extent permitted by law.
|
||||||
You may redistribute copies of this program
|
You may redistribute copies of this program
|
||||||
under the terms of the GNU General Public License.
|
under the terms of the GNU General Public License.
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef MSDOS\
|
#ifndef MSDOS\
|
||||||
#define MSDOS\
|
#define MSDOS\
|
||||||
#endif
|
#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 DIRECTORY_SEP *$/s!^.*$!#define DIRECTORY_SEP '/'!
|
||||||
/^#undef DOS_NT *$/s/^.*$/#define DOS_NT/
|
/^#undef DOS_NT *$/s/^.*$/#define DOS_NT/
|
||||||
/^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/
|
/^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/
|
||||||
|
|
Loading…
Add table
Reference in a new issue