diff --git a/.gitattributes b/.gitattributes
index f3403a755..11198e869 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,6 +1,10 @@
-# Set default behaviour, in case users don't have core.autocrlf set.
-* text=auto
+# Normalize as LF in the repository, OS native locally
+* text
+*.java text
-# Denote all files that are truly binary and should not be modified.
+# Binary files that should not be modified
+*.dat binary
+*.jpg binary
*.png binary
-*.jpg binary
\ No newline at end of file
+*.ttf binary
+*.wav binary
diff --git a/.gitignore b/.gitignore
index adc64cd7c..b74faa65e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,25 +39,28 @@ ehthumbs.db
Icon?
Thumbs.db
-# Project files #
+# Build files #
#################
+MANIFEST.MF
+dependency-reduced-pom.xml
+
+# Project files #
+#####################
.classpath
.externalToolBuilders
+.idea
.project
.settings
-MANIFEST.MF
-
-# Netbeans files #
-##################
build
dist
nbproject
+atlassian-ide-plugin.xml
build.xml
nb-configuration.xml
-
-# IntelliJ IDEA files #
-#######################
-.idea
*.iml
*.ipr
-*.iws
\ No newline at end of file
+*.iws
+
+# Misc files #
+##############
+*.bak
diff --git a/HEADER.txt b/HEADER.txt
index 48ffbd01c..bcc29efb2 100644
--- a/HEADER.txt
+++ b/HEADER.txt
@@ -1,24 +1,24 @@
This file is part of ${name}.
${copyright} <${url}/>
-${name} is licensed under the ${license}.
+${name} is licensed under the Spout License Version 1.
-${name} is free software: you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+${name} is free software: you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by the Free
+Software Foundation, either version 3 of the License, or (at your option)
+any later version.
In addition, 180 days after any changes are published, you can use the
software, incorporating those changes, under the terms of the MIT license,
-as described in the ${license}.
+as described in the Spout License Version 1.
-${name} is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU Lesser General Public License for more details.
+${name} is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+more details.
You should have received a copy of the GNU Lesser General Public License,
-the MIT license and the ${license} along with this program.
+the MIT license and the Spout License Version 1 along with this program.
If not, see for the GNU Lesser General Public
-License and see <${licenseUrl}> for the full license,
-including the MIT license.
\ No newline at end of file
+License and see for the full license, including
+the MIT license.
\ No newline at end of file
diff --git a/LICENSE.txt b/LICENSE.txt
index 5566df33e..3ef6e4389 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,24 +1,23 @@
-The dual license described in this file is called the SpoutDev License
-Version 1.
+The dual license described in this file is called the Spout License Version 1.
-----------------------------------------------------------------------
-The software is licensed under the LGPL version 3.0.
+The software is licensed under the GNU Lesser General Public License Version 3.
-In addition, the software as it existed no less than 180 days previously,
-is licensed under the MIT license. For clarity, files in a state that
-includes changes published less than 180 days previously, are NOT licensed
+In addition, the software as it existed no less than 180 days previously,
+is licensed under the MIT License. For clarity, files in a state that
+includes changes published less than 180 days previously are NOT licensed
under the MIT license. However, files in a state that only includes changes
-published more than 180 days previously, are licensed under the MIT license.
+published more than 180 days previously are licensed under the MIT license.
-The files, originating from the Glowstone and Lightstone projects, were
-licensed by their respective authors under the MIT license. However,
-any subsequent changes made as part of this project are licensed in
-accordance with this license.
+The files originating from the Glowstone and Lightstone projects were
+licensed by their respective authors under the MIT License. However, any
+subsequent changes made as part of this project are licensed in accordance
+with the dual license as described in this text.
-The LGPL version 3.0 license and the MIT license, including copyright
-notice relating to the GlowStone and LightStone projects, are provided
-below.
+The GNU Lesser General Public License Version 3 and the MIT License, including
+copyright notice relating to the Glowstone and Lightstone projects, are
+provided below.
-----------------------------------------------------------------------
@@ -190,13 +189,13 @@ Library.
-----------------------------------------------------------------------
-For information purposes, the license file from the Glowstone project
-follows. This is the license referred to as the MIT license in the
+For information purposes, the license file from the Glowstone project
+follows. This is the license referred to as the MIT license in the
first paragraph.
Glowstone Copyright (C) 2011 Tad Hardesty.
Lightstone Copyright (C) 2010-2011 Graham Edgecombe.
-Spout Copyright (C) 2011 SpoutDev.
+Spout Copyright (C) 2011-2012 Spout LLC.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -214,4 +213,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
\ No newline at end of file
+THE SOFTWARE.
diff --git a/pom.xml b/pom.xml
index 6be5703dc..b7f8b110b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
- VanillaDev
+ Spout LLC
http://www.spout.org
@@ -31,7 +31,7 @@
Spout License Version 1
- http://cdn.spout.org/license/spoutv1.txt
+ http://spout.in/licensev1
repo
GNU Lesser General Public License Version 3, but with a provision that files are released under the MIT license 180 days after they are published.
@@ -76,6 +76,20 @@
+
+
+
+
+ spout-releases
+ http://nexus.spout.org/content/repositories/releases
+
+
+
+ spout-snapshots
+ http://nexus.spout.org/content/repositories/snapshots
+
+
+
diff --git a/src/main/java/org/spout/vanilla/VanillaListener.java b/src/main/java/org/spout/vanilla/VanillaListener.java
index 395f7bedb..739d29494 100644
--- a/src/main/java/org/spout/vanilla/VanillaListener.java
+++ b/src/main/java/org/spout/vanilla/VanillaListener.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla;
diff --git a/src/main/java/org/spout/vanilla/VanillaPlugin.java b/src/main/java/org/spout/vanilla/VanillaPlugin.java
index 09ec50a81..87162c312 100644
--- a/src/main/java/org/spout/vanilla/VanillaPlugin.java
+++ b/src/main/java/org/spout/vanilla/VanillaPlugin.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla;
@@ -140,7 +140,7 @@ public void onEnable() {
if(Spout.getPlatform() == Platform.CLIENT) {
System.out.println("Loading Skydome");
- Model m = (Model)Spout.getFilesystem().getResource("model://Spout/resources/resources/models/defaultskydome.spm");
+ Model m = (Model)Spout.getFilesystem().getResource("model://Spout/models/defaultskydome.spm");
System.out.println("Loaded Skydome");
Spout.getEngine().getWorld("world").getDataMap().put("Skydome", m);
}
@@ -163,8 +163,8 @@ public void onLoad() {
Protocol.registerProtocol(new VanillaProtocol());
VanillaMaterials.initialize();
- MapPalette.DEFAULT = (MapPalette) Spout.getFilesystem().getResource("mappalette://Vanilla/resources/map/mapColorPalette.dat");
- RecipeYaml.DEFAULT = (RecipeYaml) Spout.getFilesystem().getResource("recipe://Vanilla/resources/recipes.yml");
+ MapPalette.DEFAULT = (MapPalette) Spout.getFilesystem().getResource("mappalette://Vanilla/map/mapColorPalette.dat");
+ RecipeYaml.DEFAULT = (RecipeYaml) Spout.getFilesystem().getResource("recipe://Vanilla/recipes.yml");
VanillaRecipes.initialize();
getLogger().info("loaded");
diff --git a/src/main/java/org/spout/vanilla/chat/VanillaStyleFormatter.java b/src/main/java/org/spout/vanilla/chat/VanillaStyleFormatter.java
index 893c941fb..59764bd70 100644
--- a/src/main/java/org/spout/vanilla/chat/VanillaStyleFormatter.java
+++ b/src/main/java/org/spout/vanilla/chat/VanillaStyleFormatter.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.chat;
diff --git a/src/main/java/org/spout/vanilla/chat/VanillaStyleHandler.java b/src/main/java/org/spout/vanilla/chat/VanillaStyleHandler.java
index d6b816707..281012802 100644
--- a/src/main/java/org/spout/vanilla/chat/VanillaStyleHandler.java
+++ b/src/main/java/org/spout/vanilla/chat/VanillaStyleHandler.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.chat;
diff --git a/src/main/java/org/spout/vanilla/command/AdministrationCommands.java b/src/main/java/org/spout/vanilla/command/AdministrationCommands.java
index 7c901926d..42f7e33f6 100644
--- a/src/main/java/org/spout/vanilla/command/AdministrationCommands.java
+++ b/src/main/java/org/spout/vanilla/command/AdministrationCommands.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.command;
diff --git a/src/main/java/org/spout/vanilla/command/InputCommandExecutor.java b/src/main/java/org/spout/vanilla/command/InputCommandExecutor.java
index e8cd0c9cd..18a1c379b 100644
--- a/src/main/java/org/spout/vanilla/command/InputCommandExecutor.java
+++ b/src/main/java/org/spout/vanilla/command/InputCommandExecutor.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.command;
diff --git a/src/main/java/org/spout/vanilla/command/TestCommands.java b/src/main/java/org/spout/vanilla/command/TestCommands.java
index c86339c83..1a5a5586b 100644
--- a/src/main/java/org/spout/vanilla/command/TestCommands.java
+++ b/src/main/java/org/spout/vanilla/command/TestCommands.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.command;
@@ -479,27 +479,27 @@ public void spawnmob(CommandContext args, CommandSource source) throws CommandEx
}
entity.add(Human.class).setName(npcName);
if (Spout.getPlatform() == Platform.CLIENT) {
- EntityPrefab humanPrefab = (EntityPrefab) Spout.getFilesystem().getResource("entity://Vanilla/resources/entities/human/human.sep");
+ EntityPrefab humanPrefab = (EntityPrefab) Spout.getFilesystem().getResource("entity://Vanilla/entities/human/human.sep");
entity = humanPrefab.createEntity(pos);
}
} else if (clazz.equals(Enderman.class)) {
if (Spout.getPlatform() == Platform.CLIENT) {
- EntityPrefab endermanPrefab = (EntityPrefab) Spout.getFilesystem().getResource("entity://Vanilla/resources/entities/enderman/enderman.sep");
+ EntityPrefab endermanPrefab = (EntityPrefab) Spout.getFilesystem().getResource("entity://Vanilla/entities/enderman/enderman.sep");
entity = endermanPrefab.createEntity(pos);
}
} else if (clazz.equals(Creeper.class)) {
if (Spout.getPlatform() == Platform.CLIENT) {
- EntityPrefab creeperPrefab = (EntityPrefab) Spout.getFilesystem().getResource("entity://Vanilla/resources/entities/creeper/creeper.sep");
+ EntityPrefab creeperPrefab = (EntityPrefab) Spout.getFilesystem().getResource("entity://Vanilla/entities/creeper/creeper.sep");
entity = creeperPrefab.createEntity(pos);
}
} else if (clazz.equals(Zombie.class)) {
if (Spout.getPlatform() == Platform.CLIENT) {
- EntityPrefab zombiePrefab = (EntityPrefab) Spout.getFilesystem().getResource("entity://Vanilla/resources/entities/zombie/zombie.sep");
+ EntityPrefab zombiePrefab = (EntityPrefab) Spout.getFilesystem().getResource("entity://Vanilla/entities/zombie/zombie.sep");
entity = zombiePrefab.createEntity(pos);
}
} else if (clazz.equals(Skeleton.class)) {
if (Spout.getPlatform() == Platform.CLIENT) {
- EntityPrefab skeletonPrefab = (EntityPrefab) Spout.getFilesystem().getResource("entity://Vanilla/resources/entities/skeleton/skeleton.sep");
+ EntityPrefab skeletonPrefab = (EntityPrefab) Spout.getFilesystem().getResource("entity://Vanilla/entities/skeleton/skeleton.sep");
entity = skeletonPrefab.createEntity(pos);
}
}
diff --git a/src/main/java/org/spout/vanilla/component/inventory/PlayerInventory.java b/src/main/java/org/spout/vanilla/component/inventory/PlayerInventory.java
index 161c606f2..983c6affd 100644
--- a/src/main/java/org/spout/vanilla/component/inventory/PlayerInventory.java
+++ b/src/main/java/org/spout/vanilla/component/inventory/PlayerInventory.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.inventory;
diff --git a/src/main/java/org/spout/vanilla/component/inventory/WindowHolder.java b/src/main/java/org/spout/vanilla/component/inventory/WindowHolder.java
index 1a6efdf7a..af8f0ae1a 100644
--- a/src/main/java/org/spout/vanilla/component/inventory/WindowHolder.java
+++ b/src/main/java/org/spout/vanilla/component/inventory/WindowHolder.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.inventory;
diff --git a/src/main/java/org/spout/vanilla/component/living/Hostile.java b/src/main/java/org/spout/vanilla/component/living/Hostile.java
index 8ea4d50b6..a9c694966 100644
--- a/src/main/java/org/spout/vanilla/component/living/Hostile.java
+++ b/src/main/java/org/spout/vanilla/component/living/Hostile.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living;
diff --git a/src/main/java/org/spout/vanilla/component/living/Living.java b/src/main/java/org/spout/vanilla/component/living/Living.java
index 7ef37e89e..9d8891673 100644
--- a/src/main/java/org/spout/vanilla/component/living/Living.java
+++ b/src/main/java/org/spout/vanilla/component/living/Living.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living;
diff --git a/src/main/java/org/spout/vanilla/component/living/Neutral.java b/src/main/java/org/spout/vanilla/component/living/Neutral.java
index 6235818da..648659e93 100644
--- a/src/main/java/org/spout/vanilla/component/living/Neutral.java
+++ b/src/main/java/org/spout/vanilla/component/living/Neutral.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living;
diff --git a/src/main/java/org/spout/vanilla/component/living/Passive.java b/src/main/java/org/spout/vanilla/component/living/Passive.java
index b2424dd46..c7bcae3e4 100644
--- a/src/main/java/org/spout/vanilla/component/living/Passive.java
+++ b/src/main/java/org/spout/vanilla/component/living/Passive.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living;
diff --git a/src/main/java/org/spout/vanilla/component/living/Utility.java b/src/main/java/org/spout/vanilla/component/living/Utility.java
index 245ce7347..b61542ab2 100644
--- a/src/main/java/org/spout/vanilla/component/living/Utility.java
+++ b/src/main/java/org/spout/vanilla/component/living/Utility.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Blaze.java b/src/main/java/org/spout/vanilla/component/living/hostile/Blaze.java
index 5892262a1..9c3c21029 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Blaze.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Blaze.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/CaveSpider.java b/src/main/java/org/spout/vanilla/component/living/hostile/CaveSpider.java
index 9e0f22cff..20f2411d5 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/CaveSpider.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/CaveSpider.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Creeper.java b/src/main/java/org/spout/vanilla/component/living/hostile/Creeper.java
index 7651fd192..bbce51d2e 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Creeper.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Creeper.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/EnderDragon.java b/src/main/java/org/spout/vanilla/component/living/hostile/EnderDragon.java
index c60a8e3c7..c9b3d3651 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/EnderDragon.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/EnderDragon.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Ghast.java b/src/main/java/org/spout/vanilla/component/living/hostile/Ghast.java
index bfd2bb8ff..da6e68b6d 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Ghast.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Ghast.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Giant.java b/src/main/java/org/spout/vanilla/component/living/hostile/Giant.java
index f760c855d..21822053b 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Giant.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Giant.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/MagmaCube.java b/src/main/java/org/spout/vanilla/component/living/hostile/MagmaCube.java
index f40dc7681..1754fc076 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/MagmaCube.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/MagmaCube.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Silverfish.java b/src/main/java/org/spout/vanilla/component/living/hostile/Silverfish.java
index 77c173ed5..08edf6828 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Silverfish.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Silverfish.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Skeleton.java b/src/main/java/org/spout/vanilla/component/living/hostile/Skeleton.java
index d929080f9..1ae7c4ad5 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Skeleton.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Skeleton.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Slime.java b/src/main/java/org/spout/vanilla/component/living/hostile/Slime.java
index 64f9329a7..5bd666f04 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Slime.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Slime.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Spider.java b/src/main/java/org/spout/vanilla/component/living/hostile/Spider.java
index ee13d5382..30be80516 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Spider.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Spider.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Witch.java b/src/main/java/org/spout/vanilla/component/living/hostile/Witch.java
index bc45500d2..0419b5d3c 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Witch.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Witch.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Wither.java b/src/main/java/org/spout/vanilla/component/living/hostile/Wither.java
index 5560cd6f1..1796f0d0d 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Wither.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Wither.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/WitherSkeleton.java b/src/main/java/org/spout/vanilla/component/living/hostile/WitherSkeleton.java
index ead3d44ae..97f387b6f 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/WitherSkeleton.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/WitherSkeleton.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/hostile/Zombie.java b/src/main/java/org/spout/vanilla/component/living/hostile/Zombie.java
index 81b2575a2..20cafddf1 100644
--- a/src/main/java/org/spout/vanilla/component/living/hostile/Zombie.java
+++ b/src/main/java/org/spout/vanilla/component/living/hostile/Zombie.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.hostile;
diff --git a/src/main/java/org/spout/vanilla/component/living/neutral/Bat.java b/src/main/java/org/spout/vanilla/component/living/neutral/Bat.java
index 0be608c88..2bff47d20 100644
--- a/src/main/java/org/spout/vanilla/component/living/neutral/Bat.java
+++ b/src/main/java/org/spout/vanilla/component/living/neutral/Bat.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.neutral;
diff --git a/src/main/java/org/spout/vanilla/component/living/neutral/Enderman.java b/src/main/java/org/spout/vanilla/component/living/neutral/Enderman.java
index 5d7c84cf1..9a9aebfa2 100644
--- a/src/main/java/org/spout/vanilla/component/living/neutral/Enderman.java
+++ b/src/main/java/org/spout/vanilla/component/living/neutral/Enderman.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.neutral;
diff --git a/src/main/java/org/spout/vanilla/component/living/neutral/Human.java b/src/main/java/org/spout/vanilla/component/living/neutral/Human.java
index bf27e0aa5..0d41e19f3 100644
--- a/src/main/java/org/spout/vanilla/component/living/neutral/Human.java
+++ b/src/main/java/org/spout/vanilla/component/living/neutral/Human.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.neutral;
diff --git a/src/main/java/org/spout/vanilla/component/living/neutral/PigZombie.java b/src/main/java/org/spout/vanilla/component/living/neutral/PigZombie.java
index 93585c32c..7e738a7bf 100644
--- a/src/main/java/org/spout/vanilla/component/living/neutral/PigZombie.java
+++ b/src/main/java/org/spout/vanilla/component/living/neutral/PigZombie.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.neutral;
diff --git a/src/main/java/org/spout/vanilla/component/living/neutral/Wolf.java b/src/main/java/org/spout/vanilla/component/living/neutral/Wolf.java
index 174ccf86d..7633bc44c 100644
--- a/src/main/java/org/spout/vanilla/component/living/neutral/Wolf.java
+++ b/src/main/java/org/spout/vanilla/component/living/neutral/Wolf.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.neutral;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Butcher.java b/src/main/java/org/spout/vanilla/component/living/passive/Butcher.java
index a40ad2a6b..820318359 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Butcher.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Butcher.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Chicken.java b/src/main/java/org/spout/vanilla/component/living/passive/Chicken.java
index 129508268..436189472 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Chicken.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Chicken.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Cow.java b/src/main/java/org/spout/vanilla/component/living/passive/Cow.java
index 04b8539d2..b172f896b 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Cow.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Cow.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Farmer.java b/src/main/java/org/spout/vanilla/component/living/passive/Farmer.java
index be8abd9fa..b9a40a5d8 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Farmer.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Farmer.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Librarian.java b/src/main/java/org/spout/vanilla/component/living/passive/Librarian.java
index a1014d3c7..b59e99cee 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Librarian.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Librarian.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/MooshroomCow.java b/src/main/java/org/spout/vanilla/component/living/passive/MooshroomCow.java
index c94f752ef..b5444c660 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/MooshroomCow.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/MooshroomCow.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Ocelot.java b/src/main/java/org/spout/vanilla/component/living/passive/Ocelot.java
index a64f0b446..729358b35 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Ocelot.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Ocelot.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Pig.java b/src/main/java/org/spout/vanilla/component/living/passive/Pig.java
index 1d2296f2b..e248928c5 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Pig.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Pig.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Priest.java b/src/main/java/org/spout/vanilla/component/living/passive/Priest.java
index 4076e442d..e7fdedfe3 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Priest.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Priest.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Sheep.java b/src/main/java/org/spout/vanilla/component/living/passive/Sheep.java
index 21a31466b..55781995a 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Sheep.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Sheep.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Smith.java b/src/main/java/org/spout/vanilla/component/living/passive/Smith.java
index 2fe9f4c95..f1c44bcda 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Smith.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Smith.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Squid.java b/src/main/java/org/spout/vanilla/component/living/passive/Squid.java
index 01d09181f..279678d49 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Squid.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Squid.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/passive/Villager.java b/src/main/java/org/spout/vanilla/component/living/passive/Villager.java
index 520ab5b40..522141368 100644
--- a/src/main/java/org/spout/vanilla/component/living/passive/Villager.java
+++ b/src/main/java/org/spout/vanilla/component/living/passive/Villager.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.passive;
diff --git a/src/main/java/org/spout/vanilla/component/living/util/IronGolem.java b/src/main/java/org/spout/vanilla/component/living/util/IronGolem.java
index 4f58c5050..b98bd4d31 100644
--- a/src/main/java/org/spout/vanilla/component/living/util/IronGolem.java
+++ b/src/main/java/org/spout/vanilla/component/living/util/IronGolem.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.util;
diff --git a/src/main/java/org/spout/vanilla/component/living/util/SnowGolem.java b/src/main/java/org/spout/vanilla/component/living/util/SnowGolem.java
index 053357c91..24866e99f 100644
--- a/src/main/java/org/spout/vanilla/component/living/util/SnowGolem.java
+++ b/src/main/java/org/spout/vanilla/component/living/util/SnowGolem.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.living.util;
diff --git a/src/main/java/org/spout/vanilla/component/misc/DiggingComponent.java b/src/main/java/org/spout/vanilla/component/misc/DiggingComponent.java
index 338eb529e..6296215d0 100644
--- a/src/main/java/org/spout/vanilla/component/misc/DiggingComponent.java
+++ b/src/main/java/org/spout/vanilla/component/misc/DiggingComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.misc;
diff --git a/src/main/java/org/spout/vanilla/component/misc/DrowningComponent.java b/src/main/java/org/spout/vanilla/component/misc/DrowningComponent.java
index 59dec74fd..2596d53a3 100644
--- a/src/main/java/org/spout/vanilla/component/misc/DrowningComponent.java
+++ b/src/main/java/org/spout/vanilla/component/misc/DrowningComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.misc;
diff --git a/src/main/java/org/spout/vanilla/component/misc/HeadComponent.java b/src/main/java/org/spout/vanilla/component/misc/HeadComponent.java
index 33984414f..2dc1f8618 100644
--- a/src/main/java/org/spout/vanilla/component/misc/HeadComponent.java
+++ b/src/main/java/org/spout/vanilla/component/misc/HeadComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.misc;
diff --git a/src/main/java/org/spout/vanilla/component/misc/HealthComponent.java b/src/main/java/org/spout/vanilla/component/misc/HealthComponent.java
index 74cbbee9a..35a71e248 100644
--- a/src/main/java/org/spout/vanilla/component/misc/HealthComponent.java
+++ b/src/main/java/org/spout/vanilla/component/misc/HealthComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.misc;
diff --git a/src/main/java/org/spout/vanilla/component/misc/HungerComponent.java b/src/main/java/org/spout/vanilla/component/misc/HungerComponent.java
index 4174e33d9..e9fcdf778 100644
--- a/src/main/java/org/spout/vanilla/component/misc/HungerComponent.java
+++ b/src/main/java/org/spout/vanilla/component/misc/HungerComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.misc;
diff --git a/src/main/java/org/spout/vanilla/component/misc/InteractComponent.java b/src/main/java/org/spout/vanilla/component/misc/InteractComponent.java
index 1f2348f85..0ddb2f0e3 100644
--- a/src/main/java/org/spout/vanilla/component/misc/InteractComponent.java
+++ b/src/main/java/org/spout/vanilla/component/misc/InteractComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.misc;
diff --git a/src/main/java/org/spout/vanilla/component/misc/PickupItemComponent.java b/src/main/java/org/spout/vanilla/component/misc/PickupItemComponent.java
index 6fbb79a68..7b389d549 100644
--- a/src/main/java/org/spout/vanilla/component/misc/PickupItemComponent.java
+++ b/src/main/java/org/spout/vanilla/component/misc/PickupItemComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.misc;
diff --git a/src/main/java/org/spout/vanilla/component/misc/SleepComponent.java b/src/main/java/org/spout/vanilla/component/misc/SleepComponent.java
index dd6c99183..9ca8b5a40 100644
--- a/src/main/java/org/spout/vanilla/component/misc/SleepComponent.java
+++ b/src/main/java/org/spout/vanilla/component/misc/SleepComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.misc;
diff --git a/src/main/java/org/spout/vanilla/component/player/HUDComponent.java b/src/main/java/org/spout/vanilla/component/player/HUDComponent.java
index 70658f7fb..d1b68291d 100644
--- a/src/main/java/org/spout/vanilla/component/player/HUDComponent.java
+++ b/src/main/java/org/spout/vanilla/component/player/HUDComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.player;
diff --git a/src/main/java/org/spout/vanilla/component/player/InputComponent.java b/src/main/java/org/spout/vanilla/component/player/InputComponent.java
index 757b08ea5..03724db58 100644
--- a/src/main/java/org/spout/vanilla/component/player/InputComponent.java
+++ b/src/main/java/org/spout/vanilla/component/player/InputComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.player;
diff --git a/src/main/java/org/spout/vanilla/component/player/PingComponent.java b/src/main/java/org/spout/vanilla/component/player/PingComponent.java
index 3175ead37..e0331a189 100644
--- a/src/main/java/org/spout/vanilla/component/player/PingComponent.java
+++ b/src/main/java/org/spout/vanilla/component/player/PingComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.player;
diff --git a/src/main/java/org/spout/vanilla/component/player/PlayerListComponent.java b/src/main/java/org/spout/vanilla/component/player/PlayerListComponent.java
index 150f5489e..46789cf33 100644
--- a/src/main/java/org/spout/vanilla/component/player/PlayerListComponent.java
+++ b/src/main/java/org/spout/vanilla/component/player/PlayerListComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.player;
diff --git a/src/main/java/org/spout/vanilla/component/substance/Item.java b/src/main/java/org/spout/vanilla/component/substance/Item.java
index 64eb435a2..5f35d8e08 100644
--- a/src/main/java/org/spout/vanilla/component/substance/Item.java
+++ b/src/main/java/org/spout/vanilla/component/substance/Item.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance;
diff --git a/src/main/java/org/spout/vanilla/component/substance/Lightning.java b/src/main/java/org/spout/vanilla/component/substance/Lightning.java
index 127d6b523..db74704d6 100644
--- a/src/main/java/org/spout/vanilla/component/substance/Lightning.java
+++ b/src/main/java/org/spout/vanilla/component/substance/Lightning.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance;
diff --git a/src/main/java/org/spout/vanilla/component/substance/Painting.java b/src/main/java/org/spout/vanilla/component/substance/Painting.java
index b8db7ce8e..7ebdfc8ed 100644
--- a/src/main/java/org/spout/vanilla/component/substance/Painting.java
+++ b/src/main/java/org/spout/vanilla/component/substance/Painting.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance;
diff --git a/src/main/java/org/spout/vanilla/component/substance/Potion.java b/src/main/java/org/spout/vanilla/component/substance/Potion.java
index 98f190b13..dfe7ae18d 100644
--- a/src/main/java/org/spout/vanilla/component/substance/Potion.java
+++ b/src/main/java/org/spout/vanilla/component/substance/Potion.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance;
diff --git a/src/main/java/org/spout/vanilla/component/substance/XPOrb.java b/src/main/java/org/spout/vanilla/component/substance/XPOrb.java
index f1efe80fd..734c77d62 100644
--- a/src/main/java/org/spout/vanilla/component/substance/XPOrb.java
+++ b/src/main/java/org/spout/vanilla/component/substance/XPOrb.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/Anvil.java b/src/main/java/org/spout/vanilla/component/substance/material/Anvil.java
index 0f23907f3..3e81e3b24 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/Anvil.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/Anvil.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/Beacon.java b/src/main/java/org/spout/vanilla/component/substance/material/Beacon.java
index dc949d54e..3e438c65a 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/Beacon.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/Beacon.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/BrewingStand.java b/src/main/java/org/spout/vanilla/component/substance/material/BrewingStand.java
index d47e5bf2d..97d0f170c 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/BrewingStand.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/BrewingStand.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/Dispenser.java b/src/main/java/org/spout/vanilla/component/substance/material/Dispenser.java
index 67ce0cf97..4fee608d6 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/Dispenser.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/Dispenser.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/EnchantmentTable.java b/src/main/java/org/spout/vanilla/component/substance/material/EnchantmentTable.java
index c4e5d8307..7e5a54083 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/EnchantmentTable.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/EnchantmentTable.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/Furnace.java b/src/main/java/org/spout/vanilla/component/substance/material/Furnace.java
index 15a701636..1cc5f5ed2 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/Furnace.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/Furnace.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/Jukebox.java b/src/main/java/org/spout/vanilla/component/substance/material/Jukebox.java
index 4174238d1..c1c3ff3ed 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/Jukebox.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/Jukebox.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/MonsterSpawner.java b/src/main/java/org/spout/vanilla/component/substance/material/MonsterSpawner.java
index feb8a79a6..ade31599f 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/MonsterSpawner.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/MonsterSpawner.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/NoteBlock.java b/src/main/java/org/spout/vanilla/component/substance/material/NoteBlock.java
index 231121303..60bab209e 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/NoteBlock.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/NoteBlock.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/Piston.java b/src/main/java/org/spout/vanilla/component/substance/material/Piston.java
index a710850a2..4dfb5b86c 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/Piston.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/Piston.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/Sign.java b/src/main/java/org/spout/vanilla/component/substance/material/Sign.java
index 4767d38c3..2a6ca2a58 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/Sign.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/Sign.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/VanillaBlockComponent.java b/src/main/java/org/spout/vanilla/component/substance/material/VanillaBlockComponent.java
index 46e426cca..819951d07 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/VanillaBlockComponent.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/VanillaBlockComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/ViewedBlockComponent.java b/src/main/java/org/spout/vanilla/component/substance/material/ViewedBlockComponent.java
index 103052b04..41fe587cf 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/ViewedBlockComponent.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/ViewedBlockComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/chest/AbstractChest.java b/src/main/java/org/spout/vanilla/component/substance/material/chest/AbstractChest.java
index 490a9ebcf..a6563bf04 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/chest/AbstractChest.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/chest/AbstractChest.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material.chest;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/chest/Chest.java b/src/main/java/org/spout/vanilla/component/substance/material/chest/Chest.java
index d3a98f5b3..30eadf022 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/chest/Chest.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/chest/Chest.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material.chest;
diff --git a/src/main/java/org/spout/vanilla/component/substance/material/chest/EnderChest.java b/src/main/java/org/spout/vanilla/component/substance/material/chest/EnderChest.java
index 2ada03169..18ad48fec 100644
--- a/src/main/java/org/spout/vanilla/component/substance/material/chest/EnderChest.java
+++ b/src/main/java/org/spout/vanilla/component/substance/material/chest/EnderChest.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.material.chest;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/EnderCrystal.java b/src/main/java/org/spout/vanilla/component/substance/object/EnderCrystal.java
index 616c54669..6a5acb370 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/EnderCrystal.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/EnderCrystal.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/EyeOfEnder.java b/src/main/java/org/spout/vanilla/component/substance/object/EyeOfEnder.java
index 2bc84994d..5f378b4e1 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/EyeOfEnder.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/EyeOfEnder.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/FallingBlock.java b/src/main/java/org/spout/vanilla/component/substance/object/FallingBlock.java
index 76d191fec..cc05946b2 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/FallingBlock.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/FallingBlock.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/FallingDragonEgg.java b/src/main/java/org/spout/vanilla/component/substance/object/FallingDragonEgg.java
index 67cbf6112..0a2c55333 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/FallingDragonEgg.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/FallingDragonEgg.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/FireworksRocket.java b/src/main/java/org/spout/vanilla/component/substance/object/FireworksRocket.java
index 364b8c9c2..223b36acb 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/FireworksRocket.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/FireworksRocket.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/ObjectEntity.java b/src/main/java/org/spout/vanilla/component/substance/object/ObjectEntity.java
index 2aa6d32e6..f49ada07e 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/ObjectEntity.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/ObjectEntity.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/Tnt.java b/src/main/java/org/spout/vanilla/component/substance/object/Tnt.java
index 975c4f26a..bd6d1bbc9 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/Tnt.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/Tnt.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/projectile/Arrow.java b/src/main/java/org/spout/vanilla/component/substance/object/projectile/Arrow.java
index 7281d495c..169fd6f08 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/projectile/Arrow.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/projectile/Arrow.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object.projectile;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/projectile/Egg.java b/src/main/java/org/spout/vanilla/component/substance/object/projectile/Egg.java
index 06d9fbc68..f61bdfaf9 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/projectile/Egg.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/projectile/Egg.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object.projectile;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/projectile/FishingBob.java b/src/main/java/org/spout/vanilla/component/substance/object/projectile/FishingBob.java
index 81a73b211..34de9154d 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/projectile/FishingBob.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/projectile/FishingBob.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object.projectile;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/projectile/Projectile.java b/src/main/java/org/spout/vanilla/component/substance/object/projectile/Projectile.java
index 308cf8d75..189efb763 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/projectile/Projectile.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/projectile/Projectile.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object.projectile;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/projectile/Snowball.java b/src/main/java/org/spout/vanilla/component/substance/object/projectile/Snowball.java
index a46d2389a..8c0eb33f9 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/projectile/Snowball.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/projectile/Snowball.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object.projectile;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/vehicle/Boat.java b/src/main/java/org/spout/vanilla/component/substance/object/vehicle/Boat.java
index f85eae384..4285f775a 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/vehicle/Boat.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/vehicle/Boat.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object.vehicle;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/vehicle/Minecart.java b/src/main/java/org/spout/vanilla/component/substance/object/vehicle/Minecart.java
index b311aeb53..e2a676ccb 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/vehicle/Minecart.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/vehicle/Minecart.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object.vehicle;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/vehicle/PoweredMinecart.java b/src/main/java/org/spout/vanilla/component/substance/object/vehicle/PoweredMinecart.java
index 3606c2ca5..9c15f6fe3 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/vehicle/PoweredMinecart.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/vehicle/PoweredMinecart.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object.vehicle;
diff --git a/src/main/java/org/spout/vanilla/component/substance/object/vehicle/StorageMinecart.java b/src/main/java/org/spout/vanilla/component/substance/object/vehicle/StorageMinecart.java
index 48e11b9b4..57195f0f0 100644
--- a/src/main/java/org/spout/vanilla/component/substance/object/vehicle/StorageMinecart.java
+++ b/src/main/java/org/spout/vanilla/component/substance/object/vehicle/StorageMinecart.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.substance.object.vehicle;
diff --git a/src/main/java/org/spout/vanilla/component/test/TransformDebugComponent.java b/src/main/java/org/spout/vanilla/component/test/TransformDebugComponent.java
index e00eb1912..2e81efe02 100644
--- a/src/main/java/org/spout/vanilla/component/test/TransformDebugComponent.java
+++ b/src/main/java/org/spout/vanilla/component/test/TransformDebugComponent.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.test;
diff --git a/src/main/java/org/spout/vanilla/component/world/VanillaSky.java b/src/main/java/org/spout/vanilla/component/world/VanillaSky.java
index 876083238..57ee893a5 100644
--- a/src/main/java/org/spout/vanilla/component/world/VanillaSky.java
+++ b/src/main/java/org/spout/vanilla/component/world/VanillaSky.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.world;
diff --git a/src/main/java/org/spout/vanilla/component/world/sky/NetherSky.java b/src/main/java/org/spout/vanilla/component/world/sky/NetherSky.java
index f5e21c42a..6b6c80126 100644
--- a/src/main/java/org/spout/vanilla/component/world/sky/NetherSky.java
+++ b/src/main/java/org/spout/vanilla/component/world/sky/NetherSky.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.world.sky;
diff --git a/src/main/java/org/spout/vanilla/component/world/sky/NormalSky.java b/src/main/java/org/spout/vanilla/component/world/sky/NormalSky.java
index f9af17fce..12c811c75 100644
--- a/src/main/java/org/spout/vanilla/component/world/sky/NormalSky.java
+++ b/src/main/java/org/spout/vanilla/component/world/sky/NormalSky.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.world.sky;
diff --git a/src/main/java/org/spout/vanilla/component/world/sky/TheEndSky.java b/src/main/java/org/spout/vanilla/component/world/sky/TheEndSky.java
index ee5abbb07..9973d98ad 100644
--- a/src/main/java/org/spout/vanilla/component/world/sky/TheEndSky.java
+++ b/src/main/java/org/spout/vanilla/component/world/sky/TheEndSky.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.component.world.sky;
diff --git a/src/main/java/org/spout/vanilla/configuration/InputConfiguration.java b/src/main/java/org/spout/vanilla/configuration/InputConfiguration.java
index dd0ff5091..bbe5fc3c4 100644
--- a/src/main/java/org/spout/vanilla/configuration/InputConfiguration.java
+++ b/src/main/java/org/spout/vanilla/configuration/InputConfiguration.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.configuration;
diff --git a/src/main/java/org/spout/vanilla/configuration/OpConfiguration.java b/src/main/java/org/spout/vanilla/configuration/OpConfiguration.java
index 84baf8a4d..e1a1cfb12 100644
--- a/src/main/java/org/spout/vanilla/configuration/OpConfiguration.java
+++ b/src/main/java/org/spout/vanilla/configuration/OpConfiguration.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.configuration;
diff --git a/src/main/java/org/spout/vanilla/configuration/VanillaConfiguration.java b/src/main/java/org/spout/vanilla/configuration/VanillaConfiguration.java
index e1522349b..7cf5a4e90 100644
--- a/src/main/java/org/spout/vanilla/configuration/VanillaConfiguration.java
+++ b/src/main/java/org/spout/vanilla/configuration/VanillaConfiguration.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.configuration;
diff --git a/src/main/java/org/spout/vanilla/configuration/WorldConfiguration.java b/src/main/java/org/spout/vanilla/configuration/WorldConfiguration.java
index 064d2c54d..671513782 100644
--- a/src/main/java/org/spout/vanilla/configuration/WorldConfiguration.java
+++ b/src/main/java/org/spout/vanilla/configuration/WorldConfiguration.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.configuration;
diff --git a/src/main/java/org/spout/vanilla/configuration/WorldConfigurationNode.java b/src/main/java/org/spout/vanilla/configuration/WorldConfigurationNode.java
index 37e796f65..f9086dbdc 100644
--- a/src/main/java/org/spout/vanilla/configuration/WorldConfigurationNode.java
+++ b/src/main/java/org/spout/vanilla/configuration/WorldConfigurationNode.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.configuration;
diff --git a/src/main/java/org/spout/vanilla/data/Animation.java b/src/main/java/org/spout/vanilla/data/Animation.java
index b4e9c964b..3409d6b55 100644
--- a/src/main/java/org/spout/vanilla/data/Animation.java
+++ b/src/main/java/org/spout/vanilla/data/Animation.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/Climate.java b/src/main/java/org/spout/vanilla/data/Climate.java
index 5c13cd261..34d958baf 100644
--- a/src/main/java/org/spout/vanilla/data/Climate.java
+++ b/src/main/java/org/spout/vanilla/data/Climate.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/Difficulty.java b/src/main/java/org/spout/vanilla/data/Difficulty.java
index c921e9f5b..73b992d7f 100644
--- a/src/main/java/org/spout/vanilla/data/Difficulty.java
+++ b/src/main/java/org/spout/vanilla/data/Difficulty.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/Dimension.java b/src/main/java/org/spout/vanilla/data/Dimension.java
index d4fc5bab9..d2d8c2964 100644
--- a/src/main/java/org/spout/vanilla/data/Dimension.java
+++ b/src/main/java/org/spout/vanilla/data/Dimension.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/ExhaustionLevel.java b/src/main/java/org/spout/vanilla/data/ExhaustionLevel.java
index 7960c963d..1de0b026b 100644
--- a/src/main/java/org/spout/vanilla/data/ExhaustionLevel.java
+++ b/src/main/java/org/spout/vanilla/data/ExhaustionLevel.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/GameMode.java b/src/main/java/org/spout/vanilla/data/GameMode.java
index b20367def..12ed20299 100644
--- a/src/main/java/org/spout/vanilla/data/GameMode.java
+++ b/src/main/java/org/spout/vanilla/data/GameMode.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/Instrument.java b/src/main/java/org/spout/vanilla/data/Instrument.java
index 64a12f7e5..55319d683 100644
--- a/src/main/java/org/spout/vanilla/data/Instrument.java
+++ b/src/main/java/org/spout/vanilla/data/Instrument.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/MoveReaction.java b/src/main/java/org/spout/vanilla/data/MoveReaction.java
index 23b4afb7e..30d0fb0f6 100644
--- a/src/main/java/org/spout/vanilla/data/MoveReaction.java
+++ b/src/main/java/org/spout/vanilla/data/MoveReaction.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/Music.java b/src/main/java/org/spout/vanilla/data/Music.java
index c73c1f7da..f86b870e1 100644
--- a/src/main/java/org/spout/vanilla/data/Music.java
+++ b/src/main/java/org/spout/vanilla/data/Music.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/PaintingType.java b/src/main/java/org/spout/vanilla/data/PaintingType.java
index 2f54633bb..e2fb78382 100644
--- a/src/main/java/org/spout/vanilla/data/PaintingType.java
+++ b/src/main/java/org/spout/vanilla/data/PaintingType.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/RailsState.java b/src/main/java/org/spout/vanilla/data/RailsState.java
index 74f3af042..e9316c7f5 100644
--- a/src/main/java/org/spout/vanilla/data/RailsState.java
+++ b/src/main/java/org/spout/vanilla/data/RailsState.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/RedstonePowerMode.java b/src/main/java/org/spout/vanilla/data/RedstonePowerMode.java
index 756584d67..39f009ef9 100644
--- a/src/main/java/org/spout/vanilla/data/RedstonePowerMode.java
+++ b/src/main/java/org/spout/vanilla/data/RedstonePowerMode.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/SlimeSize.java b/src/main/java/org/spout/vanilla/data/SlimeSize.java
index d8fbcc2d1..0beffb5eb 100644
--- a/src/main/java/org/spout/vanilla/data/SlimeSize.java
+++ b/src/main/java/org/spout/vanilla/data/SlimeSize.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/Time.java b/src/main/java/org/spout/vanilla/data/Time.java
index 81fa93822..23164a4a7 100644
--- a/src/main/java/org/spout/vanilla/data/Time.java
+++ b/src/main/java/org/spout/vanilla/data/Time.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/VanillaData.java b/src/main/java/org/spout/vanilla/data/VanillaData.java
index fc75bfef4..6e2b78052 100644
--- a/src/main/java/org/spout/vanilla/data/VanillaData.java
+++ b/src/main/java/org/spout/vanilla/data/VanillaData.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/VanillaRenderMaterials.java b/src/main/java/org/spout/vanilla/data/VanillaRenderMaterials.java
index 5d718205b..0fe965d03 100644
--- a/src/main/java/org/spout/vanilla/data/VanillaRenderMaterials.java
+++ b/src/main/java/org/spout/vanilla/data/VanillaRenderMaterials.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
@@ -53,18 +53,18 @@ public final class VanillaRenderMaterials {
static {
if (Spout.getPlatform() == Platform.CLIENT) {
- FONT = (Font) fileSystem.getResource("font://Spout/resources/resources/fonts/ubuntu/Ubuntu-M.ttf");
- HOTBAR_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/gui/smt/HotbarGUIMaterial.smt");
- ICONS_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/gui/smt/IconsGUIMaterial.smt");
- INVENTORY_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/gui/smt/InventoryGUIMaterial.smt");
- CONTAINER_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/gui/smt/ContainerGUIMaterial.smt");
- CRAFTING_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/gui/smt/CraftingGUIMaterial.smt");
- FURNACE_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/gui/smt/FurnaceGUIMaterial.smt");
- TRAP_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/gui/smt/TrapGUIMaterial.smt");
- ENCHANT_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/gui/smt/InventoryGUIMaterial.smt");
- ALCHEMY_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/gui/smt/InventoryGUIMaterial.smt");
- ITEMS_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/gui/smt/ItemsGUIMaterial.smt");
- BLOCKS_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/resources/materials/terrain.smt");
+ FONT = (Font) fileSystem.getResource("font://Spout/fonts/ubuntu/Ubuntu-M.ttf");
+ HOTBAR_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/gui/smt/HotbarGUIMaterial.smt");
+ ICONS_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/gui/smt/IconsGUIMaterial.smt");
+ INVENTORY_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/gui/smt/InventoryGUIMaterial.smt");
+ CONTAINER_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/gui/smt/ContainerGUIMaterial.smt");
+ CRAFTING_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/gui/smt/CraftingGUIMaterial.smt");
+ FURNACE_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/gui/smt/FurnaceGUIMaterial.smt");
+ TRAP_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/gui/smt/TrapGUIMaterial.smt");
+ ENCHANT_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/gui/smt/InventoryGUIMaterial.smt");
+ ALCHEMY_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/gui/smt/InventoryGUIMaterial.smt");
+ ITEMS_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/gui/smt/ItemsGUIMaterial.smt");
+ BLOCKS_MATERIAL = (RenderMaterial) fileSystem.getResource("material://Vanilla/materials/terrain.smt");
} else {
FONT = null;
HOTBAR_MATERIAL = null;
diff --git a/src/main/java/org/spout/vanilla/data/Weather.java b/src/main/java/org/spout/vanilla/data/Weather.java
index 164014d81..598f1ed4f 100644
--- a/src/main/java/org/spout/vanilla/data/Weather.java
+++ b/src/main/java/org/spout/vanilla/data/Weather.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see for the full license, including
+ * the MIT license.
*/
package org.spout.vanilla.data;
diff --git a/src/main/java/org/spout/vanilla/data/WorldType.java b/src/main/java/org/spout/vanilla/data/WorldType.java
index 7c14eca84..d5df9d9a6 100644
--- a/src/main/java/org/spout/vanilla/data/WorldType.java
+++ b/src/main/java/org/spout/vanilla/data/WorldType.java
@@ -1,28 +1,28 @@
/*
* This file is part of Vanilla.
*
- * Copyright (c) 2011-2012, VanillaDev
- * Vanilla is licensed under the SpoutDev License Version 1.
+ * Copyright (c) 2011-2012, Spout LLC
+ * Vanilla is licensed under the Spout License Version 1.
*
- * Vanilla is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * Vanilla is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation, either version 3 of the License, or (at your option)
+ * any later version.
*
* In addition, 180 days after any changes are published, you can use the
* software, incorporating those changes, under the terms of the MIT license,
- * as described in the SpoutDev License Version 1.
+ * as described in the Spout License Version 1.
*
- * Vanilla is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+ * more details.
*
* You should have received a copy of the GNU Lesser General Public License,
- * the MIT license and the SpoutDev License Version 1 along with this program.
+ * the MIT license and the Spout License Version 1 along with this program.
* If not, see for the GNU Lesser General Public
- * License and see for the full license,
- * including the MIT license.
+ * License and see