Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / README.COPYRIGHT
1 Important note for Camel hackers:
2 ---------------------------------
3
4 Camel has been a lot of work, and has been conceived to be general
5 enough to be used outside the gnome-mailer. It is possible in the
6 future that it is used in software with licenses incompatible with the
7 GPL. For this reason, the copyright has to be owned by a unique
8 entity.  Be sure, however, that Camel will always be available under
9 the GPL.  Significant authors will always be consulted before any
10 special use of Camel. Moreover, in special situations, they may be
11 given the authorization to use Camel with a license different than the
12 GPL.
13
14 Thus, when adding code in Camel, always add the following lines at the
15 begining of the file:
16
17 /* 
18  * Copyright 2005 Novell, Inc. (http://www.novell.com)
19  * 
20  * Author: Your name <your.email@address>
21  *
22  * This program is free software; you can redistribute it and/or 
23  * modify it under the terms of the GNU General Public License as 
24  * published by the Free Software Foundation; either version 2 of the
25  * License, or (at your option) any later version.
26  *
27  * This program is distributed in the hope that it will be useful,
28  * but WITHOUT ANY WARRANTY; without even the implied warranty of
29  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30  * GNU General Public License for more details.
31  *
32  * You should have received a copy of the GNU Lesser General Public License
33  * along with this program; if not, write to the Free Software
34  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
35  * USA
36  */
37
38 You may also want to add your name to the author list inside this
39 header.
40
41 Please contact Novell, Inc. (http://www.novell.com) if you want to discuss 
42 this copyright issue.
43
44 Happy hacking,
45
46 Novell, Inc.