From 34826990d23cc06acddec2faebea4e9027c922e2 Mon Sep 17 00:00:00 2001 From: Ralf Ulrich <ralf.ulrich@kit.edu> Date: Wed, 7 Oct 2020 13:21:14 +0200 Subject: [PATCH] Remove inexlib_rio from script. --- do-copyright.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do-copyright.py b/do-copyright.py index 5079a3205..4c2b29cc7 100755 --- a/do-copyright.py +++ b/do-copyright.py @@ -21,7 +21,7 @@ Debug settings are 0: nothing, 1: checking, 2: filesystem """ Debug = 0 -excludeDirs = ["ThirdParty", "git", "build", "install", "PROPOSAL", "inexlib_rio"] +excludeDirs = ["ThirdParty", "git", "build", "install", "PROPOSAL"] excludeFiles = ['PhysicalConstants.h','CorsikaFenvOSX.cc', 'sgn.h'] extensions = [".cc", ".h", ".test"] -- GitLab