summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-12-31 07:34:32 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-12-31 07:34:32 -0800
commitfee0bd5f3248ba4485e9a08fdb30cad5b20f7f74 (patch)
treef0f7b709719cbfadb22f32f65dab4173a986fa30 /lwlib
parent5c560880659048888420389c02e20d6867ec81df (diff)
downloademacs-fee0bd5f3248ba4485e9a08fdb30cad5b20f7f74.tar.gz
Use URLs, not Boston addresses, in copyright notices.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/Makefile.in4
-rw-r--r--lwlib/lwlib-Xaw.c4
-rw-r--r--lwlib/lwlib-Xlw.c4
-rw-r--r--lwlib/lwlib-Xm.c4
-rw-r--r--lwlib/lwlib-Xm.h5
-rw-r--r--lwlib/lwlib-int.h5
-rw-r--r--lwlib/lwlib-utils.c4
-rw-r--r--lwlib/lwlib.c4
-rw-r--r--lwlib/lwlib.h5
-rw-r--r--lwlib/xlwmenu.c4
-rw-r--r--lwlib/xlwmenu.h5
-rw-r--r--lwlib/xlwmenuP.h5
12 files changed, 12 insertions, 41 deletions
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index 85a76f7a1c2..3894c61bd93 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -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..35c25861108 100644
--- a/lwlib/lwlib-Xaw.c
+++ b/lwlib/lwlib-Xaw.c
@@ -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..452e1d923eb 100644
--- a/lwlib/lwlib-Xlw.c
+++ b/lwlib/lwlib-Xlw.c
@@ -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..0b04083d296 100644
--- a/lwlib/lwlib-Xm.c
+++ b/lwlib/lwlib-Xm.c
@@ -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..e1f14e182be 100644
--- a/lwlib/lwlib-int.h
+++ b/lwlib/lwlib-int.h
@@ -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..74ecf006af0 100644
--- a/lwlib/lwlib-utils.c
+++ b/lwlib/lwlib-utils.c
@@ -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..860c59ee9dd 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -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..cdf25b900e3 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -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..e675fdf457c 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -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..2f066b281a4 100644
--- a/lwlib/xlwmenu.h
+++ b/lwlib/xlwmenu.h
@@ -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..ef43614921c 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -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 */
-