diff options
author | Glenn Morris <rgm@gnu.org> | 2007-02-27 03:09:15 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-02-27 03:09:15 +0000 |
commit | 32c92352f6e1b2798d852b7d62db471dfb700147 (patch) | |
tree | 7936f7322f7973369187102aeb8adb0d91c1f849 /lwlib/lwlib.h | |
parent | 4424d48a34285002410b22e160b06c58703c191c (diff) | |
download | emacs-32c92352f6e1b2798d852b7d62db471dfb700147.tar.gz emacs-32c92352f6e1b2798d852b7d62db471dfb700147.tar.bz2 emacs-32c92352f6e1b2798d852b7d62db471dfb700147.zip |
Add Lucid and FSF copyrights and GPL text.
Diffstat (limited to 'lwlib/lwlib.h')
-rw-r--r-- | lwlib/lwlib.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h index a141c600526..3b6aa99277c 100644 --- a/lwlib/lwlib.h +++ b/lwlib/lwlib.h @@ -1,3 +1,26 @@ +/* +Copyright (C) 1992, 1993 Lucid, Inc. +Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2007 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 1, 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., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ + + #ifndef LWLIB_H #define LWLIB_H |