diff options
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/ChangeLog | 2 | ||||
-rw-r--r-- | lwlib/Makefile.in | 6 | ||||
-rw-r--r-- | lwlib/lwlib-Xaw.c | 6 | ||||
-rw-r--r-- | lwlib/lwlib-Xlw.c | 6 | ||||
-rw-r--r-- | lwlib/lwlib-Xm.c | 6 | ||||
-rw-r--r-- | lwlib/lwlib-Xm.h | 5 | ||||
-rw-r--r-- | lwlib/lwlib-int.h | 7 | ||||
-rw-r--r-- | lwlib/lwlib-utils.c | 6 | ||||
-rw-r--r-- | lwlib/lwlib.c | 6 | ||||
-rw-r--r-- | lwlib/lwlib.h | 7 | ||||
-rw-r--r-- | lwlib/xlwmenu.c | 6 | ||||
-rw-r--r-- | lwlib/xlwmenu.h | 7 | ||||
-rw-r--r-- | lwlib/xlwmenuP.h | 7 |
13 files changed, 24 insertions, 53 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 80d29bc5d8a..54f7c6088cf 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1821,7 +1821,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1995-1999, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1995-1999, 2001-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index 85a76f7a1c2..a44f62955bf 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in @@ -1,5 +1,5 @@ # Copyright (C) 1992, 1993 Lucid, Inc. -# Copyright (C) 1994, 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 1994, 2001-2013 Free Software Foundation, Inc. # # This file is part of the Lucid Widget Library. # @@ -14,9 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU Emacs; see the file COPYING. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. # This was taken from the output of Imake using Lucid's Imakefile. diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index d37fb70fdb8..a640586bf4b 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c @@ -1,7 +1,7 @@ /* The lwlib interface to Athena widgets. Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu> -Copyright (C) 1994, 2001-2012 Free Software Foundation, Inc. +Copyright (C) 1994, 2001-2013 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index e8c59905ab9..b332297c3d5 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c @@ -1,7 +1,7 @@ /* The lwlib interface to "xlwmenu" menus. Copyright (C) 1992 Lucid, Inc. -Copyright (C) 1994, 2000-2012 Free Software Foundation, Inc. +Copyright (C) 1994, 2000-2013 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c index eccb4db23a6..63668ea65fe 100644 --- a/lwlib/lwlib-Xm.c +++ b/lwlib/lwlib-Xm.c @@ -1,6 +1,6 @@ /* The lwlib interface to Motif widgets. -Copyright (C) 1994-1997, 1999-2012 Free Software Foundation, Inc. +Copyright (C) 1994-1997, 1999-2013 Free Software Foundation, Inc. Copyright (C) 1992 Lucid, Inc. This file is part of the Lucid Widget Library. @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h index 70f8728f765..043ebc7c0d8 100644 --- a/lwlib/lwlib-Xm.h +++ b/lwlib/lwlib-Xm.h @@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifndef LWLIB_XM_H #define LWLIB_XM_H @@ -58,4 +56,3 @@ void xm_manage_resizing (Widget w, Boolean flag); #endif /* LWLIB_XM_H */ - diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h index d5d723334c4..471106d763c 100644 --- a/lwlib/lwlib-int.h +++ b/lwlib/lwlib-int.h @@ -1,6 +1,6 @@ /* Copyright (C) 1992 Lucid, Inc. -Copyright (C) 2000-2012 Free Software Foundation, Inc. +Copyright (C) 2000-2013 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifndef LWLIB_INTERNAL_H @@ -78,4 +76,3 @@ widget_info *lw_get_widget_info (LWLIB_ID); widget_instance * lw_get_widget_instance (Widget); #endif /* LWLIB_INTERNAL_H */ - diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index 65cda72fdd8..4487d2257af 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c @@ -1,7 +1,7 @@ /* Defines some widget utility functions. Copyright (C) 1992 Lucid, Inc. -Copyright (C) 1994, 2001-2012 Free Software Foundation, Inc. +Copyright (C) 1994, 2001-2013 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index ad3792dd59d..7d9920e8bce 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -1,7 +1,7 @@ /* A general interface to the widgets of different toolkits. Copyright (C) 1992, 1993 Lucid, Inc. -Copyright (C) 1994-1996, 1999-2012 Free Software Foundation, Inc. +Copyright (C) 1994-1996, 1999-2013 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h index 97c61e1b074..2fccc7a4f42 100644 --- a/lwlib/lwlib.h +++ b/lwlib/lwlib.h @@ -1,6 +1,6 @@ /* Copyright (C) 1992, 1993 Lucid, Inc. -Copyright (C) 1994, 1999-2012 Free Software Foundation, Inc. +Copyright (C) 1994, 1999-2013 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifndef LWLIB_H @@ -189,4 +187,3 @@ int lw_separator_p (const char *label, enum menu_separator *type, int motif_p); #endif /* LWLIB_H */ - diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index c76cb1a3f38..4fe043b3de7 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c @@ -1,7 +1,7 @@ /* Implements a lightweight menubar widget. Copyright (C) 1992 Lucid, Inc. -Copyright (C) 1994-1995, 1997, 1999-2012 Free Software Foundation, Inc. +Copyright (C) 1994-1995, 1997, 1999-2013 Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Created by devin@lucid.com */ diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h index ae34fe32a47..95dcd05f5b2 100644 --- a/lwlib/xlwmenu.h +++ b/lwlib/xlwmenu.h @@ -1,6 +1,6 @@ /* Interface of a lightweight menubar widget. -Copyright (C) 2002-2012 Free Software Foundation, Inc. +Copyright (C) 2002-2013 Free Software Foundation, Inc. Copyright (C) 1992 Lucid, Inc. This file is part of the Lucid Widget Library. @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _XlwMenu_h #define _XlwMenu_h @@ -81,4 +79,3 @@ extern int xlwmenu_window_p (Widget w, Window window); extern void xlwmenu_redisplay (Widget); #endif /* _XlwMenu_h */ - diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index 5decd562eed..9bbbd89dc41 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h @@ -1,6 +1,6 @@ /* Internals of a lightweight menubar widget. -Copyright (C) 2002-2012 Free Software Foundation, Inc. +Copyright (C) 2002-2013 Free Software Foundation, Inc. Copyright (C) 1992 Lucid, Inc. This file is part of the Lucid Widget Library. @@ -16,9 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to the -Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _XlwMenuP_h #define _XlwMenuP_h @@ -141,4 +139,3 @@ typedef struct _XlwMenuClassRec extern XlwMenuClassRec xlwMenuClassRec; #endif /* _XlwMenuP_h */ - |