]> git.pld-linux.org Git - packages/adapter.git/commitdiff
more ASF licenses, more /etc keeps
authorElan Ruusamäe <glen@delfi.ee>
Tue, 20 Aug 2013 18:22:33 +0000 (21:22 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 20 Aug 2013 18:22:33 +0000 (21:22 +0300)
adapter.awk

index adbe5ae4fe44e7f104b1d12795170621974f10f7..8e0c2b7615cce7759c57aada2b7b8f7f02949c35 100644 (file)
@@ -753,6 +753,8 @@ preamble == 1 {
                }
                if (l == "Apache License 2.0" || \
                           l == "Apache 2.0" || \
+                          l == "Apache 2" || \
+                          l == "Apache License (2.0)" ||
                           l == "Apache License Version 2.0" || \
                           l == "Apache License, Version 2.0" || \
                           l == "Apache Software License v2" || \
@@ -1201,6 +1203,12 @@ function use_macros()
                        continue;
                if ($c ~ sysconfdir "/{?xdg")
                        continue;
+               if ($c ~ sysconfdir "/{?NetworkManager")
+                       continue;
+               if ($c ~ sysconfdir "/{?default")
+                       continue;
+               if ($c ~ sysconfdir "/{?pm")
+                       continue;
                if ($c ~ sysconfdir "/shells")
                        continue;
                if ($c ~ sysconfdir "/inittab")
This page took 0.035143 seconds and 4 git commands to generate.