aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorPaul Eggert2017-01-01 01:10:47 -0800
committerPaul Eggert2017-01-01 01:10:47 -0800
commitbcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9 (patch)
treedc5dde303bce1fbe4f04300c3691cc1ee5874f43 /lwlib
parent772ca5db3eccdc0439d7bd18f98b7fdd38eb6397 (diff)
parent2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0 (diff)
downloademacs-bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9.tar.gz
emacs-bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9.zip
Merge from origin/emacs-25
2e2a806 Fix copyright years by hand 5badc81 Update copyright year to 2017
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 805a64ccbb7..56259498a90 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-2016 Free Software Foundation, Inc. 1967 Copyright (C) 1995-1999, 2001-2017 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 94af056ea62..efb7f3a7ab6 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-2016 Free Software Foundation, Inc. 4# Copyright (C) 1994, 2001-2017 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 ef405d56c1e..525c9f12306 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-2016 Free Software Foundation, Inc. 4# Copyright (C) 1994, 2001-2017 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 f153407c4c4..af57a7fe910 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-2016 Free Software Foundation, Inc. 4Copyright (C) 1994, 2001-2017 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 f7713a116f3..10ed3267d6b 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-2016 Free Software Foundation, Inc. 4Copyright (C) 1994, 2000-2017 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 45faff8673a..6e1e0d69216 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-2016 Free Software Foundation, Inc. 3Copyright (C) 1994-1997, 1999-2017 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 4b8ee655308..5b739971e26 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-2016 Free Software Foundation, Inc. 3Copyright (C) 2000-2017 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 e2ff98976de..3c7a7a6bf7b 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-2016 Free Software Foundation, Inc. 4Copyright (C) 1994, 2001-2017 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 22d9b3e38ff..6a88d2a18cd 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-2016 Free Software Foundation, Inc. 3Copyright (C) 1994, 1999-2017 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 e66147f1fe3..18a46109eb4 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-2016 Free Software Foundation, Inc. 4Copyright (C) 1994-1996, 1999-2017 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 f59f88a69ec..f88536982e8 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-2016 Free Software Foundation, Inc. 3Copyright (C) 1994, 1999-2017 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 94f10f34df0..11be3407254 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-2016 Free Software Foundation, Inc. 4Copyright (C) 1994-1995, 1997, 1999-2017 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 43c17f19be0..a6aed48633f 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-2016 Free Software Foundation, Inc. 3Copyright (C) 2002-2017 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 893ea0b1dcc..a89934cefe8 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-2016 Free Software Foundation, Inc. 3Copyright (C) 2002-2017 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.