diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-03-17 17:16:33 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-03-17 17:16:33 +0000 |
commit | 21a03b68239b93f20f638a40b4060ebec925ce71 (patch) | |
tree | a119ca36136644f1f5d8b746239c8ac461c1e5aa /lwlib/lwlib-Xm.h | |
parent | f1145b54d831c42bbf8de5fce18bffcbba884daa (diff) | |
download | emacs-21a03b68239b93f20f638a40b4060ebec925ce71.tar.gz |
Add missing copyright and license notice.
Diffstat (limited to 'lwlib/lwlib-Xm.h')
-rw-r--r-- | lwlib/lwlib-Xm.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h index 6a59a9d34d5..62396d1f3d4 100644 --- a/lwlib/lwlib-Xm.h +++ b/lwlib/lwlib-Xm.h @@ -1,3 +1,24 @@ +/* The lwlib interface to Motif widgets. + Copyright (C) 1994, 2000 Free Software Foundation, Inc. + Copyright (C) 1992 Lucid, 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 LWLIB_XM_H #define LWLIB_XM_H |