Rearrange file headers and remove some (C) claims
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* This entire file is sublicensed to you under GPLv3 or (at your option) any
|
||||||
|
* later version. The original copyright notice is retained below.
|
||||||
|
*/
|
||||||
/*
|
/*
|
||||||
* Portions of this file are
|
* Portions of this file are
|
||||||
* Copyright (C) 2016 Ronald Jack Jenkins Jr.
|
* Copyright (C) 2016 Ronald Jack Jenkins Jr.
|
||||||
@@ -15,10 +19,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
* This entire file is sublicensed to you under GPLv3 or (at your option) any
|
|
||||||
* later version. The original copyright notice is retained below.
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2004-2011 QOS.ch
|
* Copyright (c) 2004-2011 QOS.ch
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* This entire file is sublicensed to you under GPLv3 or (at your option) any
|
||||||
|
* later version. The original copyright notice is retained below.
|
||||||
|
*/
|
||||||
/*
|
/*
|
||||||
* Portions of this file are
|
* Portions of this file are
|
||||||
* Copyright (C) 2016 Ronald Jack Jenkins Jr.
|
* Copyright (C) 2016 Ronald Jack Jenkins Jr.
|
||||||
@@ -15,10 +19,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
* This entire file is sublicensed to you under GPLv3 or (at your option) any
|
|
||||||
* later version. The original copyright notice is retained below.
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2004-2011 QOS.ch
|
* Copyright (c) 2004-2011 QOS.ch
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* This entire file is sublicensed to you under GPLv3 or (at your option) any
|
||||||
|
* later version. The original copyright notice is retained below.
|
||||||
|
*/
|
||||||
/*
|
/*
|
||||||
* Portions of this file are
|
* Portions of this file are
|
||||||
* Copyright (C) 2016 Ronald Jack Jenkins Jr.
|
* Copyright (C) 2016 Ronald Jack Jenkins Jr.
|
||||||
@@ -15,10 +19,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
* This entire file is sublicensed to you under GPLv3 or (at your option) any
|
|
||||||
* later version. The original copyright notice is retained below.
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* Copyright (c) 2004-2011 QOS.ch
|
* Copyright (c) 2004-2011 QOS.ch
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
@@ -59,8 +59,7 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Declare the version of the SLF4J API this implementation is compiled
|
* Declare the version of the SLF4J API this implementation is compiled
|
||||||
* against.
|
* against. The value of this field is modified with each major release.
|
||||||
* The value of this field is modified with each major release.
|
|
||||||
*/
|
*/
|
||||||
// to avoid constant folding by the compiler, this field must *not* be final
|
// to avoid constant folding by the compiler, this field must *not* be final
|
||||||
public static String REQUESTED_API_VERSION = "1.6.99"; // !final
|
public static String REQUESTED_API_VERSION = "1.6.99"; // !final
|
||||||
@@ -69,7 +68,6 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The unique instance of this class.
|
* The unique instance of this class.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
private static final StaticLoggerBinder SINGLETON = new StaticLoggerBinder();
|
private static final StaticLoggerBinder SINGLETON = new StaticLoggerBinder();
|
||||||
|
|
||||||
@@ -80,7 +78,6 @@ public class StaticLoggerBinder implements LoggerFactoryBinder {
|
|||||||
private final ILoggerFactory loggerFactory;
|
private final ILoggerFactory loggerFactory;
|
||||||
|
|
||||||
private StaticLoggerBinder() {
|
private StaticLoggerBinder() {
|
||||||
// Note: JCL gets substituted at build time by an appropriate Ant task
|
|
||||||
this.loggerFactory = new BukkitPluginLoggerFactory();
|
this.loggerFactory = new BukkitPluginLoggerFactory();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +1,3 @@
|
|||||||
/*
|
|
||||||
* Portions of this file are
|
|
||||||
* Copyright (C) 2016 Ronald Jack Jenkins Jr.
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/*
|
/*
|
||||||
* This entire file is sublicensed to you under GPLv3 or (at your option) any
|
* This entire file is sublicensed to you under GPLv3 or (at your option) any
|
||||||
* later version. The original copyright notice is retained below.
|
* later version. The original copyright notice is retained below.
|
||||||
|
|||||||
@@ -1,20 +1,3 @@
|
|||||||
/*
|
|
||||||
* Portions of this file are
|
|
||||||
* Copyright (C) 2016 Ronald Jack Jenkins Jr.
|
|
||||||
*
|
|
||||||
* This program is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program 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 General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/*
|
/*
|
||||||
* This entire file is sublicensed to you under GPLv3 or (at your option) any
|
* This entire file is sublicensed to you under GPLv3 or (at your option) any
|
||||||
* later version. The original copyright notice is retained below.
|
* later version. The original copyright notice is retained below.
|
||||||
|
|||||||
Reference in New Issue
Block a user