Skip to content

Commit c535be1

Browse files
authored
docs: copyright should only include the year of creation (#674)
1 parent 227a69c commit c535be1

File tree

234 files changed

+235
-234
lines changed

Some content is hidden

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

234 files changed

+235
-234
lines changed

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
3+
Copyright (c) 2019, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues,
4+
Jonas Eschle, and Jim Pivarski.
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintainers = [
1717
{ name = "The Scikit-HEP admins", email = "scikit-hep-admins@googlegroups.com" },
1818
]
1919
authors = [
20-
{ name = "Jim Pivarski, Henry Schreiner, Eduardo Rodrigues", email = "eduardo.rodrigues@cern.ch" },
20+
{ name = "Saransh Chopra, Jim Pivarski, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle", email = "eduardo.rodrigues@cern.ch" },
2121
]
2222
requires-python = ">=3.9"
2323
classifiers = [

src/vector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2025, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
1+
# Copyright (c) 2019, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
22
#
33
# Distributed under the 3-clause BSD license, see accompanying file LICENSE
44
# or https://github.com/scikit-hep/vector for details.

src/vector/_compute/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2025, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
1+
# Copyright (c) 2019, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
22
#
33
# Distributed under the 3-clause BSD license, see accompanying file LICENSE
44
# or https://github.com/scikit-hep/vector for details.

src/vector/_compute/lorentz/Et.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2025, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
1+
# Copyright (c) 2019, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
22
#
33
# Distributed under the 3-clause BSD license, see accompanying file LICENSE
44
# or https://github.com/scikit-hep/vector for details.

src/vector/_compute/lorentz/Et2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2025, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
1+
# Copyright (c) 2019, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
22
#
33
# Distributed under the 3-clause BSD license, see accompanying file LICENSE
44
# or https://github.com/scikit-hep/vector for details.

src/vector/_compute/lorentz/Mt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2025, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
1+
# Copyright (c) 2019, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
22
#
33
# Distributed under the 3-clause BSD license, see accompanying file LICENSE
44
# or https://github.com/scikit-hep/vector for details.

src/vector/_compute/lorentz/Mt2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2025, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
1+
# Copyright (c) 2019, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
22
#
33
# Distributed under the 3-clause BSD license, see accompanying file LICENSE
44
# or https://github.com/scikit-hep/vector for details.

src/vector/_compute/lorentz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2025, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
1+
# Copyright (c) 2019, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
22
#
33
# Distributed under the 3-clause BSD license, see accompanying file LICENSE
44
# or https://github.com/scikit-hep/vector for details.

src/vector/_compute/lorentz/add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2025, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
1+
# Copyright (c) 2019, Saransh Chopra, Henry Schreiner, Eduardo Rodrigues, Jonas Eschle, and Jim Pivarski.
22
#
33
# Distributed under the 3-clause BSD license, see accompanying file LICENSE
44
# or https://github.com/scikit-hep/vector for details.

0 commit comments

Comments
 (0)