1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 """
21 Copyright information for Zephir.
22 """
23
24
25 version="0.5"
26 longversion="Zephir %s" % version
27 copyright="Copyright (C) 2000-2004 Eole (http://eole.orion.education.fr), all rights reserved."
28
29 disclaimer="""
30 Eole, the Framework of Your Servers
31 %s
32
33 This library is free software; you can redistribute it and/or
34 modify it under the terms of version 2.1 of the GNU Lesser General Public
35 License as published by the Free Software Foundation.
36
37 This library is distributed in the hope that it will be useful,
38 but WITHOUT ANY WARRANTY; without even the implied warranty of
39 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
40 Lesser General Public License for more details.
41
42 You should have received a copy of the GNU Lesser General Public
43 License along with this library; if not, write to the Free Software
44 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
45 """ % copyright
46