Skip to content

Commit

Permalink
Commit #104: Version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackJar72 committed Jan 4, 2017
1 parent bfd9256 commit a7f1ae6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions java/jaredbgreat/dldungeons/api/DLDEvent.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
package jaredbgreat.dldungeons.api;

/*
* This mod is the creation and copyright (c) 2015
* of Jared Blackburn (JaredBGreat).
*
* This class (and all lines calling its methods elsewhere thus far) is by
* frodare (Charles Howard), late 2016.
*
* It is licensed under the creative commons 4.0 attribution license: *
* https://creativecommons.org/licenses/by/4.0/legalcode
*/

import java.util.Random;

import jaredbgreat.dldungeons.builder.DBlock;
Expand Down
2 changes: 2 additions & 0 deletions java/jaredbgreat/dldungeons/builder/Builder.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* This mod is the creation and copyright (c) 2015
* of Jared Blackburn (JaredBGreat).
*
* Forge event code by Charles Howard, 2016.
*
* It is licensed under the creative commons 4.0 attribution license: *
* https://creativecommons.org/licenses/by/4.0/legalcode
*/
Expand Down
2 changes: 2 additions & 0 deletions java/jaredbgreat/dldungeons/pieces/chests/BasicChest.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* This mod is the creation and copyright (c) 2015
* of Jared Blackburn (JaredBGreat).
*
* Forge event code by Charles Howard, 2016.
*
* It is licensed under the creative commons 4.0 attribution license: *
* https://creativecommons.org/licenses/by/4.0/legalcode
*/
Expand Down
2 changes: 2 additions & 0 deletions java/jaredbgreat/dldungeons/planner/Dungeon.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* This mod is the creation and copyright (c) 2015
* of Jared Blackburn (JaredBGreat).
*
* Forge event code by Charles Howard, 2016.
*
* It is licensed under the creative commons 4.0 attribution license: *
* https://creativecommons.org/licenses/by/4.0/legalcode
*/
Expand Down
2 changes: 2 additions & 0 deletions java/jaredbgreat/dldungeons/planner/mapping/MapMatrix.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* This mod is the creation and copyright (c) 2015
* of Jared Blackburn (JaredBGreat).
*
* Forge event code by Charles Howard, 2016.
*
* It is licensed under the creative commons 4.0 attribution license: *
* https://creativecommons.org/licenses/by/4.0/legalcode
*/
Expand Down

0 comments on commit a7f1ae6

Please sign in to comment.