From 40451765896d7c23b5ff879749a9423ac847084e Mon Sep 17 00:00:00 2001 From: Noonmaru Date: Mon, 21 Sep 2020 05:31:27 +0900 Subject: [PATCH] Update license --- paper/build.gradle.kts | 23 +++++++++++++++++++++++ v1_13_R2/build.gradle.kts | 16 ++++++++++++++++ v1_14_R1/build.gradle.kts | 16 ++++++++++++++++ v1_15_R1/build.gradle.kts | 16 ++++++++++++++++ v1_16_R1/build.gradle.kts | 16 ++++++++++++++++ 5 files changed, 87 insertions(+) create mode 100644 paper/build.gradle.kts diff --git a/paper/build.gradle.kts b/paper/build.gradle.kts new file mode 100644 index 0000000..629f81e --- /dev/null +++ b/paper/build.gradle.kts @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2020 Noonmaru + * + * Licensed under the General Public License, Version 3.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://opensource.org/licenses/gpl-3.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +tasks { + processResources { + filesMatching("*.yml") { + expand(project.properties) + } + } +} \ No newline at end of file diff --git a/v1_13_R2/build.gradle.kts b/v1_13_R2/build.gradle.kts index c7a8484..8273b78 100644 --- a/v1_13_R2/build.gradle.kts +++ b/v1_13_R2/build.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 Noonmaru + * + * Licensed under the General Public License, Version 3.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://opensource.org/licenses/gpl-3.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + dependencies { compileOnly("org.spigotmc:spigot:1.13.2-R0.1-SNAPSHOT") } \ No newline at end of file diff --git a/v1_14_R1/build.gradle.kts b/v1_14_R1/build.gradle.kts index e5ebe5a..197cb2d 100644 --- a/v1_14_R1/build.gradle.kts +++ b/v1_14_R1/build.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 Noonmaru + * + * Licensed under the General Public License, Version 3.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://opensource.org/licenses/gpl-3.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + dependencies { compileOnly("org.spigotmc:spigot:1.14.4-R0.1-SNAPSHOT") } \ No newline at end of file diff --git a/v1_15_R1/build.gradle.kts b/v1_15_R1/build.gradle.kts index 565f6c5..1552dac 100644 --- a/v1_15_R1/build.gradle.kts +++ b/v1_15_R1/build.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 Noonmaru + * + * Licensed under the General Public License, Version 3.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://opensource.org/licenses/gpl-3.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + dependencies { compileOnly("org.spigotmc:spigot:1.15.2-R0.1-SNAPSHOT") } \ No newline at end of file diff --git a/v1_16_R1/build.gradle.kts b/v1_16_R1/build.gradle.kts index 06eac74..25a1598 100644 --- a/v1_16_R1/build.gradle.kts +++ b/v1_16_R1/build.gradle.kts @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020 Noonmaru + * + * Licensed under the General Public License, Version 3.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://opensource.org/licenses/gpl-3.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + dependencies { compileOnly("org.spigotmc:spigot:1.16.1-R0.1-SNAPSHOT") } \ No newline at end of file