Skip to content

Commit 0e64ff5

Browse files
authored
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`.
1 parent 7b64bac commit 0e64ff5

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

Examples/Detectors/ITkModuleSplitting/include/ActsExamples/ITkModuleSplitting/ITkModuleSplitting.hpp

-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
// License, v. 2.0. If a copy of the MPL was not distributed with this
77
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
88

9-
// This file is part of the Acts project.
10-
//
11-
// Copyright (C) 2024 CERN for the benefit of the Acts project
12-
//
13-
// This Source Code Form is subject to the terms of the Mozilla Public
14-
// License, v. 2.0. If a copy of the MPL was not distributed with this
15-
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
16-
179
#pragma once
1810

1911
#include "Acts/Definitions/Algebra.hpp"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Contributors to the Acts project are listed in the [AUTHORS](AUTHORS) file.
7070

7171
The Acts project is published under the terms of the Mozilla Public License, v. 2.0.
7272
A copy of the license can be found in the [LICENSE](LICENSE) file or at
73-
http://mozilla.org/MPL/2.0/ .
73+
https://mozilla.org/MPL/2.0/ .
7474

7575
The Acts project contains copies of the following external packages:
7676

docs/license.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ License
22
=======
33

44
ACTS is licensed under the `Mozilla Public License Version 2.0
5-
<http://mozilla.org/MPL/2.0/>`_. The full text of the license can be found
5+
<https://mozilla.org/MPL/2.0/>`_. The full text of the license can be found
66
below.
77

88
.. literalinclude:: ../LICENSE

0 commit comments

Comments
 (0)