comparison src/toolbar-xlike.h @ 5405:2aa9cd456ae7

Move src/ to GPLv3.
author Mike Sperber <sperber@deinprogramm.de>
date Fri, 15 Oct 2010 16:35:24 +0200
parents fce43cb76a1c
children
comparison
equal deleted inserted replaced
5404:91b3aa59f49b 5405:2aa9cd456ae7
3 ** Description: 3 ** Description:
4 ** 4 **
5 ** Created by: William M. Perry 5 ** Created by: William M. Perry
6 ** Copyright (c) 2001 Free Software Foundation 6 ** Copyright (c) 2001 Free Software Foundation
7 ** 7 **
8 */ 8 ** This file is part of XEmacs.
9 **
10 ** XEmacs is free software: you can redistribute it and/or modify it
11 ** under the terms of the GNU General Public License as published by the
12 ** Free Software Foundation, either version 3 of the License, or (at your
13 ** option) any later version.
14 **
15 ** XEmacs is distributed in the hope that it will be useful, but WITHOUT
16 ** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 ** FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 ** for more details.
19 **
20 ** You should have received a copy of the GNU General Public License
21 ** along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */
9 22
10 #ifndef __TOOLBAR_XLIKE_H__ 23 #ifndef __TOOLBAR_XLIKE_H__
11 #define __TOOLBAR_XLIKE_H__ 24 #define __TOOLBAR_XLIKE_H__
12 25
13 extern void xlike_output_frame_toolbars (struct frame *f); 26 extern void xlike_output_frame_toolbars (struct frame *f);