aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorPaul Eggert2021-01-01 01:13:56 -0800
committerPaul Eggert2021-01-01 01:13:56 -0800
commitba05d005e5a81bc123ad8da928b1bccb6b160e7a (patch)
treeeabc024e6b9b0ac4ffcf6fb98c324229ac9c9209 /oldXMenu
parent841e40db5458555c952257a42eaca4a51dfefdae (diff)
downloademacs-ba05d005e5a81bc123ad8da928b1bccb6b160e7a.tar.gz
emacs-ba05d005e5a81bc123ad8da928b1bccb6b160e7a.zip
Update copyright year to 2021
Run "TZ=UTC0 admin/update-copyright".
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c2
-rw-r--r--oldXMenu/ChangeLog.12
-rw-r--r--oldXMenu/Create.c2
-rw-r--r--oldXMenu/FindSel.c2
-rw-r--r--oldXMenu/Internal.c2
-rw-r--r--oldXMenu/Makefile.in2
-rw-r--r--oldXMenu/deps.mk2
-rw-r--r--oldXMenu/insque.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index c919d65ee7d..91439eacc2f 100644
--- a/oldXMenu/Activate.c
+++ b/oldXMenu/Activate.c
@@ -3,7 +3,7 @@
3#include "copyright.h" 3#include "copyright.h"
4 4
5/* 5/*
6Copyright (C) 2001-2020 Free Software Foundation, Inc. 6Copyright (C) 2001-2021 Free Software Foundation, Inc.
7 7
8This program is free software: you can redistribute it and/or modify 8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/ChangeLog.1 b/oldXMenu/ChangeLog.1
index bae205ae623..c237774a3f2 100644
--- a/oldXMenu/ChangeLog.1
+++ b/oldXMenu/ChangeLog.1
@@ -712,7 +712,7 @@
712;; coding: utf-8 712;; coding: utf-8
713;; End: 713;; End:
714 714
715 Copyright (C) 1993-1999, 2001-2020 Free Software Foundation, Inc. 715 Copyright (C) 1993-1999, 2001-2021 Free Software Foundation, Inc.
716 716
717 This file is part of GNU Emacs. 717 This file is part of GNU Emacs.
718 718
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index 3d1a3bfc0e4..7eb17c508d5 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.c
@@ -3,7 +3,7 @@
3#include "copyright.h" 3#include "copyright.h"
4 4
5/* 5/*
6Copyright (C) 1993-1994, 2001-2020 Free Software Foundation, Inc. 6Copyright (C) 1993-1994, 2001-2021 Free Software Foundation, Inc.
7 7
8This program is free software: you can redistribute it and/or modify 8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c
index 58c27c5881a..e2a5dbbdcd4 100644
--- a/oldXMenu/FindSel.c
+++ b/oldXMenu/FindSel.c
@@ -3,7 +3,7 @@
3#include "copyright.h" 3#include "copyright.h"
4 4
5/* 5/*
6Copyright (C) 2001-2020 Free Software Foundation, Inc. 6Copyright (C) 2001-2021 Free Software Foundation, Inc.
7 7
8This program is free software: you can redistribute it and/or modify 8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c
index c81db9838f9..f489e27beab 100644
--- a/oldXMenu/Internal.c
+++ b/oldXMenu/Internal.c
@@ -3,7 +3,7 @@
3#include "copyright.h" 3#include "copyright.h"
4 4
5/* 5/*
6Copyright (C) 1993, 1996, 2001-2020 Free Software Foundation, Inc. 6Copyright (C) 1993, 1996, 2001-2021 Free Software Foundation, Inc.
7 7
8This program is free software: you can redistribute it and/or modify 8This program is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index 9c814fd2219..7ae355b568d 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -15,7 +15,7 @@
15## without express or implied warranty. 15## without express or implied warranty.
16 16
17 17
18## Copyright (C) 2001-2020 Free Software Foundation, Inc. 18## Copyright (C) 2001-2021 Free Software Foundation, Inc.
19 19
20## This program is free software: you can redistribute it and/or modify 20## This program is free software: you can redistribute it and/or modify
21## it under the terms of the GNU General Public License as published by 21## it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/deps.mk b/oldXMenu/deps.mk
index 9744c4818f1..f1876bf7695 100644
--- a/oldXMenu/deps.mk
+++ b/oldXMenu/deps.mk
@@ -15,7 +15,7 @@
15## without express or implied warranty. 15## without express or implied warranty.
16 16
17 17
18## Copyright (C) 2001-2020 Free Software Foundation, Inc. 18## Copyright (C) 2001-2021 Free Software Foundation, Inc.
19 19
20## This program is free software: you can redistribute it and/or modify 20## This program is free software: you can redistribute it and/or modify
21## it under the terms of the GNU General Public License as published by 21## it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c
index 72a0cc8c0c5..c09d1292aa6 100644
--- a/oldXMenu/insque.c
+++ b/oldXMenu/insque.c
@@ -1,5 +1,5 @@
1/* 1/*
2Copyright (C) 1993-1998, 2001-2020 Free Software Foundation, Inc. 2Copyright (C) 1993-1998, 2001-2021 Free Software Foundation, Inc.
3 3
4This program is free software: you can redistribute it and/or modify 4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by