On 7/11/07, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
2007/7/11, Dan McGee <dpmcgee@gmail.com>:
And how about this for some licenses stuff: license=('GPL') - licensed under GPL version 2 or later license=('GPL2') - licensed under GPL version 2 only license=('GPL3') - licensed under GPL version 3 or later
licenses package: licenses/common/GPL/license.txt licenses/common/GPL3/license.txt licenses/common/GPL2/ -> licenses/common/GPL/ ...
+1 That's exactly what I've thought about.
Done. Let me know if there are any problems. Also killed a few bugs while I was at it: 5637, 6039, 7172 If anyone likes playing with the wiki, this page needs some updates: http://wiki.archlinux.org/index.php/Licenses And we should ensure that our packages are putting licenses in /usr/share/licenses/<pkgname>, not /usr/share/licenses/custom/<pkgname>, as noted here: http://bugs.archlinux.org/task/5623 -Dan