aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2024-01-02 10:30:05 +0800
committerPo Lu2024-01-02 10:30:05 +0800
commit070cb32463a8c606bf4384574a6c7ea60167e87d (patch)
tree61f3406414a9604d8ecc3ca5b6f622318444b48d /src
parentecf08f0621c25ad1dfadd96399e204c389ab1695 (diff)
downloademacs-070cb32463a8c606bf4384574a6c7ea60167e87d.tar.gz
emacs-070cb32463a8c606bf4384574a6c7ea60167e87d.zip
; Add 2024 to copyright years
Diffstat (limited to 'src')
-rw-r--r--src/android-asset.h2
-rw-r--r--src/android-emacs.c2
-rw-r--r--src/android.c2
-rw-r--r--src/android.h2
-rw-r--r--src/androidfns.c2
-rw-r--r--src/androidfont.c2
-rw-r--r--src/androidgui.h2
-rw-r--r--src/androidmenu.c2
-rw-r--r--src/androidselect.c2
-rw-r--r--src/androidterm.c2
-rw-r--r--src/androidterm.h2
-rw-r--r--src/androidvfs.c2
-rw-r--r--src/sfnt.c2
-rw-r--r--src/sfnt.h2
-rw-r--r--src/sfntfont-android.c2
-rw-r--r--src/sfntfont.c2
-rw-r--r--src/sfntfont.h2
-rw-r--r--src/textconv.c2
-rw-r--r--src/textconv.h2
19 files changed, 19 insertions, 19 deletions
diff --git a/src/android-asset.h b/src/android-asset.h
index d7cf0f0cfed..a6b5aa3366c 100644
--- a/src/android-asset.h
+++ b/src/android-asset.h
@@ -1,6 +1,6 @@
1/* Android initialization for GNU Emacs. 1/* Android initialization for GNU Emacs.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/android-emacs.c b/src/android-emacs.c
index 2c405795860..5a43445612a 100644
--- a/src/android-emacs.c
+++ b/src/android-emacs.c
@@ -1,6 +1,6 @@
1/* Android initialization for GNU Emacs. 1/* Android initialization for GNU Emacs.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/android.c b/src/android.c
index 7a393f8f56d..757f256c188 100644
--- a/src/android.c
+++ b/src/android.c
@@ -1,6 +1,6 @@
1/* Android initialization for GNU Emacs. 1/* Android initialization for GNU Emacs.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/android.h b/src/android.h
index 12f9472836f..1059933d339 100644
--- a/src/android.h
+++ b/src/android.h
@@ -1,6 +1,6 @@
1/* Android initialization for GNU Emacs. 1/* Android initialization for GNU Emacs.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/androidfns.c b/src/androidfns.c
index 14561afe29a..bf8ab5b45cc 100644
--- a/src/androidfns.c
+++ b/src/androidfns.c
@@ -1,6 +1,6 @@
1/* Communication module for Android terminals. 1/* Communication module for Android terminals.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/androidfont.c b/src/androidfont.c
index 9a1bf5652fc..5fd3018b6d4 100644
--- a/src/androidfont.c
+++ b/src/androidfont.c
@@ -1,6 +1,6 @@
1/* Android fallback font driver. 1/* Android fallback font driver.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/androidgui.h b/src/androidgui.h
index 5fab5023ba4..69efd393d55 100644
--- a/src/androidgui.h
+++ b/src/androidgui.h
@@ -1,5 +1,5 @@
1/* Android window system support. 1/* Android window system support.
2 Copyright (C) 2023 Free Software Foundation, Inc. 2 Copyright (C) 2023-2024 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/androidmenu.c b/src/androidmenu.c
index 1f4d91b527d..1728ae81e42 100644
--- a/src/androidmenu.c
+++ b/src/androidmenu.c
@@ -1,6 +1,6 @@
1/* Communication module for Android terminals. 1/* Communication module for Android terminals.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/androidselect.c b/src/androidselect.c
index e7a6ee258a8..3ba3058aeb9 100644
--- a/src/androidselect.c
+++ b/src/androidselect.c
@@ -1,6 +1,6 @@
1/* Communication module for Android terminals. 1/* Communication module for Android terminals.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/androidterm.c b/src/androidterm.c
index c3a04fd3cfb..2e4ee64f390 100644
--- a/src/androidterm.c
+++ b/src/androidterm.c
@@ -1,6 +1,6 @@
1/* Communication module for Android terminals. 1/* Communication module for Android terminals.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/androidterm.h b/src/androidterm.h
index 9830cc4364d..7568055a20b 100644
--- a/src/androidterm.h
+++ b/src/androidterm.h
@@ -1,6 +1,6 @@
1/* Communication module for Android terminals. 1/* Communication module for Android terminals.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/androidvfs.c b/src/androidvfs.c
index 3b7fb731e86..3377683c84f 100644
--- a/src/androidvfs.c
+++ b/src/androidvfs.c
@@ -1,6 +1,6 @@
1/* Android virtual file-system support for GNU Emacs. 1/* Android virtual file-system support for GNU Emacs.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/sfnt.c b/src/sfnt.c
index deafaec31e7..ead41b89025 100644
--- a/src/sfnt.c
+++ b/src/sfnt.c
@@ -1,6 +1,6 @@
1/* TrueType format font support for GNU Emacs. 1/* TrueType format font support for GNU Emacs.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/sfnt.h b/src/sfnt.h
index 8f6d6bf427b..2b92f9f540a 100644
--- a/src/sfnt.h
+++ b/src/sfnt.h
@@ -1,6 +1,6 @@
1/* sfnt format font support for GNU Emacs. 1/* sfnt format font support for GNU Emacs.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/sfntfont-android.c b/src/sfntfont-android.c
index e49615210eb..9ead43a9c5d 100644
--- a/src/sfntfont-android.c
+++ b/src/sfntfont-android.c
@@ -1,6 +1,6 @@
1/* sfnt format font driver for Android. 1/* sfnt format font driver for Android.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/sfntfont.c b/src/sfntfont.c
index 04caf77e72a..1ad41deac70 100644
--- a/src/sfntfont.c
+++ b/src/sfntfont.c
@@ -1,6 +1,6 @@
1/* sfnt format font driver for GNU Emacs. 1/* sfnt format font driver for GNU Emacs.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/sfntfont.h b/src/sfntfont.h
index 28267cdb1d6..0e57ee35028 100644
--- a/src/sfntfont.h
+++ b/src/sfntfont.h
@@ -1,6 +1,6 @@
1/* sfnt format font driver for GNU Emacs. 1/* sfnt format font driver for GNU Emacs.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/textconv.c b/src/textconv.c
index fb1c66bb2c2..2a7b0ed330d 100644
--- a/src/textconv.c
+++ b/src/textconv.c
@@ -1,6 +1,6 @@
1/* String conversion support for graphics terminals. 1/* String conversion support for graphics terminals.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/textconv.h b/src/textconv.h
index c677c07e9aa..61f13ebcb43 100644
--- a/src/textconv.h
+++ b/src/textconv.h
@@ -1,6 +1,6 @@
1/* String conversion support for graphics terminals. 1/* String conversion support for graphics terminals.
2 2
3Copyright (C) 2023 Free Software Foundation, Inc. 3Copyright (C) 2023-2024 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6