From 15f1d57027d909c7836079bc4fc5738a9c4ce216 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Tue, 5 Feb 2019 11:20:05 +0100
Subject: [PATCH] added CorsikaFenvOSX.cc to excludeFiles

---
 do-copyright.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/do-copyright.py b/do-copyright.py
index 3f0a63f4..24c5beb6 100755
--- a/do-copyright.py
+++ b/do-copyright.py
@@ -15,7 +15,7 @@ text = """
 """
 
 excludeDirs = ["ThirdParty", "git"]
-excludeFiles = ['PhysicalConstants.h']
+excludeFiles = ['PhysicalConstants.h','CorsikaFenvOSX.cc']
 
 extensions = [".cc", ".h", ".test"]
 
-- 
GitLab