diff options
| author | Thien-Thi Nguyen | 2005-08-07 10:56:27 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-08-07 10:56:27 +0000 |
| commit | 92b47a4a991a7b30f5eda49fcab4f29aa9ca288e (patch) | |
| tree | 247a83494b0fa8fb9f3776f3f8891cf5865aba9d /lwlib | |
| parent | 9074d3d501e3ba88747f51815635ac674ca40ff1 (diff) | |
| download | emacs-92b47a4a991a7b30f5eda49fcab4f29aa9ca288e.tar.gz emacs-92b47a4a991a7b30f5eda49fcab4f29aa9ca288e.zip | |
Update years in copyright notice; nfc.
Diffstat (limited to 'lwlib')
| -rw-r--r-- | lwlib/lwlib-Xlw.c | 3 | ||||
| -rw-r--r-- | lwlib/lwlib-Xm.c | 4 | ||||
| -rw-r--r-- | lwlib/lwlib-Xm.h | 3 | ||||
| -rw-r--r-- | lwlib/xlwmenu.c | 2 | ||||
| -rw-r--r-- | lwlib/xlwmenu.h | 2 | ||||
| -rw-r--r-- | lwlib/xlwmenuP.h | 3 |
6 files changed, 10 insertions, 7 deletions
diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index e5d9ebbd0f3..40091e7b69b 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* The lwlib interface to "xlwmenu" menus. | 1 | /* The lwlib interface to "xlwmenu" menus. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 1994, 2000, 2001 Free Software Foundation, Inc. | 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
| 6 | 7 | ||
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c index 27118d8ab92..32abbca7601 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 | Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005 | 2 | Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, |
| 3 | Free Software Foundation, Inc. | 3 | 2004, 2005 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1992 Lucid, Inc. | 4 | Copyright (C) 1992 Lucid, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h index c5a1fbe9155..d6069fad2d8 100644 --- a/lwlib/lwlib-Xm.h +++ b/lwlib/lwlib-Xm.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* The lwlib interface to Motif widgets. | 1 | /* The lwlib interface to Motif widgets. |
| 2 | Copyright (C) 1994, 2000 Free Software Foundation, Inc. | 2 | Copyright (C) 1994, 2000, 2002, 2003, 2004, |
| 3 | 2005 Free Software Foundation, Inc. | ||
| 3 | Copyright (C) 1992 Lucid, Inc. | 4 | Copyright (C) 1992 Lucid, Inc. |
| 4 | 5 | ||
| 5 | This file is part of the Lucid Widget Library. | 6 | This file is part of the Lucid Widget Library. |
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index 09d11c8b683..f1ee1b68e9b 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Implements a lightweight menubar widget. | 1 | /* Implements a lightweight menubar widget. |
| 2 | Copyright (C) 1992 Lucid, Inc. | 2 | Copyright (C) 1992 Lucid, Inc. |
| 3 | Copyright (C) 2002, 2005 Free Software Foundation, Inc. | 3 | Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of the Lucid Widget Library. | 5 | This file is part of the Lucid Widget Library. |
| 6 | 6 | ||
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h index e896617a69e..93703358ccb 100644 --- a/lwlib/xlwmenu.h +++ b/lwlib/xlwmenu.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Interface of a lightweight menubar widget. | 1 | /* Interface of a lightweight menubar widget. |
| 2 | Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc. | 2 | Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of the Lucid Widget Library. | 4 | This file is part of the Lucid Widget Library. |
| 5 | 5 | ||
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index a25307b6ff3..ca2b7dc6a1a 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Internals of a lightweight menubar widget. | 1 | /* Internals of a lightweight menubar widget. |
| 2 | Copyright (C) 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2000, 2002, 2003, 2004, |
| 3 | 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of the Lucid Widget Library. | 5 | This file is part of the Lucid Widget Library. |
| 5 | 6 | ||