Package zephir :: Module copyright
[frames] | no frames]

Source Code for Module zephir.copyright

 1  # -*- coding: UTF-8 -*- 
 2   
 3  # Eole, the Framework of Your Servers 
 4  # Copyright (C) 2000-2004 Eole (http://eole.orion.education.fr) 
 5  # 
 6  # This library is free software; you can redistribute it and/or 
 7  # modify it under the terms of version 2.1 of the GNU Lesser General Public 
 8  # License as published by the Free Software Foundation. 
 9  # 
10  # This library is distributed in the hope that it will be useful, 
11  # but WITHOUT ANY WARRANTY; without even the implied warranty of 
12  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13  # Lesser General Public License for more details. 
14  # 
15  # You should have received a copy of the GNU Lesser General Public 
16  # License along with this library; if not, write to the Free Software 
17  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
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