From 0e64ff54eb53333f371a99e8f134312f9765ecd1 Mon Sep 17 00:00:00 2001 From: "Alexander J. Pfleger" <70842573+AJPfleger@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:51:34 +0100 Subject: [PATCH] docs: remove http-relics for license (#3902) We had the docs test failing quite frequently during the last week, like in here: https://github.com/acts-project/acts/actions/runs/11990353442/job/33427764861?pr=3896 due to ``` ( license: line 4) broken http://mozilla.org/MPL/2.0/ - 404 Client Error: Not Found for url: https://www.mozilla.org/en-US/mpl/2.0/ ``` It seems, that mozilla forwards http sometimes to the wrong address with everything lovercase, which makes problems with `mpl` vs `MPL`. --- .../ITkModuleSplitting/ITkModuleSplitting.hpp | 8 -------- README.md | 2 +- docs/license.rst | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Examples/Detectors/ITkModuleSplitting/include/ActsExamples/ITkModuleSplitting/ITkModuleSplitting.hpp b/Examples/Detectors/ITkModuleSplitting/include/ActsExamples/ITkModuleSplitting/ITkModuleSplitting.hpp index 591671bffb7..61a827ca29d 100644 --- a/Examples/Detectors/ITkModuleSplitting/include/ActsExamples/ITkModuleSplitting/ITkModuleSplitting.hpp +++ b/Examples/Detectors/ITkModuleSplitting/include/ActsExamples/ITkModuleSplitting/ITkModuleSplitting.hpp @@ -6,14 +6,6 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. -// This file is part of the Acts project. -// -// Copyright (C) 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/. - #pragma once #include "Acts/Definitions/Algebra.hpp" diff --git a/README.md b/README.md index 7b75acee190..5337e811908 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Contributors to the Acts project are listed in the [AUTHORS](AUTHORS) file. The Acts project is published under the terms of the Mozilla Public License, v. 2.0. A copy of the license can be found in the [LICENSE](LICENSE) file or at -http://mozilla.org/MPL/2.0/ . +https://mozilla.org/MPL/2.0/ . The Acts project contains copies of the following external packages: diff --git a/docs/license.rst b/docs/license.rst index dd058963b4b..90f69479545 100644 --- a/docs/license.rst +++ b/docs/license.rst @@ -2,7 +2,7 @@ License ======= ACTS is licensed under the `Mozilla Public License Version 2.0 -`_. The full text of the license can be found +`_. The full text of the license can be found below. .. literalinclude:: ../LICENSE