aboutsummaryrefslogtreecommitdiff
path: root/spark-api/src/main/java/me/lucko/spark/api/SparkProvider.java
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-05-16 17:09:31 +0100
committerLuck <git@lucko.me>2021-05-16 17:09:31 +0100
commit65e3134779495b77743f0224dd7b8991f9cb094d (patch)
tree97743abbaf85685f4afcfca2aa5d26f0802f2520 /spark-api/src/main/java/me/lucko/spark/api/SparkProvider.java
parent7a3e2809f4f8f9f130ca6eb3efe986b0f4f418f7 (diff)
downloadspark-65e3134779495b77743f0224dd7b8991f9cb094d.tar.gz
spark-65e3134779495b77743f0224dd7b8991f9cb094d.tar.bz2
spark-65e3134779495b77743f0224dd7b8991f9cb094d.zip
License API submodule using MIT
Diffstat (limited to 'spark-api/src/main/java/me/lucko/spark/api/SparkProvider.java')
-rw-r--r--spark-api/src/main/java/me/lucko/spark/api/SparkProvider.java27
1 files changed, 16 insertions, 11 deletions
diff --git a/spark-api/src/main/java/me/lucko/spark/api/SparkProvider.java b/spark-api/src/main/java/me/lucko/spark/api/SparkProvider.java
index a93c27d..c8a5520 100644
--- a/spark-api/src/main/java/me/lucko/spark/api/SparkProvider.java
+++ b/spark-api/src/main/java/me/lucko/spark/api/SparkProvider.java
@@ -1,21 +1,26 @@
/*
- * This file is part of spark.
+ * This file is part of spark, licensed under the MIT License.
*
* Copyright (c) lucko (Luck) <luck@lucko.me>
* Copyright (c) contributors
*
- * 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.
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
*
- * 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.
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * 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.
*/
package me.lucko.spark.api;