diff --git a/Examples/Algorithms/Propagation/include/ActsExamples/Propagation/SimHitToSummaryConversion.hpp b/Examples/Algorithms/Propagation/include/ActsExamples/Propagation/SimHitToSummaryConversion.hpp index 8782e583f12..15001f185cf 100644 --- a/Examples/Algorithms/Propagation/include/ActsExamples/Propagation/SimHitToSummaryConversion.hpp +++ b/Examples/Algorithms/Propagation/include/ActsExamples/Propagation/SimHitToSummaryConversion.hpp @@ -1,10 +1,10 @@ -// This file is part of the Acts project. +// This file is part of the ACTS project. // -// Copyright (C) 2024 CERN for the benefit of the Acts project +// Copyright (C) 2016-2024 CERN for the benefit of the ACTS project // // 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 -// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// file, You can obtain one at https://mozilla.org/MPL/2.0/. #pragma once diff --git a/Examples/Algorithms/Propagation/src/SimHitToSummaryConversion.cpp b/Examples/Algorithms/Propagation/src/SimHitToSummaryConversion.cpp index b580fa86814..adc35fd59a1 100644 --- a/Examples/Algorithms/Propagation/src/SimHitToSummaryConversion.cpp +++ b/Examples/Algorithms/Propagation/src/SimHitToSummaryConversion.cpp @@ -1,10 +1,10 @@ -// This file is part of the Acts project. +// This file is part of the ACTS project. // -// Copyright (C) 2024 CERN for the benefit of the Acts project +// Copyright (C) 2016-2024 CERN for the benefit of the ACTS project // // 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 -// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// file, You can obtain one at https://mozilla.org/MPL/2.0/. #include "ActsExamples/Propagation/SimHitToSummaryConversion.hpp" diff --git a/Tests/UnitTests/Core/EventData/SeedEdmTests.cpp b/Tests/UnitTests/Core/EventData/SeedEdmTests.cpp index 03b8f037efe..428f949a595 100644 --- a/Tests/UnitTests/Core/EventData/SeedEdmTests.cpp +++ b/Tests/UnitTests/Core/EventData/SeedEdmTests.cpp @@ -1,10 +1,10 @@ -// This file is part of the Acts project. +// This file is part of the ACTS project. // -// Copyright (C) 2024 CERN for the benefit of the Acts project +// Copyright (C) 2016-2024 CERN for the benefit of the ACTS project // // 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 -// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// file, You can obtain one at https://mozilla.org/MPL/2.0/. #include