Skip to content

Commit

Permalink
Bug 1341976 - Clarify that mozregression is licensed under the MPL2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach authored Apr 16, 2020
1 parent 4d2b072 commit f270a3d
Show file tree
Hide file tree
Showing 24 changed files with 375 additions and 87 deletions.
373 changes: 373 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions mozregression/approx_persist.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

from __future__ import absolute_import

import re
Expand Down
4 changes: 0 additions & 4 deletions mozregression/bisector.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

from __future__ import absolute_import

import math
Expand Down
4 changes: 0 additions & 4 deletions mozregression/build_info.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

"""
The BuildInfo classes, that are used to store information a build.
"""
Expand Down
4 changes: 0 additions & 4 deletions mozregression/build_range.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

"""
This module provide a BuildRange class, which acts like a list of BuildInfo
objects that are loaded on demand. A BuildRange is used for bisecting builds.
Expand Down
3 changes: 0 additions & 3 deletions mozregression/class_registry.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# 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/.
import six


Expand Down
4 changes: 0 additions & 4 deletions mozregression/cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

"""
This module parses and checks the command line with :func:`cli` and return a
:class:`Configuration` object that hold information for running the
Expand Down
4 changes: 0 additions & 4 deletions mozregression/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

"""
Reading and writing of the configuration file.
"""
Expand Down
4 changes: 0 additions & 4 deletions mozregression/errors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

"""
Definition of mozregression related exceptions.
"""
Expand Down
4 changes: 0 additions & 4 deletions mozregression/launchers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

"""
Define the launcher classes, responsible of running the tested applications.
"""
Expand Down
4 changes: 0 additions & 4 deletions mozregression/mach_interface.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

"""
This module provides an API to integrate mozregression within mach.
Expand Down
4 changes: 0 additions & 4 deletions mozregression/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

"""
Entry point for the mozregression command line.
"""
Expand Down
4 changes: 0 additions & 4 deletions mozregression/network.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

"""
network functions utilities for mozregression.
"""
Expand Down
4 changes: 0 additions & 4 deletions mozregression/persist_limit.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

from __future__ import absolute_import

import os
Expand Down
4 changes: 0 additions & 4 deletions mozregression/tc_authenticate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

from __future__ import absolute_import

import json
Expand Down
4 changes: 0 additions & 4 deletions mozregression/telemetry.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

import time
from multiprocessing import Process
from pathlib import Path
Expand Down
3 changes: 0 additions & 3 deletions mozregression/tempdir.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# 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/.
from __future__ import absolute_import

import os
Expand Down
4 changes: 0 additions & 4 deletions mozregression/test_runner.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

"""
This module implements a :class:`TestRunner` interface for testing builds
and a default implementation :class:`ManualTestRunner`.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
author="Mozilla Automation and Tools Team",
author_email="[email protected]",
url="http://github.com/mozilla/mozregression",
license="MPL 1.1/GPL 2.0/LGPL 2.1",
license="MPL 2.0",
packages=["mozregression"],
entry_points="""
[console_scripts]
Expand All @@ -47,6 +47,7 @@
setup_requires=["setuptools_scm"],
install_requires=DEPENDENCIES,
classifiers=[
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
Expand Down
4 changes: 0 additions & 4 deletions tests/unit/test_bisector.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

from __future__ import absolute_import

import datetime
Expand Down
4 changes: 0 additions & 4 deletions tests/unit/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

from __future__ import absolute_import

import datetime
Expand Down
4 changes: 0 additions & 4 deletions tests/unit/test_download_manager.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

from __future__ import absolute_import

import os
Expand Down
4 changes: 0 additions & 4 deletions tests/unit/test_main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

from __future__ import absolute_import, print_function

import tempfile
Expand Down
4 changes: 0 additions & 4 deletions tests/unit/test_test_runner.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 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/.

from __future__ import absolute_import

import datetime
Expand Down

0 comments on commit f270a3d

Please sign in to comment.