]> git.pld-linux.org Git - packages/adapter.git/commitdiff
one more BSD license unify
authorElan Ruusamäe <glen@delfi.ee>
Sat, 26 Oct 2013 16:30:02 +0000 (19:30 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 26 Oct 2013 16:30:02 +0000 (19:30 +0300)
adapter.awk

index e335b7559f998c02f53f2dcb016fba0585941176..57f1e632df75bd3d2051c9398091c89afb63250f 100644 (file)
@@ -774,6 +774,9 @@ preamble == 1 {
                if (l == "GPLv2") {
                        l = "GPL v2"
                }
+               if (l == "The BSD 3-Clause License") {
+                       l = "BSD"
+               }
                if (l == "GPLv2+") {
                        l = "GPL v2+"
                }
This page took 0.094025 seconds and 4 git commands to generate.