Remove william's copyright file headers
This commit is contained in:
parent
908b282fdf
commit
6583e86ace
@ -8,13 +8,6 @@ import nautilus.game.arcade.ArcadeManager;
|
||||
import nautilus.game.arcade.gui.privateServer.PrivateServerShop;
|
||||
import nautilus.game.arcade.gui.privateServer.page.GameVotingPage;
|
||||
|
||||
/**
|
||||
* Created by WilliamTiger.
|
||||
* All the code and any API's associated with it
|
||||
* are not to be used anywhere else without written
|
||||
* consent of William Burns. 2015.
|
||||
* 24/07/15
|
||||
*/
|
||||
public class GameVotingButton implements IButton
|
||||
{
|
||||
private ArcadeManager _arcadeManager;
|
||||
|
@ -11,13 +11,6 @@ import nautilus.game.arcade.ArcadeManager;
|
||||
import nautilus.game.arcade.gui.privateServer.PrivateServerShop;
|
||||
import nautilus.game.arcade.gui.privateServer.page.WhitelistedPage;
|
||||
|
||||
/**
|
||||
* Created by WilliamTiger.
|
||||
* All the code and any API's associated with it
|
||||
* are not to be used anywhere else without written
|
||||
* consent of William Burns. 2015.
|
||||
* 29/07/15
|
||||
*/
|
||||
public class WhitelistButton implements IButton
|
||||
{
|
||||
private ArcadeManager _arcadeManager;
|
||||
|
@ -9,13 +9,6 @@ import nautilus.game.arcade.GameType;
|
||||
import nautilus.game.arcade.gui.privateServer.PrivateServerShop;
|
||||
import nautilus.game.arcade.gui.privateServer.button.ChooseMapButton;
|
||||
|
||||
/**
|
||||
* Created by WilliamTiger.
|
||||
* All the code and any API's associated with it
|
||||
* are not to be used anywhere else without written
|
||||
* consent of William Burns. 2015.
|
||||
* 08/07/2015
|
||||
*/
|
||||
public class ChooseMapPage extends BasePage
|
||||
{
|
||||
private GameType _gameType;
|
||||
|
@ -17,13 +17,6 @@ import nautilus.game.arcade.ArcadeManager;
|
||||
import nautilus.game.arcade.GameType;
|
||||
import nautilus.game.arcade.gui.privateServer.PrivateServerShop;
|
||||
|
||||
/**
|
||||
* Created by WilliamTiger.
|
||||
* All the code and any API's associated with it
|
||||
* are not to be used anywhere else without written
|
||||
* consent of William Burns. 2015.
|
||||
* 24/07/15
|
||||
*/
|
||||
public class GameVotingPage extends BasePage
|
||||
{
|
||||
public GameVotingPage(ArcadeManager plugin, PrivateServerShop shop, Player player)
|
||||
|
@ -13,13 +13,6 @@ import mineplex.core.shop.item.IButton;
|
||||
import nautilus.game.arcade.ArcadeManager;
|
||||
import nautilus.game.arcade.gui.privateServer.PrivateServerShop;
|
||||
|
||||
/**
|
||||
* Created by WilliamTiger.
|
||||
* All the code and any API's associated with it
|
||||
* are not to be used anywhere else without written
|
||||
* consent of William Burns. 2015.
|
||||
* 29/07/15
|
||||
*/
|
||||
public class WhitelistedPage extends BasePage
|
||||
{
|
||||
public WhitelistedPage(ArcadeManager plugin, PrivateServerShop shop, Player player)
|
||||
|
Loading…
Reference in New Issue
Block a user