[arch-commits] CVS update of core/base/licenses (LICENSE.ralink-firmware.txt PKGBUILD)

Tom Killian tom at archlinux.org
Wed Sep 19 10:07:10 UTC 2007


    Date: Wednesday, September 19, 2007 @ 06:07:10
  Author: tom
    Path: /home/cvs-core/core/base/licenses

   Added: LICENSE.ralink-firmware.txt (1.1)
Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: licenses 2.2-1


-----------------------------+
 LICENSE.ralink-firmware.txt |   39 +++++++++++++++++++++++++++++++++++++++
 PKGBUILD                    |   13 +++++++++----
 2 files changed, 48 insertions(+), 4 deletions(-)


Index: core/base/licenses/LICENSE.ralink-firmware.txt
diff -u /dev/null core/base/licenses/LICENSE.ralink-firmware.txt:1.1
--- /dev/null	Wed Sep 19 06:07:10 2007
+++ core/base/licenses/LICENSE.ralink-firmware.txt	Wed Sep 19 06:07:10 2007
@@ -0,0 +1,39 @@
+Copyright (c) 2007, Ralink Technology Corporation 
+All rights reserved.
+
+Redistribution.  Redistribution and use in binary form, without 
+modification, are permitted provided that the following conditions are 
+met:
+
+* Redistributions must reproduce the above copyright notice and the 
+  following disclaimer in the documentation and/or other materials 
+  provided with the distribution. 
+* Neither the name of Ralink Technology Corporation nor the names of its
+  suppliers may be used to endorse or promote products derived from this
+  software without specific prior written permission. 
+* No reverse engineering, decompilation, or disassembly of this software 
+  is permitted.
+
+Limited patent license. Ralink Technology Corporation grants a world-wide, 
+royalty-free, non-exclusive license under patents it now or hereafter 
+owns or controls to make, have made, use, import, offer to sell and 
+sell ("Utilize") this software, but solely to the extent that any 
+such patent is necessary to Utilize the software alone, or in 
+combination with an operating system licensed under an approved Open 
+Source license as listed by the Open Source Initiative at 
+http://opensource.org/licenses.  The patent license shall not apply to 
+any other combinations which include this software.  No hardware per 
+se is licensed hereunder.
+
+DISCLAIMER.  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 OWNER 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.
Index: core/base/licenses/PKGBUILD
diff -u core/base/licenses/PKGBUILD:1.8 core/base/licenses/PKGBUILD:1.9
--- core/base/licenses/PKGBUILD:1.8	Tue Aug 21 11:35:17 2007
+++ core/base/licenses/PKGBUILD	Wed Sep 19 06:07:10 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.8 2007/08/21 15:35:17 dan Exp $
+# $Id: PKGBUILD,v 1.9 2007/09/19 10:07:10 tom Exp $
 # Maintainer: Judd Vinet <judd at archlinux.org>
 
 pkgname=licenses
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc="The standard licenses distribution package"
 arch=('i686' 'x86_64')
@@ -21,7 +21,8 @@
         perlartistic.txt
         http://www.php.net/license/3_0.txt
         http://www.ruby-lang.org/en/LICENSE.txt
-		cpl-1.0.txt)
+	cpl-1.0.txt
+	LICENSE.ralink-firmware.txt)
 md5sums=('3b83ef96387f14655fc854ddc3c6bd57'
          '6cb35f3976cd093011967fa1abbce386'
          'f300afd598546add034364cd0a533261'
@@ -34,7 +35,8 @@
          'd09c120ca7db95ef2aeecec0cb08293b'
          'a45bb1bbeed9e26b26c5763df1d3913d'
          '68d59ff8306e3a9f5f1c01462c77a317'
-         'f083e41c43db25e18f36c91e57750b64')
+         'f083e41c43db25e18f36c91e57750b64'
+         '682eac07428a4e8f138bc082f090ecac')
 
 build() {
   cd $startdir/pkg
@@ -77,4 +79,7 @@
 
   mkdir CPL
   cp $startdir/src/cpl-1.0.txt CPL/license.txt
+
+  mkdir RALINK
+  cp $startdir/src/LICENSE.ralink-firmware.txt RALINK/license.txt
 }




More information about the arch-commits mailing list