commit d8e8998dc3ade1c9f581b671f46ce898f38ee69e
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Apr 2 23:05:55 2013 +0300

    ASL 2.0 is Apache v2 license

 adapter.awk | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index ab284dd..ef7dee8 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -751,7 +751,13 @@ preamble == 1 {
                if (l == "Python Software Foundation License") {
                        l = "PSF"
                }
-               if (l == "Apache License 2.0" || l == "Apache 2.0" || l == 
"Apache License Version 2.0" || l == "Apache License, Version 2.0" || l == 
"Apache Software License v2") {
+               if (l == "Apache License 2.0" || \
+                          l == "Apache 2.0" || \
+                          l == "Apache License Version 2.0" || \
+                          l == "Apache License, Version 2.0" || \
+                          l == "Apache Software License v2" || \
+                          l == "ASL 2.0" \
+                       ) {
                        l = "Apache v2.0"
                }
                if (l == "Apache Group License" || l == "Apache Software 
License" || l == "Apache License") {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/d8e8998dc3ade1c9f581b671f46ce898f38ee69e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to