[proaudio] [2830] MIOS Studio : Licence file + source ebuild

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Revision: 2830
Author:   alchemist
Date:     2013-12-29 22:02:37 +0100 (Sun, 29 Dec 2013)
Log Message:
-----------
MIOS Studio : Licence file + source ebuild

Modified Paths:
--------------
    trunk/overlays/proaudio/dev-embedded/mios-studio-bin/ChangeLog
    trunk/overlays/proaudio/dev-embedded/mios-studio-bin/Manifest
    trunk/overlays/proaudio/dev-embedded/mios-studio-bin/mios-studio-bin-2.4.6.ebuild

Added Paths:
-----------
    trunk/overlays/proaudio/dev-embedded/mios-studio/
    trunk/overlays/proaudio/dev-embedded/mios-studio/ChangeLog
    trunk/overlays/proaudio/dev-embedded/mios-studio/Manifest
    trunk/overlays/proaudio/dev-embedded/mios-studio/metadata.xml
    trunk/overlays/proaudio/dev-embedded/mios-studio/mios-studio-9999.ebuild
    trunk/overlays/proaudio/licenses/TAPR-NCL
    trunk/overlays/proaudio/profiles/licence_groups

Added: trunk/overlays/proaudio/dev-embedded/mios-studio/ChangeLog
===================================================================
--- trunk/overlays/proaudio/dev-embedded/mios-studio/ChangeLog	                        (rev 0)
+++ trunk/overlays/proaudio/dev-embedded/mios-studio/ChangeLog	2013-12-29 21:02:37 UTC (rev 2830)
@@ -0,0 +1,7 @@
+# ChangeLog for dev-embedded/mios-studio
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+
+*mios-studio-9999 (29 Dec 2013)
+  29 Dec 2013; Xavier Miller <alchemist@xxxxxxxxxxxxx>: initial version

Added: trunk/overlays/proaudio/dev-embedded/mios-studio/Manifest
===================================================================
--- trunk/overlays/proaudio/dev-embedded/mios-studio/Manifest	                        (rev 0)
+++ trunk/overlays/proaudio/dev-embedded/mios-studio/Manifest	2013-12-29 21:02:37 UTC (rev 2830)
@@ -0,0 +1,3 @@
+EBUILD mios-studio-9999.ebuild 956 SHA256 651895e711a02775b32ce8a1dd13c411fb2df1e631c6fe5814f93e7705e66c59 SHA512 6faea754247bfd465392c94b148d21de1151b9a2bb99ff1625988be412b9528255bdc723aa3f1e7bc4509b03a3b1498b4e1f32606153c689628b4ea8e2e3d478 WHIRLPOOL 400baffb80dacf548d7f4c797b460ab4e1b6397c86f9a76595ce3bcf3380034f57a88464870636cb24a050f27606c094f60d5d7279b354610e99ff397ee5a208
+MISC ChangeLog 230 SHA256 acb8b0394b4aa9200426df70a968e09ef91ee8c2dbdf20f8527debfce19eb900 SHA512 1b0e893589ff9aa1741b588f0992388993e62c68ba39e438e757cea8600c664ec735e9e11eeab8fec634cea4ec3a922f2755646611f5c3220614964be82df334 WHIRLPOOL f8e801e83f724186b383eb5fc91543705050dc8c633d72e3fd2683ac4dbf8dfe668429a9ec163b879ef7b98f166c01ea08acf12de52d04aa8625b2393671fd6c
+MISC metadata.xml 248 SHA256 9c5ccf0c3efacb4c86185deb0f1e3a7bc81a754003b6815d8d2b1d04372aa381 SHA512 1eaac7eb2c67e8a167746d908d17688b5c312622daa5a429b8d1d18b237623dbec85e5dcf3aad7c81a6dcf12744bad53e21c638d126ff1d9575ff7b274677ac7 WHIRLPOOL 9eda3824e3e2a1dc79d95f89b1700afd0bb440df9c229b8437fc04357f860d1bf3c7e2732ad0f59db54c97629befecbc3ce15857ab1c55f4bca9c12feb0a5409

Added: trunk/overlays/proaudio/dev-embedded/mios-studio/metadata.xml
===================================================================
(Binary files differ)


Property changes on: trunk/overlays/proaudio/dev-embedded/mios-studio/metadata.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml

Added: trunk/overlays/proaudio/dev-embedded/mios-studio/mios-studio-9999.ebuild
===================================================================
--- trunk/overlays/proaudio/dev-embedded/mios-studio/mios-studio-9999.ebuild	                        (rev 0)
+++ trunk/overlays/proaudio/dev-embedded/mios-studio/mios-studio-9999.ebuild	2013-12-29 21:02:37 UTC (rev 2830)
@@ -0,0 +1,47 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.5.5.ebuild,v 1.4 2013/07/13 19:07:04 zmedico Exp $
+
+EAPI=5
+
+inherit eutils subversion
+
+DESCRIPTION="uCApps.de MIOS Studio"
+HOMEPAGE="http://ucapps.de/";
+
+ESVN_REPO_URI="svn://svnmios.midibox.org/mios32/trunk/tools"
+ESVN_PROJECT="mios32_tools"
+
+LICENSE="TAPR-NCL"
+KEYWORDS="-* ~amd64 ~x86"
+SLOT="0"
+IUSE="debug"
+
+RESTRICT="strip mirror"
+
+DEPEND="app-arch/unzip"
+
+RRDEPEND="=media-libs/freetype-2*
+	>=media-libs/alsa-lib-0.9
+	>=x11-libs/libX11-1.0.1-r1"
+
+S="${WORKDIR}"
+
+src_prepare() {
+	cd "${S}/juce"
+	unzip unpack_me.zip || die
+}
+
+src_compile() {
+	local myconf=""
+		use debug && myconf="CONFIG=Debug" || myconf="CONFIG=Release"
+	
+	cd "${S}/mios_studio/Builds/Linux"
+	emake "${myconf}"
+}
+
+src_install() {
+	cd "${S}/mios_studio/Builds/Linux/build"
+	exeinto /usr/bin
+	doexe MIOS_Studio
+}

Modified: trunk/overlays/proaudio/dev-embedded/mios-studio-bin/ChangeLog
===================================================================
--- trunk/overlays/proaudio/dev-embedded/mios-studio-bin/ChangeLog	2013-12-19 23:12:18 UTC (rev 2829)
+++ trunk/overlays/proaudio/dev-embedded/mios-studio-bin/ChangeLog	2013-12-29 21:02:37 UTC (rev 2830)
@@ -3,5 +3,9 @@
 # $Header: $
 
 
+*mios-studio-bin-2.4.6 (29 Dec 2013)
+  29 Dec 2013; Xavier Miller <alchemist@xxxxxxxxxxxxx>: added licence +
+	licence file (which is like free/OSS)
+
 *mios-studio-bin-2.4.6 (11 Dec 2013)
   11 Dec 2013; Xavier Miller <alchemist@xxxxxxxxxxxxx>: initial version

Modified: trunk/overlays/proaudio/dev-embedded/mios-studio-bin/Manifest
===================================================================
--- trunk/overlays/proaudio/dev-embedded/mios-studio-bin/Manifest	2013-12-19 23:12:18 UTC (rev 2829)
+++ trunk/overlays/proaudio/dev-embedded/mios-studio-bin/Manifest	2013-12-29 21:02:37 UTC (rev 2830)
@@ -1,4 +1,4 @@
 DIST MIOS_Studio_2_4_6.tar.gz 1867946 SHA256 deafc03a8836f778df5222652b847879624f795a9b5722169a634c8ba66bc210 SHA512 f694929cc3f160531e2761ec3a8a5d80e878cae672f73c04f535d2de4ddb15345af849bbe8863bb965393e0d717837913517cb6261a6eaa3ab3af982a9882b98 WHIRLPOOL 5ae40bcb88fea483212e5524d60050ac84b787663cc5aaec220d4f10cbcd9442f0bd426b1557ee807027a39649dc32867e9a335fd6d12e7b69fbd908508814a7
-EBUILD mios-studio-bin-2.4.6.ebuild 751 SHA256 b87bf9bf7b3b7db16c5c70e68d7bd7b46c23f38502f5feb3b3d1ef02fe634526 SHA512 8bf9c059f56c4a9297d687677c51dc5c83b51dc370f949ce63c856ef8b3166aedb4ca18b21cc61558e79aff82c5affad4d06959b4a247efcb236220e3b3bcb7a WHIRLPOOL 653d9d19d58b17902b2c87ead9eae65173d5c1ce8ed86d7cf1ea1ce54c85673c676f1567c6c795f3957868870a0e3641f2f6625a3a99a7f05f5d5643ac386304
-MISC ChangeLog 239 SHA256 39db4871801d6ba6a53b57043dffe916ce2bf9512cb734a886f91f482ec9a606 SHA512 2ccb36ee8d6c97c3ef1c2470cb66dec0b7360edb24605f3c4444a24f756e7516642c4072e3cd906156a93be4fb080786e9f75180b877057a98896a7e28b6d224 WHIRLPOOL 4971113c74ff1f58223f34783cff9ccfe3f52a2234e6a8723fc3f13c5e56de37f14f242ca6e86d0d8cfffa0cbb6dfc0f20723100b55430aaaad62a2c77881adc
+EBUILD mios-studio-bin-2.4.6.ebuild 740 SHA256 797a96bff4f943b22038b5d12b9dfae7caa2d4506868603c466f596c83d7bc4a SHA512 c1ea81e2af9a303d97e67acda7a21e41b0c8e487fe738e41084b58beb425331f57db134edfaab020e4eca7209ac6f61671b7360a813430ac33105112dba7e775 WHIRLPOOL b120d4ef05e223369e6db72eb7d4f42417d98bd1e906a290e5995375f174a4555d959019396081679a3cc5b839d20afc9c3b1d3385fa5d51dfaf244713a784b2
+MISC ChangeLog 388 SHA256 54cec6b7380d9367668f6305252dd596d15cc8c82bed5750b08eda188f4d124a SHA512 f521b576ef8d22d8ac7287f833027dd00db5cecf427bfc011f433450be462276ef0bec5e70c148d05989ee13293345ddf529b2748521d0c801e82241e47874e5 WHIRLPOOL 440cb088a3e603760801df7fc36c3a1219bbc6247b67152f8cdbe2a39b819f1010517bffec2f8eac44eb7321643da7f2886a15c235b6b491ea0b56ed25533995
 MISC metadata.xml 248 SHA256 9c5ccf0c3efacb4c86185deb0f1e3a7bc81a754003b6815d8d2b1d04372aa381 SHA512 1eaac7eb2c67e8a167746d908d17688b5c312622daa5a429b8d1d18b237623dbec85e5dcf3aad7c81a6dcf12744bad53e21c638d126ff1d9575ff7b274677ac7 WHIRLPOOL 9eda3824e3e2a1dc79d95f89b1700afd0bb440df9c229b8437fc04357f860d1bf3c7e2732ad0f59db54c97629befecbc3ce15857ab1c55f4bca9c12feb0a5409

Modified: trunk/overlays/proaudio/dev-embedded/mios-studio-bin/mios-studio-bin-2.4.6.ebuild
===================================================================
--- trunk/overlays/proaudio/dev-embedded/mios-studio-bin/mios-studio-bin-2.4.6.ebuild	2013-12-19 23:12:18 UTC (rev 2829)
+++ trunk/overlays/proaudio/dev-embedded/mios-studio-bin/mios-studio-bin-2.4.6.ebuild	2013-12-29 21:02:37 UTC (rev 2830)
@@ -10,8 +10,7 @@
 SRC_URI="http://ucapps.de/mios_studio/MIOS_Studio_2_4_6.tar.gz";
 HOMEPAGE="http://ucapps.de/";
 
-#TODO: license !!!
-LICENSE=""
+LICENSE="TAPR-NCL"
 KEYWORDS="-* ~amd64 ~x86"
 SLOT="0"
 IUSE=""

Added: trunk/overlays/proaudio/licenses/TAPR-NCL
===================================================================
--- trunk/overlays/proaudio/licenses/TAPR-NCL	                        (rev 0)
+++ trunk/overlays/proaudio/licenses/TAPR-NCL	2013-12-29 21:02:37 UTC (rev 2830)
@@ -0,0 +1,290 @@
+The TAPR Noncommercial Hardware License
+Version 1.0 (May 25, 2007)
+Copyright 2007 TAPR – http://www.tapr.org/NCL
+
+PREAMBLE
+
+Open Hardware is a thing - a physical artifact, either electrical or
+mechanical - whose design information is available to, and usable by,
+the public in a way that allows anyone to make, modify, distribute, and
+use that thing.  In this preface, design information is called
+"documentation" and things created from it are called "products."
+
+The TAPR Noncommercial Hardware License ("NCL") agreement provides a
+legal framework for Open Hardware projects.  It may be used for any kind
+of product, be it a hammer or a computer motherboard, and is TAPR's
+contribution to the community; anyone may use the NCL for their Open
+Hardware project.  You are free to copy and use this document provided
+only that you do not change it.
+
+Like the GNU General Public License, the NCL is designed to guarantee
+your freedom to share and to create.  It forbids anyone who receives
+rights under the NCL to deny any other licensee those same rights to
+copy, modify, and distribute documentation, and to make, use and
+distribute products based on that documentation.
+
+Unlike the GPL, the NCL is not primarily a copyright license.  While
+copyright protects documentation from unauthorized copying, modification, 
+and distribution, it has little to do with your right to make, distribute, 
+or use a product based on that documentation.  For better or worse, patents 
+play a significant role in those activities.  Although it does not prohibit 
+anyone from patenting inventions embodied in an Open Hardware design, and 
+of course cannot prevent a third party from enforcing their patent rights, 
+those who benefit from an OHL design may not bring lawsuits claiming that
+design infringes their patents or other intellectual property.
+
+The NCL addresses unique issues involved in the creation of tangible,
+physical things, but does not cover software, firmware, or code loaded
+into programmable devices.  A copyright-oriented license such as the GPL
+better suits these creations.
+
+The NCL is identical to its cousin, the TAPR Open Hardware License,
+apart from its added requirement that products can be made only for
+noncommercial use.
+
+How can you use the NCL, or a design based upon it?  While the terms and
+conditions below take precedence over this preamble, here is a summary:
+
+*  You may modify the documentation and make products based upon it,
+provided you do not make more than ten units in any twelve month period.
+
+*  You may use products for any legal purpose without limitation.
+
+*  You may distribute unmodified documentation, but you must include the
+complete package as you received it.
+
+*  You may distribute products you make to third parties, if you:
+    *  Either include the documentation on which the product is based,
+       or make it available without charge for at least three years to
+       anyone who requests it.
+    *  Distribute only on a non-profit basis, charging no more than the
+       actual cost of parts, assembly, and shipping.
+
+*  You may distribute modified documentation or products based on it, if
+you:
+    *  License your modifications under the NCL.
+    *  Include those modifications, following the requirements stated
+       below.
+    *  Attempt to send the modified documentation by email to any of the
+       developers who have provided their email address.  This is a good
+       faith obligation - if the email fails, you need do nothing more
+       and may go on with your distribution.
+
+*  If you create a design that you want to license under the NCL, you
+should:
+    *  Include this document in a file named LICENSE (with the appropriate 
+       extension) that is included in the documentation package.
+    *  If the file format allows, include a notice like "Licensed under
+       the TAPR Noncommercial Hardware License (www.tapr.org/NCL)" in
+       each documentation file. While not required, you should also
+       include this notice on printed circuit board artwork and the
+       product itself; if space is limited the notice can be shortened
+       or abbreviated.
+    *  Include a copyright notice in each file and on printed circuit
+       board artwork.
+    *  If you wish to be notified of modifications that others may make,
+       include your email address in a file named "CONTRIB.TXT" or
+       something similar.  Another reason to include your contact
+       information is to allow users who may wish to request rights for
+       commercial use to reach you.
+
+*  Any time the NCL requires you to make documentation available to
+others, you must include all the materials you received from the
+upstream licensors.  In addition, if you have modified the
+documentation:
+    *  You must identify the modifications in a text file (preferably
+       named "CHANGES.TXT") that you include with the documentation. 
+       That file must also include a statement like "These modifications
+       are licensed under the TAPR Noncommercial Hardware License."
+    *  You must include any new files you created, including any
+       manufacturing files (such as Gerber files) you create in the
+       course of making products.
+    *  You must include both "before" and "after" versions of all files
+       you modified.
+    *  You may include files in proprietary formats, but you must also
+       include open format versions (such as Gerber, ASCII, Postscript,
+       or PDF) if your tools can create them.
+
+TERMS AND CONDITIONS
+
+1.   Introduction
+1.1  This Agreement governs how you may use, copy, modify, and
+distribute Documentation, and how you may make, have made, and
+distribute Products based on that Documentation.  As used in this
+Agreement, to "distribute" Documentation means to directly or indirectly
+make copies available to a third party, and to "distribute" Products
+means to directly or indirectly give, loan, sell or otherwise transfer
+them to a third party.
+
+1.2  "Documentation" includes:
+     (a) schematic diagrams;
+     (b) circuit or circuit board layouts, including Gerber and other
+         data files used for manufacture;
+     (c) mechanical drawings, including CAD, CAM, and other data files
+         used for manufacture;
+     (d) flow charts and descriptive text; and
+     (e) other explanatory material.
+Documentation may be in any tangible or intangible form of expression,
+including but not limited to computer files in open or proprietary
+formats and representations on paper, film, or other media.
+
+1.3  "Products" include:
+     (a) circuit boards, mechanical assemblies, and other physical parts
+         and components;
+     (b) assembled or partially assembled units (including components 
+         and subassemblies); and
+     (c) parts and components combined into kits intended for assembly
+         by others;
+which are based in whole or in part on the Documentation.
+
+1.4  This Agreement applies to any Documentation which contains a
+notice stating it is subject to the TAPR Noncommercial Hardware License,
+and to all Products based in whole or in part on that Documentation.  If
+Documentation is distributed in an archive (such as a "zip" file) which
+includes this document, all files in that archive are subject to this
+Agreement unless they are specifically excluded.  Each person who
+contributes content to the Documentation is referred to in this
+Agreement as a "Licensor."
+
+1.5  By (a) using, copying, modifying, or distributing the
+Documentation, or (b) making or having Products made or distributing
+them, you accept this Agreement, agree to comply with its terms, and
+become a "Licensee."  Any activity inconsistent with this Agreement will
+automatically terminate your rights under it (including the immunities
+from suit granted in Section 2), but the rights of others who have
+received Documentation, or have obtained Products, directly or
+indirectly from you will not be affected so long as they fully comply
+with it themselves.
+
+1.6  This Agreement does not apply to software, firmware, or code
+loaded into programmable devices which may be used in conjunction with
+Documentation or Products.  Such software is subject to the license
+terms established by its copyright holder(s).
+
+2.   Patents
+2.1  Each Licensor grants you, every other Licensee, and every
+possessor or user of Products a perpetual, worldwide, and royalty-free
+immunity from suit under any patent, patent application, or other
+intellectual property right which he or she controls, to the extent
+necessary to make, have made, possess, use, and distribute Products.
+This immunity does not extend to infringement arising from modifications
+subsequently made by others.
+
+2.2  If you make or have Products made, or distribute Documentation
+that you have modified, you grant every Licensor, every other Licensee,
+and every possessor or user of Products a perpetual, worldwide, and
+royalty-free immunity from suit under any patent, patent application, or
+other intellectual property right which you control, to the extent
+necessary to make, have made, possess, use, and distribute Products.
+This immunity does not extend to infringement arising from modifications
+subsequently made by others.
+
+2.3  To avoid doubt, providing Documentation to a third party for the
+sole purpose of having that party make Products on your behalf is not
+considered "distribution," and a third party's act of making Products
+solely on your behalf does not cause that party to grant the immunity
+described in the preceding paragraph.
+
+2.4  These grants of immunity are a material part of this Agreement,
+and form a portion of the consideration given by each party to the
+other.  If any court judgment or legal agreement prevents you from
+granting the immunity required by this Section, your rights under this
+Agreement will terminate and you may no longer use, copy, modify or
+distribute the Documentation, or make, have made, or distribute
+Products.
+
+3.   Modifications
+You may modify the Documentation, and those modifications will become
+part of the Documentation.  They are subject to this Agreement, as are
+Products based in whole or in part on them.  If you distribute the
+modified Documentation, or Products based in whole or in part upon it,
+you must email the modified Documentation in a form compliant with
+Section 4 to each Licensor who has provided an email address with the
+Documentation.  Attempting to send the email completes your obligations
+under this Section and you need take no further action if any address
+fails.
+
+4.   Distributing Documentation
+4.1  You may distribute unmodified copies of the Documentation in its
+entirety in any medium, provided that you retain all copyright and other
+notices (including references to this Agreement) included by each
+Licensor, and include an unaltered copy of this Agreement.
+
+4.2  You may distribute modified copies of the Documentation if you
+comply with all the requirements of the preceding paragraph and:
+     (a) include a prominent notice in an ASCII or other open format
+         file identifying those elements of the Documentation that you
+         changed, and stating that the modifications are licensed under
+         the terms of this Agreement;
+     (b) include all new documentation files that you create, as well as
+         both the original and modified versions of each file you change
+         (files may be in your development tool's native file format,
+         but if reasonably possible, you must also include open format,
+         such as Gerber, ASCII, Postscript, or PDF, versions);
+     (c) do not change the terms of this Agreement with respect to
+         subsequent licensees; and
+     (d) if you make or have Products made, include in the Documentation
+         all elements reasonably required to permit others to make
+         Products, including Gerber, CAD/CAM and other files used for
+         manufacture.
+
+5.   Making Products
+5.1  You may use the Documentation to make or have Products made,
+provided that each Product retains any notices included by the Licensor
+(including, but not limited to, copyright notices on circuit boards).
+
+5.2  You may distribute Products you make or have made, provided that
+you include with each unit a copy of the Documentation in a form
+consistent with Section 4.  Alternatively, you may include either (i) an
+offer valid for at least three years to provide that Documentation, at
+no charge other than the reasonable cost of media and postage, to any
+person who requests it; or (ii) a URL where that Documentation may be
+downloaded, available for at least three years after you last distribute
+the Product.
+
+5.3  These rights are limited as follows: Products may only be made
+for your personal use or for distribution on a non-profit basis (e.g.,
+sold for no more than the actual cost of components, assembly, and
+shipping)  Making more than ten units in any twelve month period for any
+purpose is deemed commercial use and is prohibited.  These limitations
+may be altered or waived through written or email permission obtained
+from each Licensor.
+
+6.   NEW LICENSE VERSIONS
+TAPR may publish updated versions of the NCL which retain the same
+general provisions as the present version, but differ in detail to
+address new problems or concerns, and carry a distinguishing version
+number.  If the Documentation specifies a version number which applies
+to it and "any later version", you may choose either that version or any
+later version published by TAPR.  If the Documentation does not specify
+a version number, you may choose any version ever published by TAPR. 
+TAPR owns the copyright to the NCL, but grants permission to any person
+to copy, distribute, and use it in unmodified form.
+
+7.   WARRANTY AND LIABILITY LIMITATIONS
+7.1  THE DOCUMENTATION IS PROVIDED ON AN "AS-IS" BASIS WITHOUT
+WARRANTY OF ANY KIND, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  ALL
+WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
+TITLE, ARE HEREBY EXPRESSLY DISCLAIMED.
+
+7.2  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ANY LICENSOR
+BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, CONSEQUENTIAL, PUNITIVE, OR EXEMPLARY DAMAGES ARISING OUT OF
+THE USE OF, OR INABILITY TO USE, THE DOCUMENTATION OR PRODUCTS,
+INCLUDING BUT NOT LIMITED TO CLAIMS OF INTELLECTUAL PROPERTY
+INFRINGEMENT OR LOSS OF DATA, EVEN IF THAT PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+7.3  You agree that the foregoing limitations are reasonable due to
+the non-financial nature of the transaction represented by this
+Agreement, and acknowledge that were it not for these limitations, the
+Licensor(s) would not be willing to make the Documentation available to
+you.
+
+7.4  You agree to defend, indemnify, and hold each Licensor harmless
+from any claim brought by a third party alleging any defect in the
+design, manufacture, or operation of any Product which you make, have
+made, or distribute pursuant to this Agreement.
+
+                                 ####

Added: trunk/overlays/proaudio/profiles/licence_groups
===================================================================
--- trunk/overlays/proaudio/profiles/licence_groups	                        (rev 0)
+++ trunk/overlays/proaudio/profiles/licence_groups	2013-12-29 21:02:37 UTC (rev 2830)
@@ -0,0 +1,2 @@
+#
+MISC-FREE TAPR-NCL
\ No newline at end of file


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/