comparison lwlib/lwlib-internal.h @ 4894:03ab78e48ef6

Add copyright and license information based on Ben's recollections. Remove two unused internationalization programs and associated Makefile rules. See message <870180fe1001281158n556cf90eib0d6abf34a4f83d4@mail.gmail.com> in xemacs-patches for more information.
author Jerry James <james@xemacs.org>
date Thu, 28 Jan 2010 12:59:48 -0700
parents facf3239ba30
children ba07c880114a
comparison
equal deleted inserted replaced
4893:99f2102552d7 4894:03ab78e48ef6
1 /* Implementation-specific definitions for the Lucid Widget Library.
2 Copyright (C) 1992 Lucid, Inc.
3 Copyright (C) 2000 Ben Wing.
4
5 This file is part of the Lucid Widget Library.
6
7 The Lucid Widget Library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 1, or (at your option)
10 any later version.
11
12 The Lucid Widget Library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with XEmacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor,
20 Boston, MA 02110-1301, USA. */
21
1 #ifndef INCLUDED_lwlib_internal_h_ 22 #ifndef INCLUDED_lwlib_internal_h_
2 #define INCLUDED_lwlib_internal_h_ 23 #define INCLUDED_lwlib_internal_h_
3 24
4 #include "lwlib.h" 25 #include "lwlib.h"
5 26