[packages/adapter: 577/631] more ASF licenses, more /etc keeps
glen
glen at pld-linux.org
Mon Sep 12 20:22:48 CEST 2016
commit d75fc7c733826426bade6c70569b8d116815b54b
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Aug 20 21:22:33 2013 +0300
more ASF licenses, more /etc keeps
adapter.awk | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index adbe5ae..8e0c2b7 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -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")
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list