Skip to content

Commit 5226dda

Browse files
committed
added CC-BY-SA license
1 parent 88d2080 commit 5226dda

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

LICENSE

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
mcmap by Zahl is licensed under a Creative Commons Attribution-ShareAlike 3.0
2-
Unported License. To view a copy of this license, visit
3-
http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to
4-
Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
1+
Copyright 2011, Zahl. All rights reserved.
2+
3+
Redistribution and use in source and binary forms, with or without modification, are
4+
permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice, this list of
7+
conditions and the following disclaimer.
8+
9+
2. Redistributions in binary form must reproduce the above copyright notice, this list
10+
of conditions and the following disclaimer in the documentation and/or other materials
11+
provided with the distribution.
12+
13+
THIS SOFTWARE IS PROVIDED BY <COPYRIGHT HOLDER> ''AS IS'' AND ANY EXPRESS OR IMPLIED
14+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
15+
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR
16+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
17+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
18+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
19+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
20+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
21+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

main.cpp

+22-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
11
/***
22
* mcmap - create isometric maps of your minecraft alpha/beta world
3-
* v2.1a, 00-2011 by Zahl
3+
* v2.1a, 09-2011 by Zahl
44
*
5-
* mcmap is licensed under the Creative Commons Attribution-ShareAlike 3.0
6-
* Unported License. To view a copy of this license, visit
7-
* http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to
8-
* Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
5+
* Copyright 2011, Zahl. All rights reserved.
6+
*
7+
* Redistribution and use in source and binary forms, with or without modification, are
8+
* permitted provided that the following conditions are met:
9+
*
10+
* 1. Redistributions of source code must retain the above copyright notice, this list of
11+
* conditions and the following disclaimer.
12+
*
13+
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
14+
* of conditions and the following disclaimer in the documentation and/or other materials
15+
* provided with the distribution.
16+
*
17+
* THIS SOFTWARE IS PROVIDED BY <COPYRIGHT HOLDER> ''AS IS'' AND ANY EXPRESS OR IMPLIED
18+
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
19+
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR
20+
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
23+
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
24+
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25+
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
926
*
1027
*/
1128

0 commit comments

Comments
 (0)