From 2c18627e18c8a2e75f64b4a966a8e56ae806624e Mon Sep 17 00:00:00 2001 From: Andreas Salzburger <Andreas.Salzburger@cern.ch> Date: Tue, 10 Jul 2018 16:11:50 +0300 Subject: [PATCH] license statement --- CI/check_license_local | 2 +- Core/include/Acts/EventData/NeutralParameters.hpp | 2 +- Core/include/Acts/EventData/detail/full_parameter_set.hpp | 2 +- Core/include/Acts/EventData/detail/initialize_parameter_set.hpp | 2 +- Core/include/Acts/EventData/detail/make_projection_matrix.hpp | 2 +- Core/include/Acts/EventData/detail/residual_calculator.hpp | 2 +- Core/include/Acts/EventData/detail/value_corrector.hpp | 2 +- Core/include/Acts/Seeding/BarrelSeedFinder.hpp | 2 +- Core/include/Acts/Seeding/SpacePoint.hpp | 2 +- Core/include/Acts/Seeding/detail/cyclic_range.hpp | 2 +- Core/include/Acts/Tools/ILayerArrayCreator.hpp | 2 +- Core/include/Acts/Tools/ILayerBuilder.hpp | 2 +- Core/include/Acts/Utilities/GeometrySignature.hpp | 2 +- Core/include/Acts/Utilities/ParameterTypes.hpp | 2 +- Core/include/Acts/Utilities/detail/MPL/all_of.hpp | 2 +- Core/include/Acts/Utilities/detail/MPL/any_of.hpp | 2 +- Core/include/Acts/Utilities/detail/MPL/are_sorted.hpp | 2 +- Core/include/Acts/Utilities/detail/MPL/are_within.hpp | 2 +- Core/include/Acts/Utilities/detail/MPL/at_index.hpp | 2 +- Core/include/Acts/Utilities/detail/MPL/boost_mpl_helper.hpp | 2 +- Core/include/Acts/Utilities/detail/MPL/get_position.hpp | 2 +- Core/include/Acts/Utilities/detail/MPL/has_duplicates.hpp | 2 +- Core/include/Acts/Utilities/detail/MPL/is_contained.hpp | 2 +- Core/include/Acts/Utilities/detail/MatrixPlugin.hpp | 2 +- Core/include/Acts/Utilities/detail/TransformPlugin.hpp | 2 +- Core/include/Acts/Utilities/detail/periodic.hpp | 2 +- Core/include/Acts/Volumes/BoundarySurfaceFace.hpp | 2 +- Core/src/Digitization/DigitizationModule.cpp | 2 +- Core/src/EventData/NeutralParameters.cpp | 2 +- Core/src/EventData/TrackParameters.cpp | 2 +- Core/src/EventData/TrackParametersBase.cpp | 2 +- Core/src/GeometryUtils/BinUtility.cpp | 2 +- Core/src/GeometryUtils/GeometryID.cpp | 2 +- Core/src/Utilities/Units.cpp | 2 +- Core/src/Volumes/VolumeBounds.cpp | 2 +- Legacy/include/Acts/Extrapolation/IExtrapolationEngine.hpp | 2 +- .../include/Acts/Extrapolation/IMultipleScatteringUpdator.hpp | 2 +- Legacy/include/Acts/Extrapolation/MaterialUpdateMode.hpp | 2 +- Legacy/src/Extrapolation/TransportJacobian.cpp | 2 +- Tests/Seeding/SeedingTestsCommon.hpp | 2 +- Tests/Seeding/SeedingToolsTests.cpp | 2 +- Tests/Utilities/BFieldMapUtilsTests.cpp | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/CI/check_license_local b/CI/check_license_local index a4c0cb55a..f92d13fd7 100755 --- a/CI/check_license_local +++ b/CI/check_license_local @@ -17,7 +17,7 @@ fi # license template MPLv2="// This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/EventData/NeutralParameters.hpp b/Core/include/Acts/EventData/NeutralParameters.hpp index 55c52f372..7a5b57599 100644 --- a/Core/include/Acts/EventData/NeutralParameters.hpp +++ b/Core/include/Acts/EventData/NeutralParameters.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/EventData/detail/full_parameter_set.hpp b/Core/include/Acts/EventData/detail/full_parameter_set.hpp index cfb6675c1..6ef0fb758 100644 --- a/Core/include/Acts/EventData/detail/full_parameter_set.hpp +++ b/Core/include/Acts/EventData/detail/full_parameter_set.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/EventData/detail/initialize_parameter_set.hpp b/Core/include/Acts/EventData/detail/initialize_parameter_set.hpp index a26da3417..a7347ae5e 100644 --- a/Core/include/Acts/EventData/detail/initialize_parameter_set.hpp +++ b/Core/include/Acts/EventData/detail/initialize_parameter_set.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/EventData/detail/make_projection_matrix.hpp b/Core/include/Acts/EventData/detail/make_projection_matrix.hpp index 16a73f299..95bfb008d 100644 --- a/Core/include/Acts/EventData/detail/make_projection_matrix.hpp +++ b/Core/include/Acts/EventData/detail/make_projection_matrix.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/EventData/detail/residual_calculator.hpp b/Core/include/Acts/EventData/detail/residual_calculator.hpp index b5d1e6a75..bf311a07f 100644 --- a/Core/include/Acts/EventData/detail/residual_calculator.hpp +++ b/Core/include/Acts/EventData/detail/residual_calculator.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/EventData/detail/value_corrector.hpp b/Core/include/Acts/EventData/detail/value_corrector.hpp index 860049bc6..94318e28b 100644 --- a/Core/include/Acts/EventData/detail/value_corrector.hpp +++ b/Core/include/Acts/EventData/detail/value_corrector.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Seeding/BarrelSeedFinder.hpp b/Core/include/Acts/Seeding/BarrelSeedFinder.hpp index ebfbf8963..051f1e796 100644 --- a/Core/include/Acts/Seeding/BarrelSeedFinder.hpp +++ b/Core/include/Acts/Seeding/BarrelSeedFinder.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Seeding/SpacePoint.hpp b/Core/include/Acts/Seeding/SpacePoint.hpp index aaa4b410a..d379402b5 100644 --- a/Core/include/Acts/Seeding/SpacePoint.hpp +++ b/Core/include/Acts/Seeding/SpacePoint.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Seeding/detail/cyclic_range.hpp b/Core/include/Acts/Seeding/detail/cyclic_range.hpp index 3943cd258..99efc8276 100644 --- a/Core/include/Acts/Seeding/detail/cyclic_range.hpp +++ b/Core/include/Acts/Seeding/detail/cyclic_range.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Tools/ILayerArrayCreator.hpp b/Core/include/Acts/Tools/ILayerArrayCreator.hpp index 4a1493945..f34994505 100644 --- a/Core/include/Acts/Tools/ILayerArrayCreator.hpp +++ b/Core/include/Acts/Tools/ILayerArrayCreator.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Tools/ILayerBuilder.hpp b/Core/include/Acts/Tools/ILayerBuilder.hpp index 728812183..1e4b725c8 100644 --- a/Core/include/Acts/Tools/ILayerBuilder.hpp +++ b/Core/include/Acts/Tools/ILayerBuilder.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/GeometrySignature.hpp b/Core/include/Acts/Utilities/GeometrySignature.hpp index 4a689daee..918740500 100644 --- a/Core/include/Acts/Utilities/GeometrySignature.hpp +++ b/Core/include/Acts/Utilities/GeometrySignature.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/ParameterTypes.hpp b/Core/include/Acts/Utilities/ParameterTypes.hpp index 315d82ac5..e629a1fcd 100644 --- a/Core/include/Acts/Utilities/ParameterTypes.hpp +++ b/Core/include/Acts/Utilities/ParameterTypes.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/MPL/all_of.hpp b/Core/include/Acts/Utilities/detail/MPL/all_of.hpp index bf88ae205..81f8c88ba 100644 --- a/Core/include/Acts/Utilities/detail/MPL/all_of.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/all_of.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/MPL/any_of.hpp b/Core/include/Acts/Utilities/detail/MPL/any_of.hpp index d2b49c986..209c4ffc8 100644 --- a/Core/include/Acts/Utilities/detail/MPL/any_of.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/any_of.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/MPL/are_sorted.hpp b/Core/include/Acts/Utilities/detail/MPL/are_sorted.hpp index 66d4f0aa8..93bf5fd50 100644 --- a/Core/include/Acts/Utilities/detail/MPL/are_sorted.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/are_sorted.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/MPL/are_within.hpp b/Core/include/Acts/Utilities/detail/MPL/are_within.hpp index 566569c71..f8ad69f79 100644 --- a/Core/include/Acts/Utilities/detail/MPL/are_within.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/are_within.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/MPL/at_index.hpp b/Core/include/Acts/Utilities/detail/MPL/at_index.hpp index caeda9423..8e790ea79 100644 --- a/Core/include/Acts/Utilities/detail/MPL/at_index.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/at_index.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/MPL/boost_mpl_helper.hpp b/Core/include/Acts/Utilities/detail/MPL/boost_mpl_helper.hpp index 021ac8987..2d4791bbf 100644 --- a/Core/include/Acts/Utilities/detail/MPL/boost_mpl_helper.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/boost_mpl_helper.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/MPL/get_position.hpp b/Core/include/Acts/Utilities/detail/MPL/get_position.hpp index 055006bdd..0d78a9118 100644 --- a/Core/include/Acts/Utilities/detail/MPL/get_position.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/get_position.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/MPL/has_duplicates.hpp b/Core/include/Acts/Utilities/detail/MPL/has_duplicates.hpp index 4b1e587fa..494a9a473 100644 --- a/Core/include/Acts/Utilities/detail/MPL/has_duplicates.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/has_duplicates.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/MPL/is_contained.hpp b/Core/include/Acts/Utilities/detail/MPL/is_contained.hpp index 09a1a016b..79c422490 100644 --- a/Core/include/Acts/Utilities/detail/MPL/is_contained.hpp +++ b/Core/include/Acts/Utilities/detail/MPL/is_contained.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/MatrixPlugin.hpp b/Core/include/Acts/Utilities/detail/MatrixPlugin.hpp index 88b05b4c7..07e838ffd 100644 --- a/Core/include/Acts/Utilities/detail/MatrixPlugin.hpp +++ b/Core/include/Acts/Utilities/detail/MatrixPlugin.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/TransformPlugin.hpp b/Core/include/Acts/Utilities/detail/TransformPlugin.hpp index 7ee20f326..e132bbe17 100644 --- a/Core/include/Acts/Utilities/detail/TransformPlugin.hpp +++ b/Core/include/Acts/Utilities/detail/TransformPlugin.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Utilities/detail/periodic.hpp b/Core/include/Acts/Utilities/detail/periodic.hpp index b9417e889..ef62d1dc5 100644 --- a/Core/include/Acts/Utilities/detail/periodic.hpp +++ b/Core/include/Acts/Utilities/detail/periodic.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/include/Acts/Volumes/BoundarySurfaceFace.hpp b/Core/include/Acts/Volumes/BoundarySurfaceFace.hpp index 536fd6922..1cbacb0d9 100644 --- a/Core/include/Acts/Volumes/BoundarySurfaceFace.hpp +++ b/Core/include/Acts/Volumes/BoundarySurfaceFace.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/src/Digitization/DigitizationModule.cpp b/Core/src/Digitization/DigitizationModule.cpp index 4c35ece3b..2d77a760c 100644 --- a/Core/src/Digitization/DigitizationModule.cpp +++ b/Core/src/Digitization/DigitizationModule.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/src/EventData/NeutralParameters.cpp b/Core/src/EventData/NeutralParameters.cpp index 2e3d1af9b..a989be583 100644 --- a/Core/src/EventData/NeutralParameters.cpp +++ b/Core/src/EventData/NeutralParameters.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/src/EventData/TrackParameters.cpp b/Core/src/EventData/TrackParameters.cpp index 5818b8274..b6ebcff8d 100644 --- a/Core/src/EventData/TrackParameters.cpp +++ b/Core/src/EventData/TrackParameters.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/src/EventData/TrackParametersBase.cpp b/Core/src/EventData/TrackParametersBase.cpp index ad127c53c..053934e92 100644 --- a/Core/src/EventData/TrackParametersBase.cpp +++ b/Core/src/EventData/TrackParametersBase.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/src/GeometryUtils/BinUtility.cpp b/Core/src/GeometryUtils/BinUtility.cpp index c1e83669d..780eb9f6e 100644 --- a/Core/src/GeometryUtils/BinUtility.cpp +++ b/Core/src/GeometryUtils/BinUtility.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/src/GeometryUtils/GeometryID.cpp b/Core/src/GeometryUtils/GeometryID.cpp index dd48ff234..16f5007b2 100644 --- a/Core/src/GeometryUtils/GeometryID.cpp +++ b/Core/src/GeometryUtils/GeometryID.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/src/Utilities/Units.cpp b/Core/src/Utilities/Units.cpp index d1e70a005..5230d5d71 100644 --- a/Core/src/Utilities/Units.cpp +++ b/Core/src/Utilities/Units.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Core/src/Volumes/VolumeBounds.cpp b/Core/src/Volumes/VolumeBounds.cpp index 1ce13295f..96f74becc 100644 --- a/Core/src/Volumes/VolumeBounds.cpp +++ b/Core/src/Volumes/VolumeBounds.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Legacy/include/Acts/Extrapolation/IExtrapolationEngine.hpp b/Legacy/include/Acts/Extrapolation/IExtrapolationEngine.hpp index bf71777e7..340825f86 100644 --- a/Legacy/include/Acts/Extrapolation/IExtrapolationEngine.hpp +++ b/Legacy/include/Acts/Extrapolation/IExtrapolationEngine.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Legacy/include/Acts/Extrapolation/IMultipleScatteringUpdator.hpp b/Legacy/include/Acts/Extrapolation/IMultipleScatteringUpdator.hpp index 173337ccd..ae655f181 100644 --- a/Legacy/include/Acts/Extrapolation/IMultipleScatteringUpdator.hpp +++ b/Legacy/include/Acts/Extrapolation/IMultipleScatteringUpdator.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Legacy/include/Acts/Extrapolation/MaterialUpdateMode.hpp b/Legacy/include/Acts/Extrapolation/MaterialUpdateMode.hpp index 571d89605..5f33eeee3 100644 --- a/Legacy/include/Acts/Extrapolation/MaterialUpdateMode.hpp +++ b/Legacy/include/Acts/Extrapolation/MaterialUpdateMode.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Legacy/src/Extrapolation/TransportJacobian.cpp b/Legacy/src/Extrapolation/TransportJacobian.cpp index 128394dd7..7233a69ea 100644 --- a/Legacy/src/Extrapolation/TransportJacobian.cpp +++ b/Legacy/src/Extrapolation/TransportJacobian.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Tests/Seeding/SeedingTestsCommon.hpp b/Tests/Seeding/SeedingTestsCommon.hpp index c098fd58c..490c15753 100644 --- a/Tests/Seeding/SeedingTestsCommon.hpp +++ b/Tests/Seeding/SeedingTestsCommon.hpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Tests/Seeding/SeedingToolsTests.cpp b/Tests/Seeding/SeedingToolsTests.cpp index 81f116e08..35b6b42ee 100644 --- a/Tests/Seeding/SeedingToolsTests.cpp +++ b/Tests/Seeding/SeedingToolsTests.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/Tests/Utilities/BFieldMapUtilsTests.cpp b/Tests/Utilities/BFieldMapUtilsTests.cpp index c612fbe25..f8680b773 100644 --- a/Tests/Utilities/BFieldMapUtilsTests.cpp +++ b/Tests/Utilities/BFieldMapUtilsTests.cpp @@ -1,6 +1,6 @@ // This file is part of the Acts project. // -// Copyright (C) 2016 Acts project team +// Copyright (C) 2016-2018 Acts project team // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this -- GitLab