[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 aa6ed7f67ec: Fix copyright years by hand (Bug#72809)
From: |
Stefan Kangas |
Subject: |
emacs-30 aa6ed7f67ec: Fix copyright years by hand (Bug#72809) |
Date: |
Sun, 25 Aug 2024 20:50:40 -0400 (EDT) |
branch: emacs-30
commit aa6ed7f67ec7ed08224e6ab2aab0a5b65f2bc314
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
Fix copyright years by hand (Bug#72809)
These are dates that admin/update-copyright did not update.
---
configure.ac | 3 +--
doc/lispref/tips.texi | 2 +-
etc/images/gud/README | 4 ++--
msdos/autogen/Makefile.in | 4 ++--
nt/emacs.rc.in | 2 +-
nt/emacsclient.rc.in | 2 +-
test/lisp/which-key-tests.el | 2 +-
7 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6e9d44e2ce8..8fc29f742ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7595,8 +7595,7 @@ send your change to bug-gnu-emacs@gnu.org])])])
AH_TOP([/* GNU Emacs site configuration template file.
-Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2021
- Free Software Foundation, Inc.
+Copyright (C) 1988-2024 Free Software Foundation, Inc.
This file is part of GNU Emacs.
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index dc0679ed3a1..e3d695b2347 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -1057,7 +1057,7 @@ explains these conventions, starting with an example:
@group
;;; foo.el --- Support for the Foo programming language -*- lexical-binding:
t; -*-
-;; Copyright (C) 2010-2021 Your Name
+;; Copyright (C) 2010-2024 Your Name
@end group
;; Author: Your Name <yourname@@example.com>
diff --git a/etc/images/gud/README b/etc/images/gud/README
index 6cdcce35fba..a3d083bf674 100644
--- a/etc/images/gud/README
+++ b/etc/images/gud/README
@@ -31,7 +31,7 @@ their copyright assignment included the icons.
The following icons are converted from the Insight Windows style icon
set in src/gdb/gdbtk/library/images2.
-Copyright (C) 2002-2021 Free Software Foundation, Inc.
+Copyright (C) 2002-2024 Free Software Foundation, Inc.
License: GNU General Public License version 3 or later (see COPYING)
cont.pbm and cont.xpm were converted from continue.gif
@@ -47,7 +47,7 @@ License: GNU General Public License version 3 or later (see
COPYING)
The following icons are created from the Insight Windows style icon
set in src/gdb/gdbtk/library/images2.
-Copyright (C) 2002-2021 Free Software Foundation, Inc.
+Copyright (C) 2002-2024 Free Software Foundation, Inc.
License: GNU General Public License version 3 or later (see COPYING)
rcont.xpm rfinish.xpm
diff --git a/msdos/autogen/Makefile.in b/msdos/autogen/Makefile.in
index 18403250875..4225cc72bcc 100644
--- a/msdos/autogen/Makefile.in
+++ b/msdos/autogen/Makefile.in
@@ -13,7 +13,7 @@
@SET_MAKE@
-# Copyright (C) 2002-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
# Generated by gnulib-tool.
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib
--m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux
--avoid=close --avoid=dup --avoid=fchdir --avoid=fstat --avoid=malloc-posix
--avoid=msvc-inval --avoid=msvc-nothrow --avoid=open --avoid=openat-die
--avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select
--avoid=sigprocmask --avoid=sys_types --avoid=threadlib
--makefile-name=gnulib.mk --conditional-dependencies --no-libtool
--macro-prefix=gl [...]
-# Copyright (C) 2002-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2024 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/nt/emacs.rc.in b/nt/emacs.rc.in
index ed217887c5d..5ef3da1c537 100644
--- a/nt/emacs.rc.in
+++ b/nt/emacs.rc.in
@@ -31,7 +31,7 @@ BEGIN
VALUE "FileDescription", "GNU Emacs: The extensible
self-documenting text editor\0"
VALUE "FileVersion", "@comma_space_version@\0"
VALUE "InternalName", "Emacs\0"
- VALUE "LegalCopyright", "Copyright (C) 2001-2021\0"
+ VALUE "LegalCopyright", "Copyright (C) 2001-2024\0"
VALUE "OriginalFilename", "emacs.exe"
VALUE "ProductName", "Emacs\0"
VALUE "ProductVersion", "@comma_space_version@\0"
diff --git a/nt/emacsclient.rc.in b/nt/emacsclient.rc.in
index c061f06528e..b5f865c6092 100644
--- a/nt/emacsclient.rc.in
+++ b/nt/emacsclient.rc.in
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "GNU EmacsClient: Client for the
extensible self-documenting text editor\0"
VALUE "FileVersion", "@comma_space_version@\0"
VALUE "InternalName", "EmacsClient\0"
- VALUE "LegalCopyright", "Copyright (C) 2001-2021\0"
+ VALUE "LegalCopyright", "Copyright (C) 2001-2024\0"
VALUE "OriginalFilename", "emacsclientw.exe"
VALUE "ProductName", "EmacsClient\0"
VALUE "ProductVersion", "@comma_space_version@\0"
diff --git a/test/lisp/which-key-tests.el b/test/lisp/which-key-tests.el
index 3b42a7bd504..27081bc5565 100644
--- a/test/lisp/which-key-tests.el
+++ b/test/lisp/which-key-tests.el
@@ -1,6 +1,6 @@
;;; which-key-tests.el --- Tests for which-key.el -*- lexical-binding: t; -*-
-;; Copyright (C) 2017-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2024 Free Software Foundation, Inc.
;; Author: Justin Burkett <justin@burkett.cc>
;; Maintainer: Justin Burkett <justin@burkett.cc>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 aa6ed7f67ec: Fix copyright years by hand (Bug#72809),
Stefan Kangas <=