summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitroretro2019-09-19 20:53:05 +0300
committerNitroretro2019-09-19 20:53:05 +0300
commit010c2be6227c854cb532bb0bc7ea31578f9654f1 (patch)
treeb770b7b71202bdebf87b204581a4fecfe2bc83bd
parentf6745e7c98c3cac2ecdac77a48f3c2d24f586725 (diff)
downloadaur-010c2be6227c854cb532bb0bc7ea31578f9654f1.tar.gz
Fix license
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--LICENSE-Paulscode IBXM Library.txt10
-rw-r--r--LICENSE-Paulscode SoundSystem CodecIBXM.txt40
-rw-r--r--LICENSE.txt10
-rw-r--r--PKGBUILD14
6 files changed, 76 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d8680f505a7..4fc65d03e1d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = forge-server-1.12.2
pkgdesc = Minecraft Forge server unit files, script, and jar
pkgver = 1.12.2_14.23.5.2768
- pkgrel = 1
+ pkgrel = 2
url = https://minecraftforge.net/
install = forge-server-1.12.2.install
arch = any
@@ -23,13 +23,17 @@ pkgbase = forge-server-1.12.2
source = forge-1.12.2d.conf
source = forge-1.12.2d.sh
source = LICENSE.txt
+ source = LICENSE-Paulscode IBXM Library.txt
+ source = LICENSE-Paulscode SoundSystem CodecIBXM.txt
sha512sums = fefaabeccd17b98752cbef8bd01f4bce27e351106c256edf6aba92267e0fc4ded36fba089f9b7f5fc2d210e5f7b07bca38d8254a2f4732516720e45a249dc5c2
sha512sums = 7647801c4cc3192693030b026986df29c53b4124460556543d7601558f8ef09ce65acd0eae52ee51fe3974589d6c0f09d473992d9e44653519f70f75f9987efa
sha512sums = a47b5a9e2262877008a5dcae3a833fe99f911631d6fdbe97b95e0451e1dd2b5a26b6f7b843dd6a8ccd4f663cf5c3bca53a89a1d3aabb363281ab6c6fb19e41a4
sha512sums = e23afa1b34f666f18e4f3ded3210c11b120678d53ca6fcc075b869b600b40fbb52014478be4f22d9fdd785409487092f4cc952ae79ef85561a3ab2b8bbbd07a9
sha512sums = da2fbd5bc62aa2e26334b32d49839cde771c0ad913414240f997b3e0d662a90cb2f62ed822f96fbcbc726b176017122c73b8624bbdbef9992f1e90ac4478c9cb
sha512sums = e356c5d3cedab6dd74ac1902d2ad355e25060d19e9ae143d0a4f06f78b575a6f5a94c09b724a88ef2c4f463014de1bb49ac26cd0987f61c9034fe5e7bb732904
- sha512sums = 3da10d63a5edee4bc8bcd3d5c2730771062f7fa58626a8c51635fbe96bfbceca3ff6937cfaad3e17f16a94ef95137f7c78cc6dac1c846a6b9a8f18d3c6355973
+ sha512sums = c890315962cbc180897094b3558e19ef2452f5ad587bb759e2af1808a86be4c925e7ba767746b2f6b54b24b27d66437593000c7406db5d5dc2824b0fff9775bb
+ sha512sums = 7f158bed6957e5285ce45a480f6a222065af5427bd48481ef24eb770ff540aa67b2d1c1ed976d216db94323017f7c7ee1dfe16e3f222b14189f9823e0b49f0f3
+ sha512sums = 2c9bdefe7d022be139e7aec2e5f1cc1f83ea9d35d2c945e26422e140027b5107ce32c56f0b97e7dbf6b6edb282075df4a18c156a6ed6b064bcb10a3b4481a9aa
pkgname = forge-server-1.12.2
diff --git a/.gitignore b/.gitignore
index e8c4cb48e316..6f1891168cad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@
!forge-1.12.2d.service
!forge-1.12.2d.sh
!LICENSE.txt
+!LICENSE-Paulscode IBXM Library.txt
+!LICENSE-Paulscode SoundSystem CodecIBXM.txt
!PKGBUILD
!.gitignore
!.SRCINFO
diff --git a/LICENSE-Paulscode IBXM Library.txt b/LICENSE-Paulscode IBXM Library.txt
new file mode 100644
index 000000000000..d4884b071d2d
--- /dev/null
+++ b/LICENSE-Paulscode IBXM Library.txt
@@ -0,0 +1,10 @@
+IBXM is copyright (c) 2007, Martin Cameron, and is licensed under the BSD License.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+Neither the name of mumart nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/LICENSE-Paulscode SoundSystem CodecIBXM.txt b/LICENSE-Paulscode SoundSystem CodecIBXM.txt
new file mode 100644
index 000000000000..a68a49478e32
--- /dev/null
+++ b/LICENSE-Paulscode SoundSystem CodecIBXM.txt
@@ -0,0 +1,40 @@
+SoundSystem CodecIBXM Class License:
+
+You are free to use this class for any purpose, commercial or otherwise.
+You may modify this class or source code, and distribute it any way you
+like, provided the following conditions are met:
+
+1) You may not falsely claim to be the author of this class or any
+ unmodified portion of it.
+2) You may not copyright this class or a modified version of it and then
+ sue me for copyright infringement.
+3) If you modify the source code, you must clearly document the changes
+ made before redistributing the modified source code, so other users know
+ it is not the original code.
+4) You are not required to give me credit for this class in any derived
+ work, but if you do, you must also mention my website:
+ http://www.paulscode.com
+5) I the author will not be responsible for any damages (physical,
+ financial, or otherwise) caused by the use if this class or any
+ portion of it.
+6) I the author do not guarantee, warrant, or make any representations,
+ either expressed or implied, regarding the use of this class or any
+ portion of it.
+
+Author: Paul Lamb
+http://www.paulscode.com
+
+
+This software is based on or using the IBXM library available from
+http://www.geocities.com/sunet2000/
+
+
+IBXM is copyright (c) 2007, Martin Cameron, and is licensed under the BSD License.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+Neither the name of mumart nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/LICENSE.txt b/LICENSE.txt
index b0cbe2b39172..97b081babe1f 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -3,8 +3,8 @@ parts herein are licensed under the terms of the LGPL 2.1 found
here http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt and
copied below.
-Homepage: http://minecraftforge.net/
- https://github.com/MinecraftForge/MinecraftForge
+Homepage: http://MinecraftForge.net/
+ http://github.com/MinecraftForge/MinecraftForge
A note on authorship:
@@ -57,6 +57,12 @@ This software contains a partial repackaging of javaxdelta, a BSD licensed progr
binary differences and applying them, sourced from the subversion at http://sourceforge.net/projects/javaxdelta/
authored by genman, heikok, pivot.
The only changes are to replace some Trove collection types with standard Java collections, and repackaged.
+
+This software contains potions of Paulscodee IBXM library, a BSD liceensed library for
+loading and playing IBXM formated auto. No modifications havee beeen made. The associated
+licenses can be found along side this one, or at
+https://github.com/MinecraftForge/MinecraftForge/blob/1.12.x/LICENSE-Paulscode%20IBXM%20Library.txt
+https://github.com/MinecraftForge/MinecraftForge/blob/1.12.x/LICENSE-Paulscode%20SoundSystem%20CodecIBXM.txt
=========================================================================
diff --git a/PKGBUILD b/PKGBUILD
index c5c4b2cd37bc..eb888d0d9f61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _pkgver=${_minecraft_ver}-14.23.5.2768
pkgname=forge-server-1.12.2
pkgver=${_pkgver//-/_}
-pkgrel=1
+pkgrel=2
pkgdesc="Minecraft Forge server unit files, script, and jar"
arch=('any')
url="https://minecraftforge.net/"
@@ -27,7 +27,9 @@ source=("${_game}-${_pkgver}-installer.jar"::"https://files.minecraftforge.net/m
"${_game}d.service"
"${_game}d.conf"
"${_game}d.sh"
- "LICENSE.txt")
+ "LICENSE.txt"
+ "LICENSE-Paulscode IBXM Library.txt"
+ "LICENSE-Paulscode SoundSystem CodecIBXM.txt")
noextract=("${_game}-${_pkgver}-installer.jar")
sha512sums=('fefaabeccd17b98752cbef8bd01f4bce27e351106c256edf6aba92267e0fc4ded36fba089f9b7f5fc2d210e5f7b07bca38d8254a2f4732516720e45a249dc5c2'
'7647801c4cc3192693030b026986df29c53b4124460556543d7601558f8ef09ce65acd0eae52ee51fe3974589d6c0f09d473992d9e44653519f70f75f9987efa'
@@ -35,14 +37,18 @@ sha512sums=('fefaabeccd17b98752cbef8bd01f4bce27e351106c256edf6aba92267e0fc4ded36
'e23afa1b34f666f18e4f3ded3210c11b120678d53ca6fcc075b869b600b40fbb52014478be4f22d9fdd785409487092f4cc952ae79ef85561a3ab2b8bbbd07a9'
'da2fbd5bc62aa2e26334b32d49839cde771c0ad913414240f997b3e0d662a90cb2f62ed822f96fbcbc726b176017122c73b8624bbdbef9992f1e90ac4478c9cb'
'e356c5d3cedab6dd74ac1902d2ad355e25060d19e9ae143d0a4f06f78b575a6f5a94c09b724a88ef2c4f463014de1bb49ac26cd0987f61c9034fe5e7bb732904'
- '3da10d63a5edee4bc8bcd3d5c2730771062f7fa58626a8c51635fbe96bfbceca3ff6937cfaad3e17f16a94ef95137f7c78cc6dac1c846a6b9a8f18d3c6355973')
+ 'c890315962cbc180897094b3558e19ef2452f5ad587bb759e2af1808a86be4c925e7ba767746b2f6b54b24b27d66437593000c7406db5d5dc2824b0fff9775bb'
+ '7f158bed6957e5285ce45a480f6a222065af5427bd48481ef24eb770ff540aa67b2d1c1ed976d216db94323017f7c7ee1dfe16e3f222b14189f9823e0b49f0f3'
+ '2c9bdefe7d022be139e7aec2e5f1cc1f83ea9d35d2c945e26422e140027b5107ce32c56f0b97e7dbf6b6edb282075df4a18c156a6ed6b064bcb10a3b4481a9aa')
prepare() {
java -jar "${_game}-${_pkgver}-installer.jar" --installServer
}
package() {
- install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+ install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+ install -Dm644 "LICENSE-Paulscode IBXM Library.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-Paulscode IBXM Library.txt"
+ install -Dm644 "LICENSE-Paulscode SoundSystem CodecIBXM.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-Paulscode SoundSystem CodecIBXM.txt"
install -Dm644 "${_game}d.conf" "${pkgdir}/etc/conf.d/${_game}"
install -Dm755 "${_game}d.sh" "${pkgdir}/usr/bin/${_game}d"