aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorPaul Eggert2019-01-01 00:59:58 +0000
committerPaul Eggert2019-01-01 01:01:13 +0000
commit26bed8ba10eeaf0a340a8d0d760c5578dddec867 (patch)
tree4e6624f76d8bb51348fb7d86a1932efbf372b6f0 /lwlib
parent2814292570ab937d65c232daccc78fbd8d274a08 (diff)
downloademacs-26bed8ba10eeaf0a340a8d0d760c5578dddec867.tar.gz
emacs-26bed8ba10eeaf0a340a8d0d760c5578dddec867.zip
Update copyright year to 2019
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog.12
-rw-r--r--lwlib/Makefile.in2
-rw-r--r--lwlib/deps.mk2
-rw-r--r--lwlib/lwlib-Xaw.c2
-rw-r--r--lwlib/lwlib-Xlw.c2
-rw-r--r--lwlib/lwlib-Xm.c2
-rw-r--r--lwlib/lwlib-int.h2
-rw-r--r--lwlib/lwlib-utils.c2
-rw-r--r--lwlib/lwlib-widget.h2
-rw-r--r--lwlib/lwlib.c2
-rw-r--r--lwlib/lwlib.h2
-rw-r--r--lwlib/xlwmenu.c2
-rw-r--r--lwlib/xlwmenu.h2
-rw-r--r--lwlib/xlwmenuP.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/lwlib/ChangeLog.1 b/lwlib/ChangeLog.1
index 375ab2ea9ef..e8f221043f3 100644
--- a/lwlib/ChangeLog.1
+++ b/lwlib/ChangeLog.1
@@ -1964,7 +1964,7 @@
1964;; coding: utf-8 1964;; coding: utf-8
1965;; End: 1965;; End:
1966 1966
1967 Copyright (C) 1995-1999, 2001-2018 Free Software Foundation, Inc. 1967 Copyright (C) 1995-1999, 2001-2019 Free Software Foundation, Inc.
1968 1968
1969 This file is part of GNU Emacs. 1969 This file is part of GNU Emacs.
1970 1970
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index 6bd26083816..a9ff973ad56 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -1,7 +1,7 @@
1### @configure_input@ 1### @configure_input@
2 2
3# Copyright (C) 1992, 1993 Lucid, Inc. 3# Copyright (C) 1992, 1993 Lucid, Inc.
4# Copyright (C) 1994, 2001-2018 Free Software Foundation, Inc. 4# Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc.
5# 5#
6# This file is part of the Lucid Widget Library. 6# This file is part of the Lucid Widget Library.
7# 7#
diff --git a/lwlib/deps.mk b/lwlib/deps.mk
index 675832ed439..f5097eaaa86 100644
--- a/lwlib/deps.mk
+++ b/lwlib/deps.mk
@@ -1,7 +1,7 @@
1### deps.mk --- lwlib/Makefile fragment for GNU Emacs 1### deps.mk --- lwlib/Makefile fragment for GNU Emacs
2 2
3# Copyright (C) 1992, 1993 Lucid, Inc. 3# Copyright (C) 1992, 1993 Lucid, Inc.
4# Copyright (C) 1994, 2001-2018 Free Software Foundation, Inc. 4# Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc.
5# 5#
6# This file is part of the Lucid Widget Library. 6# This file is part of the Lucid Widget Library.
7# 7#
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c
index bc1c18dd464..24b31fc2956 100644
--- a/lwlib/lwlib-Xaw.c
+++ b/lwlib/lwlib-Xaw.c
@@ -1,7 +1,7 @@
1/* The lwlib interface to Athena widgets. 1/* The lwlib interface to Athena widgets.
2 2
3Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu> 3Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu>
4Copyright (C) 1994, 2001-2018 Free Software Foundation, Inc. 4Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
7 7
diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c
index bcbc7e924f4..621d1e70f38 100644
--- a/lwlib/lwlib-Xlw.c
+++ b/lwlib/lwlib-Xlw.c
@@ -1,7 +1,7 @@
1/* The lwlib interface to "xlwmenu" menus. 1/* The lwlib interface to "xlwmenu" menus.
2 2
3Copyright (C) 1992 Lucid, Inc. 3Copyright (C) 1992 Lucid, Inc.
4Copyright (C) 1994, 2000-2018 Free Software Foundation, Inc. 4Copyright (C) 1994, 2000-2019 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
7 7
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c
index 43db998a048..b6d21a65e28 100644
--- a/lwlib/lwlib-Xm.c
+++ b/lwlib/lwlib-Xm.c
@@ -1,6 +1,6 @@
1/* The lwlib interface to Motif widgets. 1/* The lwlib interface to Motif widgets.
2 2
3Copyright (C) 1994-1997, 1999-2018 Free Software Foundation, Inc. 3Copyright (C) 1994-1997, 1999-2019 Free Software Foundation, Inc.
4Copyright (C) 1992 Lucid, Inc. 4Copyright (C) 1992 Lucid, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h
index 73c9a88602f..e21fa1f1714 100644
--- a/lwlib/lwlib-int.h
+++ b/lwlib/lwlib-int.h
@@ -1,6 +1,6 @@
1/* 1/*
2Copyright (C) 1992 Lucid, Inc. 2Copyright (C) 1992 Lucid, Inc.
3Copyright (C) 2000-2018 Free Software Foundation, Inc. 3Copyright (C) 2000-2019 Free Software Foundation, Inc.
4 4
5This file is part of the Lucid Widget Library. 5This file is part of the Lucid Widget Library.
6 6
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c
index 5e579d1e20f..7c60bdb056d 100644
--- a/lwlib/lwlib-utils.c
+++ b/lwlib/lwlib-utils.c
@@ -1,7 +1,7 @@
1/* Defines some widget utility functions. 1/* Defines some widget utility functions.
2 2
3Copyright (C) 1992 Lucid, Inc. 3Copyright (C) 1992 Lucid, Inc.
4Copyright (C) 1994, 2001-2018 Free Software Foundation, Inc. 4Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
7 7
diff --git a/lwlib/lwlib-widget.h b/lwlib/lwlib-widget.h
index 6805d680b83..4b842d5022f 100644
--- a/lwlib/lwlib-widget.h
+++ b/lwlib/lwlib-widget.h
@@ -1,6 +1,6 @@
1/* 1/*
2Copyright (C) 1992, 1993 Lucid, Inc. 2Copyright (C) 1992, 1993 Lucid, Inc.
3Copyright (C) 1994, 1999-2018 Free Software Foundation, Inc. 3Copyright (C) 1994, 1999-2019 Free Software Foundation, Inc.
4 4
5This file is part of the Lucid Widget Library. 5This file is part of the Lucid Widget Library.
6 6
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index 4bb5e4a7627..8142d92f077 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -1,7 +1,7 @@
1/* A general interface to the widgets of different toolkits. 1/* A general interface to the widgets of different toolkits.
2 2
3Copyright (C) 1992, 1993 Lucid, Inc. 3Copyright (C) 1992, 1993 Lucid, Inc.
4Copyright (C) 1994-1996, 1999-2018 Free Software Foundation, Inc. 4Copyright (C) 1994-1996, 1999-2019 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
7 7
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h
index 41d3e0139d2..c0f20ae792b 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -1,6 +1,6 @@
1/* 1/*
2Copyright (C) 1992, 1993 Lucid, Inc. 2Copyright (C) 1992, 1993 Lucid, Inc.
3Copyright (C) 1994, 1999-2018 Free Software Foundation, Inc. 3Copyright (C) 1994, 1999-2019 Free Software Foundation, Inc.
4 4
5This file is part of the Lucid Widget Library. 5This file is part of the Lucid Widget Library.
6 6
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c
index 20a868d3e07..07ad29e1072 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -1,7 +1,7 @@
1/* Implements a lightweight menubar widget. 1/* Implements a lightweight menubar widget.
2 2
3Copyright (C) 1992 Lucid, Inc. 3Copyright (C) 1992 Lucid, Inc.
4Copyright (C) 1994-1995, 1997, 1999-2018 Free Software Foundation, Inc. 4Copyright (C) 1994-1995, 1997, 1999-2019 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
7 7
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h
index a5cea0c6fb2..c37c83ae998 100644
--- a/lwlib/xlwmenu.h
+++ b/lwlib/xlwmenu.h
@@ -1,6 +1,6 @@
1/* Interface of a lightweight menubar widget. 1/* Interface of a lightweight menubar widget.
2 2
3Copyright (C) 2002-2018 Free Software Foundation, Inc. 3Copyright (C) 2002-2019 Free Software Foundation, Inc.
4Copyright (C) 1992 Lucid, Inc. 4Copyright (C) 1992 Lucid, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index 4f35d60b944..610f83afe45 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -1,6 +1,6 @@
1/* Internals of a lightweight menubar widget. 1/* Internals of a lightweight menubar widget.
2 2
3Copyright (C) 2002-2018 Free Software Foundation, Inc. 3Copyright (C) 2002-2019 Free Software Foundation, Inc.
4Copyright (C) 1992 Lucid, Inc. 4Copyright (C) 1992 Lucid, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.