aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorPaul Eggert2018-01-01 00:21:42 -0800
committerPaul Eggert2018-01-01 00:57:59 -0800
commit5c7dd8a783fa2503f042f6671279e5fca38c35cb (patch)
tree5cdd7dbd45722f66524ec6956d90e99ae3ae4c34 /lwlib
parent220a9ecba1b62e09703cb0a3c122797d4498ccc2 (diff)
downloademacs-5c7dd8a783fa2503f042f6671279e5fca38c35cb.tar.gz
emacs-5c7dd8a783fa2503f042f6671279e5fca38c35cb.zip
Update copyright year to 2018
Run admin/update-copyright.
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 623b798cc73..375ab2ea9ef 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-2017 Free Software Foundation, Inc. 1967 Copyright (C) 1995-1999, 2001-2018 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 148002aaaee..32d7a91f9b0 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-2017 Free Software Foundation, Inc. 4# Copyright (C) 1994, 2001-2018 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 5bdf1af7788..675832ed439 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-2017 Free Software Foundation, Inc. 4# Copyright (C) 1994, 2001-2018 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 ce007ae8b0b..bc1c18dd464 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-2017 Free Software Foundation, Inc. 4Copyright (C) 1994, 2001-2018 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 0d58a030ac0..bcbc7e924f4 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-2017 Free Software Foundation, Inc. 4Copyright (C) 1994, 2000-2018 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 2ac543cad7c..43db998a048 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-2017 Free Software Foundation, Inc. 3Copyright (C) 1994-1997, 1999-2018 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 ae195a39a8f..73c9a88602f 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-2017 Free Software Foundation, Inc. 3Copyright (C) 2000-2018 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 6f33e510f71..5e579d1e20f 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-2017 Free Software Foundation, Inc. 4Copyright (C) 1994, 2001-2018 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 6863b90c9ac..6805d680b83 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-2017 Free Software Foundation, Inc. 3Copyright (C) 1994, 1999-2018 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 30fa046cb73..4bb5e4a7627 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-2017 Free Software Foundation, Inc. 4Copyright (C) 1994-1996, 1999-2018 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 e28d0e8356f..66730fd8d77 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-2017 Free Software Foundation, Inc. 3Copyright (C) 1994, 1999-2018 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 cfd20ba649e..20a868d3e07 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-2017 Free Software Foundation, Inc. 4Copyright (C) 1994-1995, 1997, 1999-2018 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 7c278396253..a5cea0c6fb2 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-2017 Free Software Foundation, Inc. 3Copyright (C) 2002-2018 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 e7be866be79..4f35d60b944 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-2017 Free Software Foundation, Inc. 3Copyright (C) 2002-2018 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.