diff options
| author | Po Lu | 2021-12-31 21:08:23 +0800 |
|---|---|---|
| committer | Po Lu | 2021-12-31 21:08:23 +0800 |
| commit | 1f34f072be43f25538b1cbedef6a5b828c900c64 (patch) | |
| tree | 1a1fce37791b447a1ccb2eea66a72790b5554468 /src | |
| parent | 7dd4dc6ace22aab91939176cb623d54cdb1788e4 (diff) | |
| download | emacs-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.h | 2 | ||||
| -rw-r--r-- | src/pgtkim.c | 2 | ||||
| -rw-r--r-- | src/pgtkmenu.c | 2 | ||||
| -rw-r--r-- | src/pgtkselect.c | 2 | ||||
| -rw-r--r-- | src/pgtkselect.h | 2 | ||||
| -rw-r--r-- | src/pgtkterm.c | 2 | ||||
| -rw-r--r-- | src/pgtkterm.h | 2 |
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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This 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 | ||
| 3 | Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2020 Free Software | 3 | Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2021 Free Software |
| 4 | Foundation, Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This 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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This 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 | ||
| 5 | This file is part of GNU Emacs. | 5 | This 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 | ||
| 5 | This file is part of GNU Emacs. | 5 | This 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 | ||
| 3 | Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2020 Free Software | 3 | Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2021 Free Software |
| 4 | Foundation, Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This 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 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |