summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeakster2021-02-14 15:22:29 +0000
committerFeakster2021-02-14 15:22:29 +0000
commit1da4c17c601ab5677c4bfae16553e5f12b9ea062 (patch)
tree71c65a40365dbc811ef18d3c4546fbda301c4f1e
parent65ad081662d6f0c3b9730580fcbb77d0467acdf1 (diff)
downloadaur-1da4c17c601ab5677c4bfae16553e5f12b9ea062.tar.gz
Updated LICENSE formatting
- Modified LICENSE formatting to use 100-character line width limits, for ease of reading.
-rw-r--r--.SRCINFO4
-rw-r--r--LICENSE17
-rw-r--r--PKGBUILD4
3 files changed, 19 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f22ca0388d74..376b087ec1e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = java-mango
pkgdesc = A viewer for medical research images
pkgver = 4.1
- pkgrel = 1
+ pkgrel = 2
url = http://ric.uthscsa.edu/mango/index.html
arch = any
license = custom:RII-UTHSCSA
@@ -16,7 +16,7 @@ pkgbase = java-mango
b2sums = fefa71e6cbf9bce2f09293d9eb1d7018d041dca7e3feec7eb4d2e077b142f459800749925f68b8a259326d7b41226e688efa6df1957a170fd1c16165d44b9bca
b2sums = 72399e3a7fb5499bc8448fd61109d039faf7efe1364882579916e5839e677705c592b0f394a463aa2b900ef7cd58a154fe12136e52156eeb458dc7e10c0d2be0
b2sums = 19c51a8fff8cda94117fd64db54d23105a9e1850db1016f391230118edc0c6430bbbc0b0e5a74a60b7c572ab4f7b59b21de8d6a77391267e63a42e17aab7e59a
- b2sums = af61dc3de6566045e33f895c81a4f40bce34a77bf55cf5253b42caf6d1fabdd736f78fa48774e2fc769a6b7ec54e1f019fc32dc2f2ef48100dde486c79210551
+ b2sums = afef46bb3cefe57f95f6fa321d3686e15a95848298a1839f4932910f93ad4eb6542da118d9cb115df20b59e2c02b9ec80d3ddbba01c839c2ce68e4ee66d8eedb
pkgname = java-mango
diff --git a/LICENSE b/LICENSE
index 074c8322d207..d440c3eff4a1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,3 +1,16 @@
-Mango software is copyrighted by the University of Texas. Mango is available for use, as is, free of charge, for educational and scientific, non-commercial purposes. The software and data derived from Mango software may be used only for research and may not be used for clinical purposes. If Mango software or data derived from Mango software is used in scientific publications, we request that the 'Research Imaging Institute, UTHSCSA' be cited as a reference. Use or incorporation of this software or data derived from this software in commercial applications or commercial publications requires a written consent from the RII-UTHSCSA.
+Mango software is copyrighted by the University of Texas. Mango is available for
+use, as is, free of charge, for educational and scientific, non-commercial
+purposes. The software and data derived from Mango software may be used only for
+research and may not be used for clinical purposes. If Mango software or data
+derived from Mango software is used in scientific publications, we request that
+the 'Research Imaging Institute, UTHSCSA' be cited as a reference. Use or
+incorporation of this software or data derived from this software in commercial
+applications or commercial publications requires a written consent from the
+RII-UTHSCSA.
-RII-UTHSCSA makes no representations or warranties about the suitability of the software, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, non-infringement, or conformance to a specification or standard. RII-UTHSCSA shall not be liable for any damages suffered by licensee as a result of using or modifying this software or its derivatives.
+RII-UTHSCSA makes no representations or warranties about the suitability of the
+software, either express or implied, including but not limited to the implied
+warranties of merchantability, fitness for a particular purpose,
+non-infringement, or conformance to a specification or standard. RII-UTHSCSA
+shall not be liable for any damages suffered by licensee as a result of using or
+modifying this software or its derivatives.
diff --git a/PKGBUILD b/PKGBUILD
index ad23a9fb618f..359bf4713a2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=java-mango
_pkgname=${pkgname/java-/}
pkgver=4.1
-pkgrel=1
+pkgrel=2
pkgdesc='A viewer for medical research images'
arch=('any') # x86_64
url='http://ric.uthscsa.edu/mango/index.html'
@@ -25,7 +25,7 @@ b2sums=(
'fefa71e6cbf9bce2f09293d9eb1d7018d041dca7e3feec7eb4d2e077b142f459800749925f68b8a259326d7b41226e688efa6df1957a170fd1c16165d44b9bca'
'72399e3a7fb5499bc8448fd61109d039faf7efe1364882579916e5839e677705c592b0f394a463aa2b900ef7cd58a154fe12136e52156eeb458dc7e10c0d2be0'
'19c51a8fff8cda94117fd64db54d23105a9e1850db1016f391230118edc0c6430bbbc0b0e5a74a60b7c572ab4f7b59b21de8d6a77391267e63a42e17aab7e59a'
- 'af61dc3de6566045e33f895c81a4f40bce34a77bf55cf5253b42caf6d1fabdd736f78fa48774e2fc769a6b7ec54e1f019fc32dc2f2ef48100dde486c79210551'
+ 'afef46bb3cefe57f95f6fa321d3686e15a95848298a1839f4932910f93ad4eb6542da118d9cb115df20b59e2c02b9ec80d3ddbba01c839c2ce68e4ee66d8eedb'
)
### Prepare() ###