Skip to content

Commit

Permalink
Add missing copyright headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Dec 29, 2014
1 parent 72c52c8 commit 875e468
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Copyright 2014 by UnoModding and Contributors
*
* This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
* To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.
*/
package unomodding.canary.playtimelimiter.data;

import net.canarymod.database.Column;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Copyright 2014 by UnoModding and Contributors
*
* This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
* To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.
*/
package unomodding.canary.playtimelimiter.data;

import net.canarymod.database.Column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public class UnknownPlayerException extends Exception {
private static final long serialVersionUID = -5987543214085051018L;

public UnknownPlayerException(UUID uuid) {
super("Unknown player with UUID of " + uuid);
super("Unknown player with the UUID of " + uuid);
}
}

0 comments on commit 875e468

Please sign in to comment.