# HG changeset patch # User Jerry James # Date 1199732875 25200 # Node ID 4363b75330cacd4d74c95aa361d90a967a58f0fe # Parent 7a8c613ee2836d4803753fca5731d45222a92449 Clarify the copyright and license of src/xemacs.def.in.in. 2008-01-07 Jerry James * xemacs.def.in.in: Clarify the copyright and license. diff -r 7a8c613ee283 -r 4363b75330ca src/ChangeLog --- a/src/ChangeLog Sat Jan 05 16:19:37 2008 +0100 +++ b/src/ChangeLog Mon Jan 07 12:07:55 2008 -0700 @@ -1,3 +1,7 @@ +2008-01-07 Jerry James + + * xemacs.def.in.in: Clarify the copyright and license. + 2008-01-03 Aidan Kehoe * fileio.c (Fmake_temp_name): Correct the comment to cross diff -r 7a8c613ee283 -r 4363b75330ca src/xemacs.def.in.in --- a/src/xemacs.def.in.in Sat Jan 05 16:19:37 2008 +0100 +++ b/src/xemacs.def.in.in Mon Jan 07 12:07:55 2008 -0700 @@ -1,4 +1,23 @@ -/* Put the usual header here */ +/* The module API: core symbols that are visible to modules. + Copyright (C) 2008 Jerry James + +This file is part of XEmacs. + +XEmacs 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. + +XEmacs 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 XEmacs; see the file COPYING. If not, write to the +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ + /* The symbol to import/export is on the left. If the symbol is not meant to be used directly, but a macro or inline function in the API expands to a form containing the symbol, then the macro or