summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Korpel2015-06-20 02:44:08 +0200
committerMarcel Korpel2015-06-20 02:45:10 +0200
commitc83f835f40fc9263da850eb9178d5c515e15ff42 (patch)
tree11639a9fa01cbf0faf6233a29392bcc8272ebc0a
parentf6f7a16727eacbbde775d9eca95c69378db192c4 (diff)
downloadaur-c83f835f40fc9263da850eb9178d5c515e15ff42.tar.gz
Use external license file instead of generating one in PKGBUILD
-rw-r--r--EULA.txt19
-rw-r--r--PKGBUILD23
2 files changed, 20 insertions, 22 deletions
diff --git a/EULA.txt b/EULA.txt
new file mode 100644
index 000000000000..ce76016da915
--- /dev/null
+++ b/EULA.txt
@@ -0,0 +1,19 @@
+End-User License Agreement [Free Fonts]
+
+This typeface software (“SOFTWARE”) is the property of FontSite Inc. Its use by you is covered under the terms of an End-User License Agreement (“EULA”). By exercising your rights to make and use copies of this SOFTWARE, you agree to be bound by the terms of this EULA. If you do not agree to the terms of this EULA, you may not use the SOFTWARE.
+
+The SOFTWARE may be utilized for production purposes as needed for final output on any surface where the image will be rendered at a fixed size (e.g., document, t-shirt, computer screen).
+
+EMBEDDING:
+Adobe Portable Document Format (“PDF”) Embedding: Users may embed the licensed fonts into any read-only PDF you send to third parties. Unless the SOFTWARE is distributed as outlined below such documents may only be viewable and printable (but not editable) by the recipients.
+
+HTML Web Page Embedding: Users may embed the licensed fonts into HTML web pages only for the purpose of typesetting the page using any of the following methods and technologies: @font-face Cascading Style Sheet (“CSS”) rules, Adobe Flash files, Microsoft Silverlight files, sIFR, fLIR, Cufón and Typeface.js. Other technologies not listed here that would allow a designer to typeset web pages using the licensed fonts are allowed. The licensed fonts must not be obviously downloadable and must be reasonably hidden from average users with whatever web page embedding method employed.
+
+Application and Game Embedding: Users may embed the licensed fonts into a computer application or game only with the written permission of FontSite Inc.
+
+This SOFTWARE is a valuable asset of FontSite Inc. which is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The typeface software is licensed, not sold.
+
+This EULA grants you the following rights:
+
+ * You may install and use an unlimited number of copies of this SOFTWARE.
+ * You may reproduce and distribute an unlimited number of copies of this SOFTWARE, provided that each copy shall be a true and complete copy, including all copyright and trademark notices, electronic documentation (user guide in PDF format, etc.), and shall be accompanied by a copy of this EULA. Copies of the SOFTWARE may not be distributed for profit either on a standalone basis or included as part of your own product.
diff --git a/PKGBUILD b/PKGBUILD
index 1f19a217c9f2..3246461266d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,27 +18,6 @@ package() {
unzip -j BergamoStd.zip
install -d "$pkgdir/usr/share/fonts/OTF"
install -m644 *.otf "$pkgdir/usr/share/fonts/OTF"
- mkdir -p $pkgdir/usr/share/licenses/$pkgname/
-cat >> $pkgdir/usr/share/licenses/$pkgname/EULA.txt << EOF
-End-User License Agreement [Free Fonts]
-
-This typeface software (“SOFTWARE”) is the property of FontSite Inc. Its use by you is covered under the terms of an End-User License Agreement (“EULA”). By exercising your rights to make and use copies of this SOFTWARE, you agree to be bound by the terms of this EULA. If you do not agree to the terms of this EULA, you may not use the SOFTWARE.
-
-The SOFTWARE may be utilized for production purposes as needed for final output on any surface where the image will be rendered at a fixed size (e.g., document, t-shirt, computer screen).
-
-EMBEDDING:
-Adobe Portable Document Format (“PDF”) Embedding: Users may embed the licensed fonts into any read-only PDF you send to third parties. Unless the SOFTWARE is distributed as outlined below such documents may only be viewable and printable (but not editable) by the recipients.
-
-HTML Web Page Embedding: Users may embed the licensed fonts into HTML web pages only for the purpose of typesetting the page using any of the following methods and technologies: @font-face Cascading Style Sheet (“CSS”) rules, Adobe Flash files, Microsoft Silverlight files, sIFR, fLIR, Cufón and Typeface.js. Other technologies not listed here that would allow a designer to typeset web pages using the licensed fonts are allowed. The licensed fonts must not be obviously downloadable and must be reasonably hidden from average users with whatever web page embedding method employed.
-
-Application and Game Embedding: Users may embed the licensed fonts into a computer application or game only with the written permission of FontSite Inc.
-
-This SOFTWARE is a valuable asset of FontSite Inc. which is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The typeface software is licensed, not sold.
-
-This EULA grants you the following rights:
-
- * You may install and use an unlimited number of copies of this SOFTWARE.
- * You may reproduce and distribute an unlimited number of copies of this SOFTWARE, provided that each copy shall be a true and complete copy, including all copyright and trademark notices, electronic documentation (user guide in PDF format, etc.), and shall be accompanied by a copy of this EULA. Copies of the SOFTWARE may not be distributed for profit either on a standalone basis or included as part of your own product.
-EOF
+ install -Dm644 EULA.txt "$pkgdir/usr/share/licenses/$pkgname/EULA.txt"
}