summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2005-03-12 23:38:43 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2005-03-12 23:38:43 +0000
commitfad5e33e970aaf09f9d35fb46b2d0dabc80d48cc (patch)
tree752e99000ab64425619784a330f2fe85c386cc5d /lwlib
parentcf4388bc2308ea1460b4e0bcf56028774db52ae9 (diff)
downloademacs-fad5e33e970aaf09f9d35fb46b2d0dabc80d48cc.tar.gz
Add missing copyright and license notice.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/xlwmenu.h20
-rw-r--r--lwlib/xlwmenuP.h20
2 files changed, 40 insertions, 0 deletions
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h
index c1f37b5617b..5ba052f1285 100644
--- a/lwlib/xlwmenu.h
+++ b/lwlib/xlwmenu.h
@@ -1,3 +1,23 @@
+/* Interface of a lightweight menubar widget.
+ Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
+
+This file is part of the Lucid Widget Library.
+
+The Lucid Widget Library is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+The Lucid Widget Library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+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., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
+
#ifndef _XlwMenu_h
#define _XlwMenu_h
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index f6aa0f4a58c..38bce796941 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -1,3 +1,23 @@
+/* Internals of a lightweight menubar widget.
+ Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
+
+This file is part of the Lucid Widget Library.
+
+The Lucid Widget Library is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+The Lucid Widget Library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+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., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
+
#ifndef _XlwMenuP_h
#define _XlwMenuP_h