comparison src/xemacs.def.in.in @ 4386:4363b75330ca

Clarify the copyright and license of src/xemacs.def.in.in. 2008-01-07 Jerry James <james@xemacs.org> * xemacs.def.in.in: Clarify the copyright and license.
author Jerry James <james@xemacs.org>
date Mon, 07 Jan 2008 12:07:55 -0700
parents d674024a8674
children 9987da5935bd d1247f3cc363
comparison
equal deleted inserted replaced
4385:7a8c613ee283 4386:4363b75330ca
1 /* Put the usual header here */ 1 /* The module API: core symbols that are visible to modules.
2 Copyright (C) 2008 Jerry James
3
4 This file is part of XEmacs.
5
6 XEmacs is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 XEmacs is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with XEmacs; see the file COPYING. If not, write to the
18 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA. */
20
2 /* The symbol to import/export is on the left. If the symbol is not 21 /* The symbol to import/export is on the left. If the symbol is not
3 meant to be used directly, but a macro or inline function in the 22 meant to be used directly, but a macro or inline function in the
4 API expands to a form containing the symbol, then the macro or 23 API expands to a form containing the symbol, then the macro or
5 inline function is named in a comment to the right. */ 24 inline function is named in a comment to the right. */
6 #define NOT_C_CODE 25 #define NOT_C_CODE