Skip to content

Commit 09e5035

Browse files
authored
Merge pull request #3195 from Zac-HD/update-headers
Accurate, minimal, timeless copyright headers
2 parents c630d92 + 45e0162 commit 09e5035

File tree

401 files changed

+813
-2815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+813
-2815
lines changed

hypothesis-python/RELEASE.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RELEASE_TYPE: patch
2+
3+
This release updates our copyright headers to `use a general authorship statement and omit the year
4+
<https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/>`__.

hypothesis-python/docs/conf.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# This file is part of Hypothesis, which may be found at
22
# https://github.com/HypothesisWorks/hypothesis/
33
#
4-
# Most of this work is copyright (C) 2013-2021 David R. MacIver
5-
# ([email protected]), but it contains contributions by others. See
6-
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
7-
# consult the git log if you need to determine who owns an individual
8-
# contribution.
4+
# Copyright the Hypothesis Authors.
5+
# Individual contributors are listed in AUTHORS.rst and the git log.
96
#
107
# This Source Code Form is subject to the terms of the Mozilla Public License,
118
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
129
# obtain one at https://mozilla.org/MPL/2.0/.
13-
#
14-
# END HEADER
1510

1611
import datetime
1712
import os

hypothesis-python/examples/example_hypothesis_entrypoint/example_hypothesis_entrypoint.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# This file is part of Hypothesis, which may be found at
22
# https://github.com/HypothesisWorks/hypothesis/
33
#
4-
# Most of this work is copyright (C) 2013-2021 David R. MacIver
5-
# ([email protected]), but it contains contributions by others. See
6-
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
7-
# consult the git log if you need to determine who owns an individual
8-
# contribution.
4+
# Copyright the Hypothesis Authors.
5+
# Individual contributors are listed in AUTHORS.rst and the git log.
96
#
107
# This Source Code Form is subject to the terms of the Mozilla Public License,
118
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
129
# obtain one at https://mozilla.org/MPL/2.0/.
13-
#
14-
# END HEADER
1510

1611
"""This example demonstrates a setuptools entry point.
1712

hypothesis-python/examples/example_hypothesis_entrypoint/setup.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# This file is part of Hypothesis, which may be found at
22
# https://github.com/HypothesisWorks/hypothesis/
33
#
4-
# Most of this work is copyright (C) 2013-2021 David R. MacIver
5-
# ([email protected]), but it contains contributions by others. See
6-
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
7-
# consult the git log if you need to determine who owns an individual
8-
# contribution.
4+
# Copyright the Hypothesis Authors.
5+
# Individual contributors are listed in AUTHORS.rst and the git log.
96
#
107
# This Source Code Form is subject to the terms of the Mozilla Public License,
118
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
129
# obtain one at https://mozilla.org/MPL/2.0/.
13-
#
14-
# END HEADER
1510

1611
"""Minimal setup.py to register an entrypoint."""
1712

hypothesis-python/examples/example_hypothesis_entrypoint/test_entrypoint.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# This file is part of Hypothesis, which may be found at
22
# https://github.com/HypothesisWorks/hypothesis/
33
#
4-
# Most of this work is copyright (C) 2013-2021 David R. MacIver
5-
# ([email protected]), but it contains contributions by others. See
6-
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
7-
# consult the git log if you need to determine who owns an individual
8-
# contribution.
4+
# Copyright the Hypothesis Authors.
5+
# Individual contributors are listed in AUTHORS.rst and the git log.
96
#
107
# This Source Code Form is subject to the terms of the Mozilla Public License,
118
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
129
# obtain one at https://mozilla.org/MPL/2.0/.
13-
#
14-
# END HEADER
1510

1611
from example_hypothesis_entrypoint import MyCustomType
1712

hypothesis-python/examples/test_binary_search.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# This file is part of Hypothesis, which may be found at
22
# https://github.com/HypothesisWorks/hypothesis/
33
#
4-
# Most of this work is copyright (C) 2013-2021 David R. MacIver
5-
# ([email protected]), but it contains contributions by others. See
6-
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
7-
# consult the git log if you need to determine who owns an individual
8-
# contribution.
4+
# Copyright the Hypothesis Authors.
5+
# Individual contributors are listed in AUTHORS.rst and the git log.
96
#
107
# This Source Code Form is subject to the terms of the Mozilla Public License,
118
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
129
# obtain one at https://mozilla.org/MPL/2.0/.
13-
#
14-
# END HEADER
1510

1611
"""This file demonstrates testing a binary search.
1712

hypothesis-python/examples/test_rle.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# This file is part of Hypothesis, which may be found at
22
# https://github.com/HypothesisWorks/hypothesis/
33
#
4-
# Most of this work is copyright (C) 2013-2021 David R. MacIver
5-
# ([email protected]), but it contains contributions by others. See
6-
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
7-
# consult the git log if you need to determine who owns an individual
8-
# contribution.
4+
# Copyright the Hypothesis Authors.
5+
# Individual contributors are listed in AUTHORS.rst and the git log.
96
#
107
# This Source Code Form is subject to the terms of the Mozilla Public License,
118
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
129
# obtain one at https://mozilla.org/MPL/2.0/.
13-
#
14-
# END HEADER
1510

1611
"""This example demonstrates testing a run length encoding scheme. That is, we
1712
take a sequence and represent it by a shorter sequence where each 'run' of

hypothesis-python/scripts/validate_branch_check.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# This file is part of Hypothesis, which may be found at
22
# https://github.com/HypothesisWorks/hypothesis/
33
#
4-
# Most of this work is copyright (C) 2013-2021 David R. MacIver
5-
# ([email protected]), but it contains contributions by others. See
6-
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
7-
# consult the git log if you need to determine who owns an individual
8-
# contribution.
4+
# Copyright the Hypothesis Authors.
5+
# Individual contributors are listed in AUTHORS.rst and the git log.
96
#
107
# This Source Code Form is subject to the terms of the Mozilla Public License,
118
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
129
# obtain one at https://mozilla.org/MPL/2.0/.
13-
#
14-
# END HEADER
1510

1611
import json
1712
import sys

hypothesis-python/setup.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# This file is part of Hypothesis, which may be found at
22
# https://github.com/HypothesisWorks/hypothesis/
33
#
4-
# Most of this work is copyright (C) 2013-2021 David R. MacIver
5-
# ([email protected]), but it contains contributions by others. See
6-
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
7-
# consult the git log if you need to determine who owns an individual
8-
# contribution.
4+
# Copyright the Hypothesis Authors.
5+
# Individual contributors are listed in AUTHORS.rst and the git log.
96
#
107
# This Source Code Form is subject to the terms of the Mozilla Public License,
118
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
129
# obtain one at https://mozilla.org/MPL/2.0/.
13-
#
14-
# END HEADER
1510

1611
import os
1712
import sys

hypothesis-python/src/_hypothesis_pytestplugin.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# This file is part of Hypothesis, which may be found at
22
# https://github.com/HypothesisWorks/hypothesis/
33
#
4-
# Most of this work is copyright (C) 2013-2021 David R. MacIver
5-
# ([email protected]), but it contains contributions by others. See
6-
# CONTRIBUTING.rst for a full list of people who may hold copyright, and
7-
# consult the git log if you need to determine who owns an individual
8-
# contribution.
4+
# Copyright the Hypothesis Authors.
5+
# Individual contributors are listed in AUTHORS.rst and the git log.
96
#
107
# This Source Code Form is subject to the terms of the Mozilla Public License,
118
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
129
# obtain one at https://mozilla.org/MPL/2.0/.
13-
#
14-
# END HEADER
1510

1611
"""
1712
The pytest plugin for Hypothesis.

0 commit comments

Comments
 (0)