aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2021-12-31 21:08:23 +0800
committerPo Lu2021-12-31 21:08:23 +0800
commit1f34f072be43f25538b1cbedef6a5b828c900c64 (patch)
tree1a1fce37791b447a1ccb2eea66a72790b5554468 /src
parent7dd4dc6ace22aab91939176cb623d54cdb1788e4 (diff)
downloademacs-1f34f072be43f25538b1cbedef6a5b828c900c64.tar.gz
emacs-1f34f072be43f25538b1cbedef6a5b828c900c64.zip
Fix copyright dates in some files belonging to the pgtk port
* src/pgtkgui.h: * src/pgtkim.c: * src/pgtkmenu.c: * src/pgtkselect.c: * src/pgtkselect.h: * src/pgtkterm.c: * src/pgtkterm.h: Fix copyright dates to say '2021'.
Diffstat (limited to 'src')
-rw-r--r--src/pgtkgui.h2
-rw-r--r--src/pgtkim.c2
-rw-r--r--src/pgtkmenu.c2
-rw-r--r--src/pgtkselect.c2
-rw-r--r--src/pgtkselect.h2
-rw-r--r--src/pgtkterm.c2
-rw-r--r--src/pgtkterm.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/pgtkgui.h b/src/pgtkgui.h
index 035e0179f67..9703fe6a02a 100644
--- a/src/pgtkgui.h
+++ b/src/pgtkgui.h
@@ -1,5 +1,5 @@
1/* Definitions and headers for communication on the pure Gtk+3. 1/* Definitions and headers for communication on the pure Gtk+3.
2 Copyright (C) 1995, 2005, 2008-2020 Free Software Foundation, Inc. 2 Copyright (C) 1995, 2005, 2008-2021 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/pgtkim.c b/src/pgtkim.c
index c0104ebc0ae..a38599c5a9c 100644
--- a/src/pgtkim.c
+++ b/src/pgtkim.c
@@ -1,6 +1,6 @@
1/* Pure Gtk+-3 communication module. 1/* Pure Gtk+-3 communication module.
2 2
3Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2020 Free Software 3Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2021 Free Software
4Foundation, Inc. 4Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
diff --git a/src/pgtkmenu.c b/src/pgtkmenu.c
index fd2c53a1b82..dbab2f9645b 100644
--- a/src/pgtkmenu.c
+++ b/src/pgtkmenu.c
@@ -1,5 +1,5 @@
1/* Pure GTK3 menu and toolbar module. 1/* Pure GTK3 menu and toolbar module.
2 Copyright (C) 2019-2020 Free Software Foundation, Inc. 2 Copyright (C) 2019-2021 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/pgtkselect.c b/src/pgtkselect.c
index 77a563dc3f3..2a96caf0320 100644
--- a/src/pgtkselect.c
+++ b/src/pgtkselect.c
@@ -1,5 +1,5 @@
1/* Gtk selection processing for emacs. 1/* Gtk selection processing for emacs.
2 Copyright (C) 1993-1994, 2005-2006, 2008-2020 Free Software 2 Copyright (C) 1993-1994, 2005-2006, 2008-2021 Free Software
3 Foundation, Inc. 3 Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
diff --git a/src/pgtkselect.h b/src/pgtkselect.h
index 7ad04c217ac..294eefc11d9 100644
--- a/src/pgtkselect.h
+++ b/src/pgtkselect.h
@@ -1,5 +1,5 @@
1/* Definitions and headers for selection of pure Gtk+3. 1/* Definitions and headers for selection of pure Gtk+3.
2 Copyright (C) 1989, 1993, 2005, 2008-2020 Free Software Foundation, 2 Copyright (C) 1989, 1993, 2005, 2008-2021 Free Software Foundation,
3 Inc. 3 Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
diff --git a/src/pgtkterm.c b/src/pgtkterm.c
index 0814fb0df88..c2e684272fb 100644
--- a/src/pgtkterm.c
+++ b/src/pgtkterm.c
@@ -1,6 +1,6 @@
1/* Pure Gtk+-3 communication module. -*- coding: utf-8 -*- 1/* Pure Gtk+-3 communication module. -*- coding: utf-8 -*-
2 2
3Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2020 Free Software 3Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2021 Free Software
4Foundation, Inc. 4Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
diff --git a/src/pgtkterm.h b/src/pgtkterm.h
index 034e4f3c835..22ebadf559c 100644
--- a/src/pgtkterm.h
+++ b/src/pgtkterm.h
@@ -1,5 +1,5 @@
1/* Definitions and headers for communication with pure Gtk+3. 1/* Definitions and headers for communication with pure Gtk+3.
2 Copyright (C) 1989, 1993, 2005, 2008-2020 Free Software Foundation, 2 Copyright (C) 1989, 1993, 2005, 2008-2021 Free Software Foundation,
3 Inc. 3 Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.