diff options
author | Tom Hacohen <tom@stosb.com> | 2012-09-04 07:37:36 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2012-09-04 07:37:36 +0000 |
commit | fdd28963c14f0a25bf0e62fea7a0b02ee0a8a001 (patch) | |
tree | 0d1dec930b6c4b175d9f1e035bccb08b7df61001 /legacy/eobj | |
parent | bf1fe91b6cc7b07198d7a21e9f0e023c9eeb81b3 (diff) |
Eo: Added COPYING.
SVN revision: 76111
Diffstat (limited to 'legacy/eobj')
-rw-r--r-- | legacy/eobj/COPYING | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/legacy/eobj/COPYING b/legacy/eobj/COPYING new file mode 100644 index 0000000000..04332a5fd1 --- /dev/null +++ b/legacy/eobj/COPYING | |||
@@ -0,0 +1,25 @@ | |||
1 | Copyright notice for Eo: | ||
2 | |||
3 | Copyright (C) 2012-2012 Tom Hacohen and various contributors (see AUTHORS) | ||
4 | |||
5 | All rights reserved. | ||
6 | |||
7 | Redistribution and use in source and binary forms, with or without | ||
8 | modification, are permitted provided that the following conditions are met: | ||
9 | |||
10 | 1. Redistributions of source code must retain the above copyright | ||
11 | notice, this list of conditions and the following disclaimer. | ||
12 | 2. Redistributions in binary form must reproduce the above copyright | ||
13 | notice, this list of conditions and the following disclaimer in the | ||
14 | documentation and/or other materials provided with the distribution. | ||
15 | |||
16 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
17 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
18 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
19 | COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
20 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
21 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
22 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
23 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
24 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
25 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||