Skip to content

Commit 4bd0464

Browse files
committed
MNT: Copyright to 2024
1 parent c7939df commit 4bd0464

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2006-2018, Jeffrey Whitaker.
2-
Copyright (c) 2019-2023, Open source contributors.
2+
Copyright (c) 2019-2024, Open source contributors.
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of
55
this software and associated documentation files (the "Software"), to deal in

docs/conf.py

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

3434
# General information about the project.
3535
project = "pyproj"
36-
copyright = "2006-2018, Jeffrey Whitaker; 2019-2023, Open source contributors"
36+
copyright = "2006-2018, Jeffrey Whitaker; 2019-2024, Open source contributors"
3737
author = "Jeffrey Whitaker"
3838

3939
version = release = importlib.metadata.version("pyproj")

pyproj/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Contact: Jeffrey Whitaker <jeffrey.s.whitaker@noaa.gov>
1010
1111
Copyright (c) 2006-2018, Jeffrey Whitaker.
12-
Copyright (c) 2019-2023, Open source contributors.
12+
Copyright (c) 2019-2024, Open source contributors.
1313
1414
Permission is hereby granted, free of charge, to any person obtaining a copy of
1515
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)