[packages/rpm-build-tools] more ASF licenses, more /etc keeps
glen
glen at pld-linux.org
Tue Aug 20 20:23:02 CEST 2013
commit 9c64e5123d676f42eed94cb527110140a5ddcca5
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/rpm-build-tools.git/commitdiff/cbf1f6f1d42025aacb98205ec0fe97276a6e729c
More information about the pld-cvs-commit
mailing list