[arch-commits] Commit in licenses/trunk (PKGBUILD)

2020-04-27 Thread Jelle van der Waa via arch-commits
Date: Monday, April 27, 2020 @ 14:10:49
  Author: jelle
Revision: 381724

Update PHP license to 3.01

The 3.00 PHP license is meant for older PHP versions such as PHP 5.

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 14:02:06 UTC (rev 381723)
+++ PKGBUILD2020-04-27 14:10:49 UTC (rev 381724)
@@ -2,8 +2,8 @@
 # Maintainer: Dan McGee 
 
 pkgname=licenses
-pkgver=20191011
-pkgrel=2
+pkgver=20200427
+pkgrel=1
 pkgdesc='Standard licenses distribution package'
 arch=('any')
 license=('custom:none')
@@ -28,7 +28,7 @@
 https://www.latex-project.org/lppl.txt
 perlartistic.txt
 artistic-2_0.txt
-php-3.0.txt::http://www.php.net/license/3_0.txt
+php-3.01.txt::http://www.php.net/license/3_01.txt
 ruby-license.txt
 cpl-1.0.txt
 python-2.txt
@@ -58,7 +58,7 @@
  '9f4337828d782bdea41f03dd2ad1b808'
  'd09c120ca7db95ef2aeecec0cb08293b'
  'b4a94da2a1f918b217ef5156634fc9e0'
- '00b4bd92b48eaed71b4e4e7b7314c3b6'
+ '7e571b888d585b31f9ef5edcc647fa30'
  '8a960b08d972f43f91ae84a6f00dcbfb'
  'f083e41c43db25e18f36c91e57750b64'
  'a055911c32fb4ed6e96c453ceaeba857'
@@ -131,7 +131,7 @@
   cp "$srcdir"/perlartistic.txt PerlArtistic/license.txt
 
   mkdir PHP
-  cp "$srcdir"/php-3.0.txt PHP/license.txt
+  cp "$srcdir"/php-3.01.txt PHP/license.txt
 
   mkdir PSF
   cp "$srcdir"/python-2.txt PSF/license.txt


[arch-commits] Commit in licenses/trunk (PKGBUILD)

2019-11-13 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 13, 2019 @ 17:26:46
  Author: foutrelis
Revision: 368352

[core] mass rebuild

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 17:26:25 UTC (rev 368351)
+++ PKGBUILD2019-11-13 17:26:46 UTC (rev 368352)
@@ -3,7 +3,7 @@
 
 pkgname=licenses
 pkgver=20191011
-pkgrel=1
+pkgrel=2
 pkgdesc='Standard licenses distribution package'
 arch=('any')
 license=('custom:none')


[arch-commits] Commit in licenses/trunk (PKGBUILD)

2019-10-10 Thread David Runge via arch-commits
Date: Thursday, October 10, 2019 @ 22:09:44
  Author: dvzrv
Revision: 364596

upgpkg: licenses 20191011-1

Adding unlicense. Removing from base group. Removing makedepends (links is not 
required to build).

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 22:05:53 UTC (rev 364595)
+++ PKGBUILD2019-10-10 22:09:44 UTC (rev 364596)
@@ -2,14 +2,12 @@
 # Maintainer: Dan McGee 
 
 pkgname=licenses
-pkgver=20181104
+pkgver=20191011
 pkgrel=1
 pkgdesc='Standard licenses distribution package'
 arch=('any')
 license=('custom:none')
 url='https://www.archlinux.org/'
-groups=('base')
-makedepends=('links')
 source=(apache-2.0.txt::https://www.apache.org/licenses/LICENSE-2.0.txt
 cc-by-3.0.txt
 cc-by-nc-3.0.txt
@@ -38,7 +36,8 @@
 ZopePublicLicense.txt
 mpl-1.1.txt::https://www.mozilla.org/media/MPL/1.1/index.txt
 mpl-2.0.txt::https://www.mozilla.org/media/MPL/2.0/index.txt
-boost-1.0.txt::http://www.boost.org/LICENSE_1_0.txt)
+boost-1.0.txt::http://www.boost.org/LICENSE_1_0.txt
+unlicense.txt::https://unlicense.org/UNLICENSE)
 md5sums=('3b83ef96387f14655fc854ddc3c6bd57'
  'ffb24d1bbf8b83d373f0b8edc3feb0c6'
  '682a5e3b03510ba46c4f566478c871bc'
@@ -67,7 +66,8 @@
  'dc8502850eab9e1ff330a12d7ca18a19'
  '0c5913925d40b124fb52ce84c5deb3f3'
  '815ca599c9df247a0c7f619bab123dad'
- 'e4224ccaecb14d942c71d31bef20d78c')
+ 'e4224ccaecb14d942c71d31bef20d78c'
+ '7246f848faa4e9c9fc0ea91122d6e680')
 
 package() {
   cd "$pkgdir"
@@ -147,6 +147,9 @@
 
   mkdir Boost
   cp "$srcdir"/boost-1.0.txt Boost/license.txt
+
+  mkdir Unlicense
+  cp "$srcdir"/unlicense.txt Unlicense/license.txt
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in licenses/trunk (PKGBUILD)

2018-11-04 Thread Allan McRae via arch-commits
Date: Sunday, November 4, 2018 @ 10:47:00
  Author: allan
Revision: 337813

upgpkg: licenses 20181104-1

fix FTBFS - update php-3.0 checksum for whitespace differences

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-04 10:31:18 UTC (rev 337812)
+++ PKGBUILD2018-11-04 10:47:00 UTC (rev 337813)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=licenses
-pkgver=20171006
+pkgver=20181104
 pkgrel=1
 pkgdesc='Standard licenses distribution package'
 arch=('any')
@@ -59,7 +59,7 @@
  '9f4337828d782bdea41f03dd2ad1b808'
  'd09c120ca7db95ef2aeecec0cb08293b'
  'b4a94da2a1f918b217ef5156634fc9e0'
- 'a45bb1bbeed9e26b26c5763df1d3913d'
+ '00b4bd92b48eaed71b4e4e7b7314c3b6'
  '8a960b08d972f43f91ae84a6f00dcbfb'
  'f083e41c43db25e18f36c91e57750b64'
  'a055911c32fb4ed6e96c453ceaeba857'


[arch-commits] Commit in licenses/trunk (PKGBUILD artistic-2_0.txt)

2018-09-22 Thread Jelle van der Waa via arch-commits
Date: Saturday, September 22, 2018 @ 19:42:53
  Author: jelle
Revision: 335239

Fix Perl artistic 2.0 license 404

Add the license from our package to svn since the original plain text source 
disappeard.

Resolves: FS#59524

Added:
  licenses/trunk/artistic-2_0.txt
Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |2 
 artistic-2_0.txt |  201 +
 2 files changed, 202 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 14:16:51 UTC (rev 335238)
+++ PKGBUILD2018-09-22 19:42:53 UTC (rev 335239)
@@ -29,7 +29,7 @@
 https://www.gnu.org/licenses/fdl-1.3.txt
 https://www.latex-project.org/lppl.txt
 perlartistic.txt
-http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
+artistic-2_0.txt
 php-3.0.txt::http://www.php.net/license/3_0.txt
 ruby-license.txt
 cpl-1.0.txt

Added: artistic-2_0.txt
===
--- artistic-2_0.txt(rev 0)
+++ artistic-2_0.txt2018-09-22 19:42:53 UTC (rev 335239)
@@ -0,0 +1,201 @@
+  The Artistic License 2.0
+
+   Copyright (c) 2000-2006, The Perl Foundation.
+
+ Everyone is permitted to copy and distribute verbatim copies
+  of this license document, but changing it is not allowed.
+
+Preamble
+
+This license establishes the terms under which a given free software
+Package may be copied, modified, distributed, and/or redistributed.
+The intent is that the Copyright Holder maintains some artistic
+control over the development of that Package while still keeping the
+Package available as open source and free software.
+
+You are always permitted to make arrangements wholly outside of this
+license directly with the Copyright Holder of a given Package.  If the
+terms of this license do not permit the full use that you propose to
+make of the Package, you should contact the Copyright Holder and seek
+a different licensing arrangement. 
+
+Definitions
+
+"Copyright Holder" means the individual(s) or organization(s)
+named in the copyright notice for the entire Package.
+
+"Contributor" means any party that has contributed code or other
+material to the Package, in accordance with the Copyright Holder's
+procedures.
+
+"You" and "your" means any person who would like to copy,
+distribute, or modify the Package.
+
+"Package" means the collection of files distributed by the
+Copyright Holder, and derivatives of that collection and/or of
+those files. A given Package may consist of either the Standard
+Version, or a Modified Version.
+
+"Distribute" means providing a copy of the Package or making it
+accessible to anyone else, or in the case of a company or
+organization, to others outside of your company or organization.
+
+"Distributor Fee" means any fee that you charge for Distributing
+this Package or providing support for this Package to another
+party.  It does not mean licensing fees.
+
+"Standard Version" refers to the Package if it has not been
+modified, or has been modified only in ways explicitly requested
+by the Copyright Holder.
+
+"Modified Version" means the Package, if it has been changed, and
+such changes were not explicitly requested by the Copyright
+Holder. 
+
+"Original License" means this Artistic License as Distributed with
+the Standard Version of the Package, in its current version or as
+it may be modified by The Perl Foundation in the future.
+
+"Source" form means the source code, documentation source, and
+configuration files for the Package.
+
+"Compiled" form means the compiled bytecode, object code, binary,
+or any other form resulting from mechanical transformation or
+translation of the Source form.
+
+
+Permission for Use and Modification Without Distribution
+
+(1)  You are permitted to use the Standard Version and create and use
+Modified Versions for any purpose without restriction, provided that
+you do not Distribute the Modified Version.
+
+
+Permissions for Redistribution of the Standard Version
+
+(2)  You may Distribute verbatim copies of the Source form of the
+Standard Version of this Package in any medium without restriction,
+either gratis or for a Distributor Fee, provided that you duplicate
+all of the original copyright notices and associated disclaimers.  At
+your discretion, such verbatim copies may or may not include a
+Compiled form of the Package.
+
+(3)  You may apply any bug fixes, portability changes, and other
+modifications made available from the Copyright Holder.  The resulting
+Package will still be considered the Standard Version, and as such
+will be subject to the Original License.
+
+
+Distribution of Modified Versions of the Package as 

[arch-commits] Commit in licenses/trunk (PKGBUILD)

2017-10-07 Thread Levente Polyak
Date: Sunday, October 8, 2017 @ 05:08:26
  Author: anthraxx
Revision: 307138

switch to https sources

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-07 23:33:00 UTC (rev 307137)
+++ PKGBUILD2017-10-08 05:08:26 UTC (rev 307138)
@@ -10,7 +10,7 @@
 url='https://www.archlinux.org/'
 groups=('base')
 makedepends=('links')
-source=(apache-2.0.txt::http://www.apache.org/licenses/LICENSE-2.0.txt
+source=(apache-2.0.txt::https://www.apache.org/licenses/LICENSE-2.0.txt
 cc-by-3.0.txt
 cc-by-nc-3.0.txt
 cc-by-nc-nd-3.0.txt
@@ -20,14 +20,14 @@
 cc-readme.txt
 cddl-1.0.txt
 eclipse-1.0.txt
-http://www.gnu.org/licenses/agpl-3.0.txt
-http://www.gnu.org/licenses/gpl-2.0.txt
-http://www.gnu.org/licenses/gpl-3.0.txt
-http://www.gnu.org/licenses/lgpl-2.1.txt
-http://www.gnu.org/licenses/lgpl-3.0.txt
-http://www.gnu.org/licenses/fdl-1.2.txt
-http://www.gnu.org/licenses/fdl-1.3.txt
-http://www.latex-project.org/lppl.txt
+https://www.gnu.org/licenses/agpl-3.0.txt
+https://www.gnu.org/licenses/gpl-2.0.txt
+https://www.gnu.org/licenses/gpl-3.0.txt
+https://www.gnu.org/licenses/lgpl-2.1.txt
+https://www.gnu.org/licenses/lgpl-3.0.txt
+https://www.gnu.org/licenses/fdl-1.2.txt
+https://www.gnu.org/licenses/fdl-1.3.txt
+https://www.latex-project.org/lppl.txt
 perlartistic.txt
 http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
 php-3.0.txt::http://www.php.net/license/3_0.txt


[arch-commits] Commit in licenses/trunk (PKGBUILD mpl-1.1.txt)

2017-10-06 Thread Levente Polyak
Date: Friday, October 6, 2017 @ 13:41:13
  Author: anthraxx
Revision: 307051

upgpkg: licenses 20171006-1 (adding MPL2 and Boost)

FS#31547
FS#55143

Modified:
  licenses/trunk/PKGBUILD
Deleted:
  licenses/trunk/mpl-1.1.txt

-+
 PKGBUILD|   44 +++--
 mpl-1.1.txt |  469 --
 2 files changed, 28 insertions(+), 485 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-06 13:39:29 UTC (rev 307050)
+++ PKGBUILD2017-10-06 13:41:13 UTC (rev 307051)
@@ -1,15 +1,15 @@
-# $Id$
+# Maintainer: Levente Polyak 
 # Maintainer: Dan McGee 
 
 pkgname=licenses
-pkgver=20140629
-pkgrel=2
-pkgdesc="The standard licenses distribution package"
+pkgver=20171006
+pkgrel=1
+pkgdesc='Standard licenses distribution package'
 arch=('any')
 license=('custom:none')
-url="https://www.archlinux.org/;
+url='https://www.archlinux.org/'
 groups=('base')
-makedepends=(links)
+makedepends=('links')
 source=(apache-2.0.txt::http://www.apache.org/licenses/LICENSE-2.0.txt
 cc-by-3.0.txt
 cc-by-nc-3.0.txt
@@ -28,7 +28,6 @@
 http://www.gnu.org/licenses/fdl-1.2.txt
 http://www.gnu.org/licenses/fdl-1.3.txt
 http://www.latex-project.org/lppl.txt
-mpl-1.1.txt
 perlartistic.txt
 http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
 php-3.0.txt::http://www.php.net/license/3_0.txt
@@ -36,7 +35,10 @@
 cpl-1.0.txt
 python-2.txt
 w3c.txt
-ZopePublicLicense.txt)
+ZopePublicLicense.txt
+mpl-1.1.txt::https://www.mozilla.org/media/MPL/1.1/index.txt
+mpl-2.0.txt::https://www.mozilla.org/media/MPL/2.0/index.txt
+boost-1.0.txt::http://www.boost.org/LICENSE_1_0.txt)
 md5sums=('3b83ef96387f14655fc854ddc3c6bd57'
  'ffb24d1bbf8b83d373f0b8edc3feb0c6'
  '682a5e3b03510ba46c4f566478c871bc'
@@ -47,15 +49,14 @@
  '019bc72509b18a804f0ea8fd2bab1932'
  '6cb35f3976cd093011967fa1abbce386'
  'f300afd598546add034364cd0a533261'
- '73f1eb20517c55bf9493b7dd6e480788'
+ 'eb1e647870add0502f8f010b19de32af'
  'b234ee4d69f5fce4486a80fdaf4a4263'
- 'd32239bcb673463ab874e80d47fae504'
+ '1ebbd3e34237af26da5dc08a4e440464'
  '4fbd65380cdd255951079008b364516c'
- 'e6a600fd5e1d9cbde2d983680233ad02'
- '24ea4c7092233849b4394699333b5c56'
- '10b9de612d532fdeeb7fe8fcd1435cc6'
+ '3000208d539ec061b899bce1d9ce9404'
+ 'cfe2a5472d5eaa226eae091d4114ce29'
+ '60e948417268fd26557f89fff655183a'
  '9f4337828d782bdea41f03dd2ad1b808'
- '0c5913925d40b124fb52ce84c5deb3f3'
  'd09c120ca7db95ef2aeecec0cb08293b'
  'b4a94da2a1f918b217ef5156634fc9e0'
  'a45bb1bbeed9e26b26c5763df1d3913d'
@@ -63,7 +64,10 @@
  'f083e41c43db25e18f36c91e57750b64'
  'a055911c32fb4ed6e96c453ceaeba857'
  '6f2095b5d61770740852873b195a4d21'
- 'dc8502850eab9e1ff330a12d7ca18a19')
+ 'dc8502850eab9e1ff330a12d7ca18a19'
+ '0c5913925d40b124fb52ce84c5deb3f3'
+ '815ca599c9df247a0c7f619bab123dad'
+ 'e4224ccaecb14d942c71d31bef20d78c')
 
 package() {
   cd "$pkgdir"
@@ -120,12 +124,15 @@
   mkdir MPL
   cp "$srcdir"/mpl-1.1.txt MPL/license.txt
 
+  mkdir MPL2
+  cp "$srcdir"/mpl-2.0.txt MPL2/license.txt
+
   mkdir PerlArtistic
   cp "$srcdir"/perlartistic.txt PerlArtistic/license.txt
 
   mkdir PHP
   cp "$srcdir"/php-3.0.txt PHP/license.txt
-  
+
   mkdir PSF
   cp "$srcdir"/python-2.txt PSF/license.txt
 
@@ -137,4 +144,9 @@
 
   mkdir ZPL
   cp "$srcdir"/ZopePublicLicense.txt ZPL/license.txt
+
+  mkdir Boost
+  cp "$srcdir"/boost-1.0.txt Boost/license.txt
 }
+
+# vim: ts=2 sw=2 et:

Deleted: mpl-1.1.txt
===
--- mpl-1.1.txt 2017-10-06 13:39:29 UTC (rev 307050)
+++ mpl-1.1.txt 2017-10-06 13:41:13 UTC (rev 307051)
@@ -1,469 +0,0 @@
-  MOZILLA PUBLIC LICENSE
-Version 1.1
-
-  ---
-
-1. Definitions.
-
- 1.0.1. "Commercial Use" means distribution or otherwise making the
- Covered Code available to a third party.
-
- 1.1. "Contributor" means each entity that creates or contributes to
- the creation of Modifications.
-
- 1.2. "Contributor Version" means the combination of the Original
- Code, prior Modifications used by a Contributor, and the Modifications
- made by that particular Contributor.
-
- 1.3. "Covered Code" means the Original Code or Modifications or the
- combination of the Original Code and Modifications, in each case
- including portions thereof.
-
- 1.4. "Electronic Distribution Mechanism" means a mechanism generally
- accepted in the software development community for 

[arch-commits] Commit in licenses/trunk (PKGBUILD mpl-1.1.txt ruby-license.txt)

2017-03-25 Thread Jan Steffens
Date: Sunday, March 26, 2017 @ 02:20:11
  Author: heftig
Revision: 291633

Fix sources; differences are trivial

Only whitespace, except for one change of http --> https in MPL

Added:
  licenses/trunk/mpl-1.1.txt
  licenses/trunk/ruby-license.txt
Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |   10 -
 mpl-1.1.txt  |  469 +
 ruby-license.txt |   56 ++
 3 files changed, 530 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-25 23:59:55 UTC (rev 291632)
+++ PKGBUILD2017-03-26 02:20:11 UTC (rev 291633)
@@ -3,7 +3,7 @@
 
 pkgname=licenses
 pkgver=20140629
-pkgrel=1
+pkgrel=2
 pkgdesc="The standard licenses distribution package"
 arch=('any')
 license=('custom:none')
@@ -28,11 +28,11 @@
 http://www.gnu.org/licenses/fdl-1.2.txt
 http://www.gnu.org/licenses/fdl-1.3.txt
 http://www.latex-project.org/lppl.txt
-mpl-1.1.txt::http://www.mozilla.org/MPL/1.1/index.txt
+mpl-1.1.txt
 perlartistic.txt
 http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
 php-3.0.txt::http://www.php.net/license/3_0.txt
-ruby-license.txt::http://www.ruby-lang.org/en/about/license.txt
+ruby-license.txt
 cpl-1.0.txt
 python-2.txt
 w3c.txt
@@ -55,11 +55,11 @@
  '24ea4c7092233849b4394699333b5c56'
  '10b9de612d532fdeeb7fe8fcd1435cc6'
  '9f4337828d782bdea41f03dd2ad1b808'
- 'b7426de1c630b269dc95ba20ea82a290'
+ '0c5913925d40b124fb52ce84c5deb3f3'
  'd09c120ca7db95ef2aeecec0cb08293b'
  'b4a94da2a1f918b217ef5156634fc9e0'
  'a45bb1bbeed9e26b26c5763df1d3913d'
- '837b32593517ae48b9c3b5c87a5d288c'
+ '8a960b08d972f43f91ae84a6f00dcbfb'
  'f083e41c43db25e18f36c91e57750b64'
  'a055911c32fb4ed6e96c453ceaeba857'
  '6f2095b5d61770740852873b195a4d21'

Added: mpl-1.1.txt
===
--- mpl-1.1.txt (rev 0)
+++ mpl-1.1.txt 2017-03-26 02:20:11 UTC (rev 291633)
@@ -0,0 +1,469 @@
+  MOZILLA PUBLIC LICENSE
+Version 1.1
+
+  ---
+
+1. Definitions.
+
+ 1.0.1. "Commercial Use" means distribution or otherwise making the
+ Covered Code available to a third party.
+
+ 1.1. "Contributor" means each entity that creates or contributes to
+ the creation of Modifications.
+
+ 1.2. "Contributor Version" means the combination of the Original
+ Code, prior Modifications used by a Contributor, and the Modifications
+ made by that particular Contributor.
+
+ 1.3. "Covered Code" means the Original Code or Modifications or the
+ combination of the Original Code and Modifications, in each case
+ including portions thereof.
+
+ 1.4. "Electronic Distribution Mechanism" means a mechanism generally
+ accepted in the software development community for the electronic
+ transfer of data.
+
+ 1.5. "Executable" means Covered Code in any form other than Source
+ Code.
+
+ 1.6. "Initial Developer" means the individual or entity identified
+ as the Initial Developer in the Source Code notice required by Exhibit
+ A.
+
+ 1.7. "Larger Work" means a work which combines Covered Code or
+ portions thereof with code not governed by the terms of this License.
+
+ 1.8. "License" means this document.
+
+ 1.8.1. "Licensable" means having the right to grant, to the maximum
+ extent possible, whether at the time of the initial grant or
+ subsequently acquired, any and all of the rights conveyed herein.
+
+ 1.9. "Modifications" means any addition to or deletion from the
+ substance or structure of either the Original Code or any previous
+ Modifications. When Covered Code is released as a series of files, a
+ Modification is:
+  A. Any addition to or deletion from the contents of a file
+  containing Original Code or previous Modifications.
+
+  B. Any new file that contains any part of the Original Code or
+  previous Modifications.
+
+ 1.10. "Original Code" means Source Code of computer software code
+ which is described in the Source Code notice required by Exhibit A as
+ Original Code, and which, at the time of its release under this
+ License is not already Covered Code governed by this License.
+
+ 1.10.1. "Patent Claims" means any patent claim(s), now owned or
+ hereafter acquired, including without limitation,  method, process,
+ and apparatus claims, in any patent Licensable by grantor.
+
+ 1.11. "Source Code" means the preferred form of the Covered Code for
+ making modifications to it, including all modules it contains, plus
+ any associated 

[arch-commits] Commit in licenses/trunk (PKGBUILD)

2014-06-29 Thread Dan McGee
Date: Sunday, June 29, 2014 @ 19:33:41
  Author: dan
Revision: 215579

upgpkg: licenses 20140629-1

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 16:48:02 UTC (rev 215578)
+++ PKGBUILD2014-06-29 17:33:41 UTC (rev 215579)
@@ -2,12 +2,12 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=licenses
-pkgver=20130203
+pkgver=20140629
 pkgrel=1
 pkgdesc=The standard licenses distribution package
 arch=('any')
 license=('custom:none')
-url=http://www.archlinux.org/;
+url=https://www.archlinux.org/;
 groups=('base')
 makedepends=(links)
 source=(apache-2.0.txt::http://www.apache.org/licenses/LICENSE-2.0.txt
@@ -55,11 +55,11 @@
  '24ea4c7092233849b4394699333b5c56'
  '10b9de612d532fdeeb7fe8fcd1435cc6'
  '9f4337828d782bdea41f03dd2ad1b808'
- 'bfe1f75d606912a4111c90743d6c7325'
+ 'b7426de1c630b269dc95ba20ea82a290'
  'd09c120ca7db95ef2aeecec0cb08293b'
  'b4a94da2a1f918b217ef5156634fc9e0'
  'a45bb1bbeed9e26b26c5763df1d3913d'
- 'f24b942d957112d759762054b6e7cf34'
+ '837b32593517ae48b9c3b5c87a5d288c'
  'f083e41c43db25e18f36c91e57750b64'
  'a055911c32fb4ed6e96c453ceaeba857'
  '6f2095b5d61770740852873b195a4d21'



[arch-commits] Commit in licenses/trunk (PKGBUILD w3c.txt)

2013-02-02 Thread Dan McGee
Date: Sunday, February 3, 2013 @ 01:38:36
  Author: dan
Revision: 176952

upgpkg: licenses 20130203-1

* Fix location changes, MD5 sum mismatches, etc.
* Bump version number to date-based
* Add text version of w3c license
* build() - package()

Added:
  licenses/trunk/w3c.txt
Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |   73 --
 w3c.txt  |   76 +
 2 files changed, 111 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-03 00:24:05 UTC (rev 176951)
+++ PKGBUILD2013-02-03 00:38:36 UTC (rev 176952)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=licenses
-pkgver=2.9
+pkgver=20130203
 pkgrel=1
 pkgdesc=The standard licenses distribution package
 arch=('any')
@@ -28,14 +28,14 @@
 http://www.gnu.org/licenses/fdl-1.2.txt
 http://www.gnu.org/licenses/fdl-1.3.txt
 http://www.latex-project.org/lppl.txt
-http://www.mozilla.org/MPL/MPL-1.1.txt
+mpl-1.1.txt::http://www.mozilla.org/MPL/1.1/index.txt
 perlartistic.txt
 http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
 php-3.0.txt::http://www.php.net/license/3_0.txt
-ruby-license.txt::http://www.ruby-lang.org/en/LICENSE.txt
+ruby-license.txt::http://www.ruby-lang.org/en/about/license.txt
 cpl-1.0.txt
 python-2.txt
-
w3c.html::http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+w3c.txt
 ZopePublicLicense.txt)
 md5sums=('3b83ef96387f14655fc854ddc3c6bd57'
  'ffb24d1bbf8b83d373f0b8edc3feb0c6'
@@ -59,85 +59,82 @@
  'd09c120ca7db95ef2aeecec0cb08293b'
  'b4a94da2a1f918b217ef5156634fc9e0'
  'a45bb1bbeed9e26b26c5763df1d3913d'
- '68d59ff8306e3a9f5f1c01462c77a317'
+ 'f24b942d957112d759762054b6e7cf34'
  'f083e41c43db25e18f36c91e57750b64'
  'a055911c32fb4ed6e96c453ceaeba857'
- 'ce191478ab78ce8b3b6e3aebf48fe60f'
+ '6f2095b5d61770740852873b195a4d21'
  'dc8502850eab9e1ff330a12d7ca18a19')
 
-build() {
-  cd $pkgdir
+package() {
+  cd $pkgdir
   mkdir -p usr/share/licenses/common
   cd usr/share/licenses/common
 
   mkdir AGPL3
-  cp $srcdir/agpl-3.0.txt AGPL3/license.txt
+  cp $srcdir/agpl-3.0.txt AGPL3/license.txt
   ln -s AGPL3 AGPL
 
   mkdir Apache
-  cp $srcdir/apache-2.0.txt Apache/license.txt
+  cp $srcdir/apache-2.0.txt Apache/license.txt
   ln -s Apache APACHE
 
   mkdir Artistic2.0
-  cp $srcdir/artistic-2_0.txt Artistic2.0/license.txt
+  cp $srcdir/artistic-2_0.txt Artistic2.0/license.txt
 
   mkdir CCPL
-  cp $srcdir/cc-by-3.0.txt CCPL/
-  cp $srcdir/cc-by-nc-3.0.txt CCPL/
-  cp $srcdir/cc-by-nc-nd-3.0.txt CCPL/
-  cp $srcdir/cc-by-nc-sa-3.0.txt CCPL/
-  cp $srcdir/cc-by-nd-3.0.txt CCPL/
-  cp $srcdir/cc-by-sa-3.0.txt CCPL/
-  cp $srcdir/cc-readme.txt CCPL/
+  cp $srcdir/cc-by-3.0.txt CCPL/
+  cp $srcdir/cc-by-nc-3.0.txt CCPL/
+  cp $srcdir/cc-by-nc-nd-3.0.txt CCPL/
+  cp $srcdir/cc-by-nc-sa-3.0.txt CCPL/
+  cp $srcdir/cc-by-nd-3.0.txt CCPL/
+  cp $srcdir/cc-by-sa-3.0.txt CCPL/
+  cp $srcdir/cc-readme.txt CCPL/
 
   mkdir CDDL
-  cp $srcdir/cddl-1.0.txt CDDL/license.txt
+  cp $srcdir/cddl-1.0.txt CDDL/license.txt
 
   mkdir CPL
-  cp $srcdir/cpl-1.0.txt CPL/license.txt
+  cp $srcdir/cpl-1.0.txt CPL/license.txt
 
   mkdir EPL
-  cp $srcdir/eclipse-1.0.txt EPL/license.txt
+  cp $srcdir/eclipse-1.0.txt EPL/license.txt
 
   mkdir {GPL2,GPL3}
-  cp $srcdir/gpl-2.0.txt GPL2/license.txt
-  cp $srcdir/gpl-3.0.txt GPL3/license.txt
+  cp $srcdir/gpl-2.0.txt GPL2/license.txt
+  cp $srcdir/gpl-3.0.txt GPL3/license.txt
   ln -s GPL2 GPL
 
   mkdir {FDL1.2,FDL1.3}
-  cp $srcdir/fdl-1.2.txt FDL1.2/license.txt
-  cp $srcdir/fdl-1.3.txt FDL1.3/license.txt
+  cp $srcdir/fdl-1.2.txt FDL1.2/license.txt
+  cp $srcdir/fdl-1.3.txt FDL1.3/license.txt
   ln -s FDL1.2 FDL
 
   mkdir {LGPL2.1,LGPL3}
-  cp $srcdir/lgpl-2.1.txt LGPL2.1/license.txt
-  cp $srcdir/lgpl-3.0.txt LGPL3/license.txt
+  cp $srcdir/lgpl-2.1.txt LGPL2.1/license.txt
+  cp $srcdir/lgpl-3.0.txt LGPL3/license.txt
   ln -s LGPL2.1 LGPL
 
   mkdir LPPL
-  cp $srcdir/lppl.txt LPPL/license.txt
+  cp $srcdir/lppl.txt LPPL/license.txt
 
   mkdir MPL
-  cp $srcdir/MPL-1.1.txt MPL/license.txt
+  cp $srcdir/mpl-1.1.txt MPL/license.txt
 
   mkdir PerlArtistic
-  cp $srcdir/perlartistic.txt PerlArtistic/license.txt
+  cp $srcdir/perlartistic.txt PerlArtistic/license.txt
 
   mkdir PHP
-  cp $srcdir/php-3.0.txt PHP/license.txt
+  cp $srcdir/php-3.0.txt PHP/license.txt
   
   mkdir PSF
-  cp $srcdir/python-2.txt PSF/license.txt
+  cp $srcdir/python-2.txt PSF/license.txt
 
   mkdir RUBY
-  cp $srcdir/ruby-license.txt RUBY/license.txt
+  cp $srcdir/ruby-license.txt RUBY/license.txt
 
   mkdir W3C
-  # Text-ize the HTML version, prune the header and footer garbage
-  

[arch-commits] Commit in licenses/trunk (PKGBUILD)

2011-10-27 Thread Dan McGee
Date: Thursday, October 27, 2011 @ 12:11:42
  Author: dan
Revision: 141261

upgpkg: licenses 2.9-1

Add W3C license, FS#26081

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-27 15:31:43 UTC (rev 141260)
+++ PKGBUILD2011-10-27 16:11:42 UTC (rev 141261)
@@ -2,13 +2,14 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=licenses
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc=The standard licenses distribution package
 arch=('any')
 license=('custom:none')
-url=http://archlinux.org;
+url=http://www.archlinux.org/;
 groups=('base')
+makedepends=(links)
 source=(apache-2.0.txt::http://www.apache.org/licenses/LICENSE-2.0.txt
 cc-by-3.0.txt
 cc-by-nc-3.0.txt
@@ -34,6 +35,7 @@
 ruby-license.txt::http://www.ruby-lang.org/en/LICENSE.txt
 cpl-1.0.txt
 python-2.txt
+
w3c.html::http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
 ZopePublicLicense.txt)
 md5sums=('3b83ef96387f14655fc854ddc3c6bd57'
  'ffb24d1bbf8b83d373f0b8edc3feb0c6'
@@ -60,6 +62,7 @@
  '68d59ff8306e3a9f5f1c01462c77a317'
  'f083e41c43db25e18f36c91e57750b64'
  'a055911c32fb4ed6e96c453ceaeba857'
+ 'ce191478ab78ce8b3b6e3aebf48fe60f'
  'dc8502850eab9e1ff330a12d7ca18a19')
 
 build() {
@@ -129,6 +132,12 @@
   mkdir RUBY
   cp $srcdir/ruby-license.txt RUBY/license.txt
 
+  mkdir W3C
+  # Text-ize the HTML version, prune the header and footer garbage
+  links -dump $srcdir/w3c.html |\
+  sed -n -e '/^Footer Navigation/ q' \
+  -e '/^ *W3C Software Notice and License/,$ p' W3C/license.txt
+
   mkdir ZPL
   cp $srcdir/ZopePublicLicense.txt ZPL/license.txt
 }



[arch-commits] Commit in licenses/trunk (PKGBUILD)

2011-03-23 Thread Dan McGee
Date: Thursday, March 24, 2011 @ 01:41:16
  Author: dan
Revision: 116488

upgpkg: licenses 2.8-1
Add AGPL3, FS#23372

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-24 05:26:28 UTC (rev 116487)
+++ PKGBUILD2011-03-24 05:41:16 UTC (rev 116488)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=licenses
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc=The standard licenses distribution package
 arch=('any')
@@ -19,6 +19,7 @@
 cc-readme.txt
 cddl-1.0.txt
 eclipse-1.0.txt
+http://www.gnu.org/licenses/agpl-3.0.txt
 http://www.gnu.org/licenses/gpl-2.0.txt
 http://www.gnu.org/licenses/gpl-3.0.txt
 http://www.gnu.org/licenses/lgpl-2.1.txt
@@ -44,6 +45,7 @@
  '019bc72509b18a804f0ea8fd2bab1932'
  '6cb35f3976cd093011967fa1abbce386'
  'f300afd598546add034364cd0a533261'
+ '73f1eb20517c55bf9493b7dd6e480788'
  'b234ee4d69f5fce4486a80fdaf4a4263'
  'd32239bcb673463ab874e80d47fae504'
  '4fbd65380cdd255951079008b364516c'
@@ -65,6 +67,10 @@
   mkdir -p usr/share/licenses/common
   cd usr/share/licenses/common
 
+  mkdir AGPL3
+  cp $srcdir/agpl-3.0.txt AGPL3/license.txt
+  ln -s AGPL3 AGPL
+
   mkdir Apache
   cp $srcdir/apache-2.0.txt Apache/license.txt
   ln -s Apache APACHE



[arch-commits] Commit in licenses/trunk (PKGBUILD)

2010-06-08 Thread Dan McGee
Date: Tuesday, June 8, 2010 @ 12:36:51
  Author: dan
Revision: 82120

Fix startdir references

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-08 16:13:09 UTC (rev 82119)
+++ PKGBUILD2010-06-08 16:36:51 UTC (rev 82120)
@@ -61,67 +61,67 @@
  'dc8502850eab9e1ff330a12d7ca18a19')
 
 build() {
-  cd $startdir/pkg
+  cd $pkgdir
   mkdir -p usr/share/licenses/common
   cd usr/share/licenses/common
 
   mkdir APACHE
-  cp $startdir/src/apache-2.0.txt APACHE/license.txt
+  cp $srcdir/apache-2.0.txt APACHE/license.txt
 
   mkdir CCPL
-  cp $startdir/src/cc-by-3.0.txt CCPL/
-  cp $startdir/src/cc-by-nc-3.0.txt CCPL/
-  cp $startdir/src/cc-by-nc-nd-3.0.txt CCPL/
-  cp $startdir/src/cc-by-nc-sa-3.0.txt CCPL/
-  cp $startdir/src/cc-by-nd-3.0.txt CCPL/
-  cp $startdir/src/cc-by-sa-3.0.txt CCPL/
-  cp $startdir/src/cc-readme.txt CCPL/
+  cp $srcdir/cc-by-3.0.txt CCPL/
+  cp $srcdir/cc-by-nc-3.0.txt CCPL/
+  cp $srcdir/cc-by-nc-nd-3.0.txt CCPL/
+  cp $srcdir/cc-by-nc-sa-3.0.txt CCPL/
+  cp $srcdir/cc-by-nd-3.0.txt CCPL/
+  cp $srcdir/cc-by-sa-3.0.txt CCPL/
+  cp $srcdir/cc-readme.txt CCPL/
 
   mkdir CDDL
-  cp $startdir/src/cddl-1.0.txt CDDL/license.txt
+  cp $srcdir/cddl-1.0.txt CDDL/license.txt
 
   mkdir CPL
-  cp $startdir/src/cpl-1.0.txt CPL/license.txt
+  cp $srcdir/cpl-1.0.txt CPL/license.txt
 
   mkdir EPL
-  cp $startdir/src/eclipse-1.0.txt EPL/license.txt
+  cp $srcdir/eclipse-1.0.txt EPL/license.txt
 
   mkdir {GPL2,GPL3}
-  cp $startdir/src/gpl-2.0.txt GPL2/license.txt
-  cp $startdir/src/gpl-3.0.txt GPL3/license.txt
+  cp $srcdir/gpl-2.0.txt GPL2/license.txt
+  cp $srcdir/gpl-3.0.txt GPL3/license.txt
   ln -s GPL2 GPL
 
   mkdir {FDL1.2,FDL1.3}
-  cp $startdir/src/fdl-1.2.txt FDL1.2/license.txt
-  cp $startdir/src/fdl-1.3.txt FDL1.3/license.txt
+  cp $srcdir/fdl-1.2.txt FDL1.2/license.txt
+  cp $srcdir/fdl-1.3.txt FDL1.3/license.txt
   ln -s FDL1.2 FDL
 
   mkdir {LGPL2.1,LGPL3}
-  cp $startdir/src/lgpl-2.1.txt LGPL2.1/license.txt
-  cp $startdir/src/lgpl-3.0.txt LGPL3/license.txt
+  cp $srcdir/lgpl-2.1.txt LGPL2.1/license.txt
+  cp $srcdir/lgpl-3.0.txt LGPL3/license.txt
   ln -s LGPL2.1 LGPL
 
   mkdir LPPL
-  cp $startdir/src/lppl.txt LPPL/license.txt
+  cp $srcdir/lppl.txt LPPL/license.txt
 
   mkdir MPL
-  cp $startdir/src/MPL-1.1.txt MPL/license.txt
+  cp $srcdir/MPL-1.1.txt MPL/license.txt
 
   mkdir PerlArtistic
-  cp $startdir/src/perlartistic.txt PerlArtistic/license.txt
+  cp $srcdir/perlartistic.txt PerlArtistic/license.txt
 
   mkdir PHP
-  cp $startdir/src/php-3.0.txt PHP/license.txt
+  cp $srcdir/php-3.0.txt PHP/license.txt
   
   mkdir PSF
-  cp $startdir/src/python-2.txt PSF/license.txt
+  cp $srcdir/python-2.txt PSF/license.txt
 
   mkdir RALINK
-  cp $startdir/src/LICENSE.ralink-firmware.txt RALINK/license.txt
+  cp $srcdir/LICENSE.ralink-firmware.txt RALINK/license.txt
 
   mkdir RUBY
-  cp $startdir/src/ruby-license.txt RUBY/license.txt
+  cp $srcdir/ruby-license.txt RUBY/license.txt
 
   mkdir ZPL
-  cp $startdir/src/ZopePublicLicense.txt ZPL/license.txt
+  cp $srcdir/ZopePublicLicense.txt ZPL/license.txt
 }



[arch-commits] Commit in licenses/trunk (PKGBUILD)

2010-05-07 Thread Dan McGee
Date: Friday, May 7, 2010 @ 09:49:02
  Author: dan
Revision: 79789

upgpkg: licenses 2.6-1
Fix FS#18857; general cleanup and file renaming

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |   39 ---
 1 file changed, 20 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-07 04:04:19 UTC (rev 79788)
+++ PKGBUILD2010-05-07 13:49:02 UTC (rev 79789)
@@ -2,14 +2,14 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=licenses
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 pkgdesc=The standard licenses distribution package
 arch=('any')
 license=('custom:none')
 url=http://archlinux.org;
 groups=('base')
-source=(http://www.apache.org/licenses/LICENSE-2.0.txt
+source=(apache-2.0.txt::http://www.apache.org/licenses/LICENSE-2.0.txt
 cc-by-3.0.txt
 cc-by-nc-3.0.txt
 cc-by-nc-nd-3.0.txt
@@ -19,17 +19,17 @@
 cc-readme.txt
 cddl-1.0.txt
 eclipse-1.0.txt
-http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
+http://www.gnu.org/licenses/gpl-2.0.txt
 http://www.gnu.org/licenses/gpl-3.0.txt
-http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
-http://www.gnu.org/licenses/lgpl.txt
-http://www.gnu.org/licenses/old-licenses/fdl-1.2.html
-http://www.gnu.org/licenses/fdl.txt
+http://www.gnu.org/licenses/lgpl-2.1.txt
+http://www.gnu.org/licenses/lgpl-3.0.txt
+http://www.gnu.org/licenses/fdl-1.2.txt
+http://www.gnu.org/licenses/fdl-1.3.txt
 http://www.latex-project.org/lppl.txt
 http://www.mozilla.org/MPL/MPL-1.1.txt
 perlartistic.txt
-http://www.php.net/license/3_0.txt
-http://www.ruby-lang.org/en/LICENSE.txt
+php-3.0.txt::http://www.php.net/license/3_0.txt
+ruby-license.txt::http://www.ruby-lang.org/en/LICENSE.txt
 cpl-1.0.txt
 python-2.txt
 LICENSE.ralink-firmware.txt
@@ -44,11 +44,11 @@
  '019bc72509b18a804f0ea8fd2bab1932'
  '6cb35f3976cd093011967fa1abbce386'
  'f300afd598546add034364cd0a533261'
- '751419260aa954499f7abaabaa882bbe'
+ 'b234ee4d69f5fce4486a80fdaf4a4263'
  'd32239bcb673463ab874e80d47fae504'
- '243b725d71bb5df4a1e5920b344b86ad'
- 'b52f2d57d10c4f7ee67a7eb9615d5d24'
- '0a104fd5e8dd4324ceea2c30d774f311'
+ '4fbd65380cdd255951079008b364516c'
+ 'e6a600fd5e1d9cbde2d983680233ad02'
+ '24ea4c7092233849b4394699333b5c56'
  '10b9de612d532fdeeb7fe8fcd1435cc6'
  '9f4337828d782bdea41f03dd2ad1b808'
  'bfe1f75d606912a4111c90743d6c7325'
@@ -56,7 +56,7 @@
  'a45bb1bbeed9e26b26c5763df1d3913d'
  '68d59ff8306e3a9f5f1c01462c77a317'
  'f083e41c43db25e18f36c91e57750b64'
- '614f4f550910d90428a567cfaafe62a9'
+ 'a055911c32fb4ed6e96c453ceaeba857'
  '682eac07428a4e8f138bc082f090ecac'
  'dc8502850eab9e1ff330a12d7ca18a19')
 
@@ -66,7 +66,7 @@
   cd usr/share/licenses/common
 
   mkdir APACHE
-  cp $startdir/src/LICENSE-2.0.txt APACHE/license.txt
+  cp $startdir/src/apache-2.0.txt APACHE/license.txt
 
   mkdir CCPL
   cp $startdir/src/cc-by-3.0.txt CCPL/
@@ -92,12 +92,13 @@
   ln -s GPL2 GPL
 
   mkdir {FDL1.2,FDL1.3}
-  cp $startdir/src/fdl.txt FDL1.3/license.txt
+  cp $startdir/src/fdl-1.2.txt FDL1.2/license.txt
+  cp $startdir/src/fdl-1.3.txt FDL1.3/license.txt
   ln -s FDL1.2 FDL
 
   mkdir {LGPL2.1,LGPL3}
   cp $startdir/src/lgpl-2.1.txt LGPL2.1/license.txt
-  cp $startdir/src/lgpl.txt LGPL3/license.txt
+  cp $startdir/src/lgpl-3.0.txt LGPL3/license.txt
   ln -s LGPL2.1 LGPL
 
   mkdir LPPL
@@ -110,7 +111,7 @@
   cp $startdir/src/perlartistic.txt PerlArtistic/license.txt
 
   mkdir PHP
-  cp $startdir/src/3_0.txt PHP/license.txt
+  cp $startdir/src/php-3.0.txt PHP/license.txt
   
   mkdir PSF
   cp $startdir/src/python-2.txt PSF/license.txt
@@ -119,7 +120,7 @@
   cp $startdir/src/LICENSE.ralink-firmware.txt RALINK/license.txt
 
   mkdir RUBY
-  cp $startdir/src/LICENSE.txt RUBY/license.txt
+  cp $startdir/src/ruby-license.txt RUBY/license.txt
 
   mkdir ZPL
   cp $startdir/src/ZopePublicLicense.txt ZPL/license.txt



[arch-commits] Commit in licenses/trunk (PKGBUILD)

2010-03-05 Thread Pierre Schmitz
Date: Friday, March 5, 2010 @ 21:34:57
  Author: pierre
Revision: 71298

looks like a good any candidate

Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-06 02:19:53 UTC (rev 71297)
+++ PKGBUILD2010-03-06 02:34:57 UTC (rev 71298)
@@ -5,7 +5,7 @@
 pkgver=2.5
 pkgrel=1
 pkgdesc=The standard licenses distribution package
-arch=('i686' 'x86_64')
+arch=('any')
 license=('custom:none')
 url=http://archlinux.org;
 groups=('base')