From 0af34e2e481bae5eb0c8c3cd238454aaf99e0f8e Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Mon, 20 Jan 2025 12:57:57 +0100 Subject: [PATCH] Add license headers --- test/k4FWCoreTest/options/TypeMisMatchDemo.py | 18 ++++++++++++++++ .../options/TypeMisMatchDemoMultiple.py | 21 ++++++++++++++++--- .../src/components/TypeMisMatchDemo.cpp | 18 ++++++++++++++++ 3 files changed, 54 insertions(+), 3 deletions(-) diff --git a/test/k4FWCoreTest/options/TypeMisMatchDemo.py b/test/k4FWCoreTest/options/TypeMisMatchDemo.py index b355d3df..55680211 100644 --- a/test/k4FWCoreTest/options/TypeMisMatchDemo.py +++ b/test/k4FWCoreTest/options/TypeMisMatchDemo.py @@ -1,4 +1,22 @@ #!/usr/bin/env python3 +# +# Copyright (c) 2014-2024 Key4hep-Project. +# +# This file is part of Key4hep. +# See https://key4hep.github.io/key4hep-doc/ for further info. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# from Gaudi.Configuration import INFO, DEBUG from Configurables import ExampleFunctionalProducer, TypeMisMatchDemo, EventDataSvc diff --git a/test/k4FWCoreTest/options/TypeMisMatchDemoMultiple.py b/test/k4FWCoreTest/options/TypeMisMatchDemoMultiple.py index f0f3e56e..2421c8ba 100644 --- a/test/k4FWCoreTest/options/TypeMisMatchDemoMultiple.py +++ b/test/k4FWCoreTest/options/TypeMisMatchDemoMultiple.py @@ -1,7 +1,22 @@ #!/usr/bin/env python3 - - -#!/usr/bin/env python3 +# +# Copyright (c) 2014-2024 Key4hep-Project. +# +# This file is part of Key4hep. +# See https://key4hep.github.io/key4hep-doc/ for further info. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# from Gaudi.Configuration import INFO, DEBUG from Configurables import ExampleFunctionalProducerMultiple, TypeMisMatchDemoMultiple, EventDataSvc diff --git a/test/k4FWCoreTest/src/components/TypeMisMatchDemo.cpp b/test/k4FWCoreTest/src/components/TypeMisMatchDemo.cpp index e5bf1026..49d2ab2a 100644 --- a/test/k4FWCoreTest/src/components/TypeMisMatchDemo.cpp +++ b/test/k4FWCoreTest/src/components/TypeMisMatchDemo.cpp @@ -1,3 +1,21 @@ +/* + * Copyright (c) 2014-2024 Key4hep-Project. + * + * This file is part of Key4hep. + * See https://key4hep.github.io/key4hep-doc/ for further info. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include "edm4hep/MCParticleCollection.h" #include "edm4hep/TrackCollection.h"