Skip to content

Commit cc799cc

Browse files
committed
Updated more copyright headers, and the actual template xml file.
1 parent e01e841 commit cc799cc

File tree

9 files changed

+18
-27
lines changed

9 files changed

+18
-27
lines changed

eclipse/Code Template.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* part of the ${project_name} Mod. Get the Source Code in github:
44
* https://github.com/Vazkii/${project_name}
55
*
6-
* ${project_name} is Open Source and distributed under a
7-
* Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
8-
* (http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB)
6+
* ${project_name} is Open Source and distributed under the
7+
* ${project_name} License: http://botaniamod.net/license.php
98
*
109
* File Created @ [${date}, ${time} (GMT)]
1110
*/</template><template autoinsert="false" context="typecomment_context" deleted="false" description="Comment for created types" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.typecomment" name="typecomment"/><template autoinsert="false" context="fieldcomment_context" deleted="false" description="Comment for fields" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name="fieldcomment"/><template autoinsert="false" context="methodcomment_context" deleted="false" description="Comment for non-overriding methods" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name="methodcomment"/><template autoinsert="false" context="overridecomment_context" deleted="false" description="Comment for overriding methods" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name="overridecomment"/><template autoinsert="false" context="delegatecomment_context" deleted="false" description="Comment for delegate methods" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name="delegatecomment"/><template autoinsert="true" context="newtype_context" deleted="false" description="Newly created files" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.newtype" name="newtype">${filecomment}

src/main/java/vazkii/botania/common/achievement/AchievementMod.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* part of the Botania Mod. Get the Source Code in github:
44
* https://github.com/Vazkii/Botania
55
*
6-
* Botania is Open Source and distributed under a
7-
* Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
8-
* (http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB)
6+
* Botania is Open Source and distributed under the
7+
* Botania License: http://botaniamod.net/license.php
98
*
109
* File Created @ [Jan 28, 2015, 4:41:43 PM (GMT)]
1110
*/

src/main/java/vazkii/botania/common/achievement/ModAchievements.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* part of the Botania Mod. Get the Source Code in github:
44
* https://github.com/Vazkii/Botania
55
*
6-
* Botania is Open Source and distributed under a
7-
* Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
8-
* (http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB)
6+
* Botania is Open Source and distributed under the
7+
* Botania License: http://botaniamod.net/license.php
98
*
109
* File Created @ [Jan 28, 2015, 4:27:39 PM (GMT)]
1110
*/

src/main/java/vazkii/botania/common/block/decor/slabs/BlockDirtPathSlab.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* part of the Botania Mod. Get the Source Code in github:
44
* https://github.com/Vazkii/Botania
55
*
6-
* Botania is Open Source and distributed under a
7-
* Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
8-
* (http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB)
6+
* Botania is Open Source and distributed under the
7+
* Botania License: http://botaniamod.net/license.php
98
*
109
* File Created @ [Jan 26, 2015, 10:15:05 PM (GMT)]
1110
*/

src/main/java/vazkii/botania/common/block/subtile/functional/SubTileMedumone.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* part of the Botania Mod. Get the Source Code in github:
44
* https://github.com/Vazkii/Botania
55
*
6-
* Botania is Open Source and distributed under a
7-
* Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
8-
* (http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB)
6+
* Botania is Open Source and distributed under the
7+
* Botania License: http://botaniamod.net/license.php
98
*
109
* File Created @ [Jan 27, 2015, 7:33:17 PM (GMT)]
1110
*/

src/main/java/vazkii/botania/common/block/subtile/functional/SubTileSpectranthemum.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* part of the Botania Mod. Get the Source Code in github:
44
* https://github.com/Vazkii/Botania
55
*
6-
* Botania is Open Source and distributed under a
7-
* Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
8-
* (http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB)
6+
* Botania is Open Source and distributed under the
7+
* Botania License: http://botaniamod.net/license.php
98
*
109
* File Created @ [Jan 27, 2015, 4:06:58 PM (GMT)]
1110
*/

src/main/java/vazkii/botania/common/item/ItemCraftPattern.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* part of the Botania Mod. Get the Source Code in github:
44
* https://github.com/Vazkii/Botania
55
*
6-
* Botania is Open Source and distributed under a
7-
* Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
8-
* (http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB)
6+
* Botania is Open Source and distributed under the
7+
* Botania License: http://botaniamod.net/license.php
98
*
109
* File Created @ [Jan 28, 2015, 2:59:06 PM (GMT)]
1110
*/

src/main/java/vazkii/botania/common/item/block/ItemBlockTinyPotato.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* part of the Botania Mod. Get the Source Code in github:
44
* https://github.com/Vazkii/Botania
55
*
6-
* Botania is Open Source and distributed under a
7-
* Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
8-
* (http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB)
6+
* Botania is Open Source and distributed under the
7+
* Botania License: http://botaniamod.net/license.php
98
*
109
* File Created @ [Jan 27, 2015, 3:44:10 PM (GMT)]
1110
*/

src/main/java/vazkii/botania/common/lib/LibAchievementNames.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* part of the Botania Mod. Get the Source Code in github:
44
* https://github.com/Vazkii/Botania
55
*
6-
* Botania is Open Source and distributed under a
7-
* Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
8-
* (http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB)
6+
* Botania is Open Source and distributed under the
7+
* Botania License: http://botaniamod.net/license.php
98
*
109
* File Created @ [Jan 28, 2015, 4:44:34 PM (GMT)]
1110
*/

0 commit comments

Comments
 (0)