Author: glen                         Date: Sun Feb 10 13:18:42 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify apache licenses

---- Files affected:
SPECS:
   adapter.awk (1.381 -> 1.382) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.381 SPECS/adapter.awk:1.382
--- SPECS/adapter.awk:1.381     Fri Feb  8 14:19:17 2008
+++ SPECS/adapter.awk   Sun Feb 10 14:18:37 2008
@@ -803,6 +803,18 @@
                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") {
+                       l = "Apache v2.0"
+               }
+               if (l == "Apache Group License" || l == "Apache Software 
License" || l == "Apache License") {
+                       l = "Apache"
+               }
+               if (l == "Apache-style License" || l == "Apache-style Software 
License") {
+                       l = "Apache-like"
+               }
+               if (l == "Apache Software License 1.1" || l == "Apache 1.1") {
+                       l = "Apache v1.1"
+               }
                $0 = "License:\t" l;
        }
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/adapter.awk?r1=1.381&r2=1.382&f=u

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

Reply via email to