diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-03-12 23:38:43 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-03-12 23:38:43 +0000 |
commit | 44862e8e26e781b20511c04286f1ee8cd1e1c37b (patch) | |
tree | 313b66e6638a262b64275126b94f78544ab3f1f1 /lwlib/xlwmenu.h | |
parent | 8af9fa555a7be05f2a37b8fbcc044be199b1fbcf (diff) |
Add missing copyright and license notice.
Diffstat (limited to 'lwlib/xlwmenu.h')
-rw-r--r-- | lwlib/xlwmenu.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h index c1f37b5617..5ba052f128 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 |