Skip to content

Commit 23f1c42

Browse files
authored
docs: update CHANGELOG + copyright year (#433)
1 parent 50ea01f commit 23f1c42

File tree

172 files changed

+189
-171
lines changed

Some content is hidden

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

172 files changed

+189
-171
lines changed

LICENSE

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

3-
Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
3+
Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
44
All rights reserved.
55

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

docs/changelog.md

Lines changed: 18 additions & 0 deletions

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
project = "Vector"
2424
copyright = (
25-
"2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner"
25+
"2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner"
2626
)
2727
author = "Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner"
2828

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-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/beta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/boostX_beta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/boostX_gamma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/boostY_beta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/boostY_gamma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/boostZ_beta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/boostZ_gamma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/boost_beta3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/boost_p4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/deltaRapidityPhi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/deltaRapidityPhi2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/dot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/equal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/gamma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/is_lightlike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/is_spacelike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/is_timelike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/isclose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/not_equal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/rapidity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/subtract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/t.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/t2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/tau.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/tau2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/to_beta3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/transform4D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/unit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/deltaphi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/dot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/equal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/is_antiparallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/is_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/is_perpendicular.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/isclose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/not_equal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/phi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/rho.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/rho2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/rotateZ.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/subtract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/transform2D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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/planar/unit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2023, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
1+
# Copyright (c) 2019-2024, Jonas Eschle, Jim Pivarski, Eduardo Rodrigues, and Henry Schreiner.
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)