Added some comments regarding the license

This commit is contained in:
Jerom van der Sar
2014-08-02 17:10:54 +02:00
parent 2c92b0874e
commit 57b0aadb9b
3 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,7 @@ public class TFM_Util
{
private static final Map<String, Integer> ejectTracker = new HashMap<String, Integer>();
public static final Map<String, EntityType> mobtypes = new HashMap<String, EntityType>();
// See https://github.com/TotalFreedom/License - None of the listed names may be removed.
public static final List<String> DEVELOPERS = Arrays.asList("Madgeek1450", "DarthSalamon", "AcidicCyanide", "wild1145", "WickedGamingUK");
private static final Random RANDOM = new Random();
public static String DATE_STORAGE_FORMAT = "EEE, d MMM yyyy HH:mm:ss Z";