summaryrefslogtreecommitdiffstats
path: root/src/build/tools/addCopyright.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools/addCopyright.pl')
-rwxr-xr-xsrc/build/tools/addCopyright.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/build/tools/addCopyright.pl b/src/build/tools/addCopyright.pl
index 28daba911..76ba1a90a 100755
--- a/src/build/tools/addCopyright.pl
+++ b/src/build/tools/addCopyright.pl
@@ -285,6 +285,18 @@ foreach ( @Files )
}
##
+ ## We do not want to modify the prologs of files mirrored from EKB
+ ## Eventually we will enhance to allow different prologs, but at the time
+ ## this breaks the mirror tool.
+ if (m/^src\/import/)
+ {
+ print STDOUT "---------------------------------------------------------\n";
+ print STDOUT "Skipping file mirrored from EKB: $_\n";
+ print STDOUT "---------------------------------------------------------\n";
+ next;
+ }
+
+ ##
## Check if any parent directory below $projectRoot has a LICENSE_PROLOG file
## Backtrack from the directory where the file lives and find the first
## custom LICENSE_PROLOG file.
OpenPOWER on IntegriCloud