Skip to content

Commit

Permalink
update copyright year (#1060)
Browse files Browse the repository at this point in the history
* Happy New Year! 🎉

* Happy New Year! 🎉
  • Loading branch information
tomkralidis authored Jan 1, 2025
1 parent 0a81fab commit d597429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The MIT License (MIT)
=====================

Copyright © 2010-2024 Tom Kralidis
Copyright © 2011-2024 Angelos Tzotsos
Copyright © 2010-2025 Tom Kralidis
Copyright © 2011-2025 Angelos Tzotsos
Copyright © 2012-2015 Adam Hinz
Copyright © 2015-2021 Ricardo Garcia Silva

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Authors: Tom Kralidis <[email protected]>
#
# Copyright (c) 2024 Tom Kralidis
# Copyright (c) 2025 Tom Kralidis
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
Expand Down Expand Up @@ -77,7 +77,7 @@
project = u'pycsw'
authors = u'Tom Kralidis'
license = u'This work is licensed under a Creative Commons Attribution 4.0 International License'
copyright = u'2010-2024, ' + authors + ' ' + license
copyright = u'2010-2025, ' + authors + ' ' + license

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit d597429

Please sign in to comment.