comparison lwlib/lwlib.h @ 5422:ade4c7e2c6cb

Migrate lwlib/ to GPLv3.
author Mike Sperber <sperber@deinprogramm.de>
date Sun, 31 Oct 2010 01:25:03 +0100
parents 726060ee587c
children
comparison
equal deleted inserted replaced
5421:04ff11b0e50a 5422:ade4c7e2c6cb
1 /* A general interface to the widgets of different toolkits.
2 Copyright (C) 1992, 1993, 1994 Lucid, Inc.
3 Copyright (C) 1995 Tinker Systems and INS Engineering Corp.
4
5 This file is part of the Lucid Widget Library.
6
7 The Lucid Widget Library is free software: you can redistribute it
8 and/or modify it under the terms of the GNU General Public License as
9 published by the Free Software Foundation, either version 3 of the
10 License, or (at your option) any later version.
11
12 The Lucid Widget Library is distributed in the hope that it will be
13 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with the Lucid Widget Library. If not, see
19 <http://www.gnu.org/licenses/>. */
20
1 #ifndef INCLUDED_lwlib_h_ 21 #ifndef INCLUDED_lwlib_h_
2 #define INCLUDED_lwlib_h_ 22 #define INCLUDED_lwlib_h_
3 23
4 #include <X11/Intrinsic.h> 24 #include <X11/Intrinsic.h>
5 #include "xt-wrappers.h" 25 #include "xt-wrappers.h"