commit 6112ae02ed2d0f8f811d1cce469b03e0845e6006
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Feb 10 13:18:37 2008 +0000

    - unify apache licenses
    
    Changed files:
        adapter.awk -> 1.382

 adapter.awk | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 9afbcd7..d722321 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -803,6 +803,18 @@ 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") {
+                       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;
        }
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885

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

Reply via email to