diff options
| author | Jeff Walsh | 2020-11-18 11:18:07 +1100 |
|---|---|---|
| committer | Jeff Walsh | 2020-11-24 12:24:40 +1100 |
| commit | 886fcb237d4db5ab14e8f3e599c5a4dbd0c9ff79 (patch) | |
| tree | be745790607253f3038cf759b209977482cd2ded /src | |
| parent | e405404d10ef5b24e06d02f626c4bf27a3ae525d (diff) | |
| download | emacs-886fcb237d4db5ab14e8f3e599c5a4dbd0c9ff79.tar.gz emacs-886fcb237d4db5ab14e8f3e599c5a4dbd0c9ff79.zip | |
Update copyright dates for PGTK files
* src/pgtkfns.c:
* src/pgtkgui.h:
* src/pgtkim.c:
* src/pgtkmenu.c:
* src/pgtkselect.c:
* src/pgtkselect.h:
* src/pgtkterm.c:
* src/pgtkterm.h: Update copyright dates - No Funtional Changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/pgtkfns.c | 2 | ||||
| -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 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/pgtkfns.c b/src/pgtkfns.c index ece63517b22..f1ad9ca2725 100644 --- a/src/pgtkfns.c +++ b/src/pgtkfns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions for the pure Gtk+-3. | 1 | /* Functions for the pure Gtk+-3. |
| 2 | 2 | ||
| 3 | Copyright (C) 1989, 1992-1994, 2005-2006, 2008-2017 Free Software | 3 | Copyright (C) 1989, 1992-1994, 2005-2006, 2008-2020 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/pgtkgui.h b/src/pgtkgui.h index 08559207d45..7342dacc5b7 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-2017 Free Software Foundation, Inc. | 2 | Copyright (C) 1995, 2005, 2008-2020 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 0ec931c4b1c..68f83d2c6e1 100644 --- a/src/pgtkim.c +++ b/src/pgtkim.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-2018 Free Software | 3 | Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2020 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 79f562e2ab4..be68e29ca2a 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 Free Software Foundation, Inc. | 2 | Copyright (C) 2019-2020 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 491c50b3365..3e57fc7526c 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-2017 Free Software | 2 | Copyright (C) 1993-1994, 2005-2006, 2008-2020 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 9dad58017dc..7ad04c217ac 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-2017 Free Software Foundation, | 2 | Copyright (C) 1989, 1993, 2005, 2008-2020 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 5527b7fc2a0..d7bbfe15117 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-2017 Free Software | 3 | Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2020 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 a2714a3afe0..641509bb4e6 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-2017 Free Software Foundation, | 2 | Copyright (C) 1989, 1993, 2005, 2008-2020 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. |