]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - adapter.awk
- license unify
[packages/rpm-build-tools.git] / adapter.awk
index 1cae1c9604b7110897d6687c232f552741355945..06a25f14c5f08314a1a48f1f1e335fd0c4c0381a 100644 (file)
@@ -764,6 +764,9 @@ preamble == 1 {
                if (l == "GPLv2+") {
                        l = "GPL v2+"
                }
+               if (l == "GPL v2 or later") {
+                       l = "GPL v2+"
+               }
                if (l == "LGPLv2+") {
                        l = "LGPL v2+"
                }
This page took 0.02751 seconds and 4 git commands to generate.