]> git.sur5r.net Git - cc65/blob - LICENSE
Added "the usual suspects".
[cc65] / LICENSE
1 This is the original cc65 compiler copyright:
2
3   -*- Mode: Text -*-
4
5      This is the copyright notice for RA65, LINK65, LIBR65, and other
6   Atari 8-bit programs.  Said programs are Copyright 1989, by John R.
7   Dunning.  All rights reserved, with the following exceptions:
8
9       Anyone may copy or redistribute these programs, provided that:
10
11   1:  You don't charge anything for the copy.  It is permissable to
12       charge a nominal fee for media, etc.
13
14   2:  All source code and documentation for the programs is made
15       available as part of the distribution.
16
17   3:  This copyright notice is preserved verbatim, and included in
18       the distribution.
19
20       You are allowed to modify these programs, and redistribute the
21   modified versions, provided that the modifications are clearly noted.
22
23       There is NO WARRANTY with this software, it comes as is, and is
24   distributed in the hope that it may be useful.
25
26       This copyright notice applies to any program which contains
27   this text, or the refers to this file.
28
29       This copyright notice is based on the one published by the Free
30   Software Foundation, sometimes known as the GNU project.  The idea
31   is the same as theirs, ie the software is free, and is intended to
32   stay that way.  Everybody has the right to copy, modify, and re-
33   distribute this software.  Nobody has the right to prevent anyone
34   else from copying, modifying or redistributing it.
35
36 In acknowledgment of this copyright, I (Ullrich von Bassewitz) will place
37 my own changes to the compiler under the same copyright.
38
39 The library and the binary utils are a complete rewrite done by me and
40 covered by the following license:
41
42 This software is provided 'as-is', without any express or implied warranty.
43 In no event will the authors be held liable for any damages arising from
44 the use of this software.
45
46 Permission is granted to anyone to use this software for any purpose,
47 including commercial applications, and to alter it and redistribute it
48 freely, subject to the following restrictions:
49
50 1. The origin of this software must not be misrepresented; you must not
51 claim that you wrote the original software. If you use this software in
52 a product, an acknowledgment in the product documentation would be
53 appreciated but is not required.
54
55 2. Altered source versions must be plainly marked as such, and must not
56 be misrepresented as being the original software.
57
58 3. This notice may not be removed or altered from any source distribution.