Skip to content

Commit

Permalink
bump year to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
flopp committed Feb 19, 2023
1 parent e8da1e3 commit 883b77e
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2022 Florian Pigorsch & Contributors
Copyright (c) 2016-2023 Florian Pigorsch & Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,6 @@ E.g. use [Poedit](https://poedit.net/) or [Localise Online Editor](https://local
`msgfmt gpxposter.po -o gpxposter.mo`

## License
[MIT](https://github.com/flopp/GpxTrackPoster/blob/master/LICENSE) © 2016-2022 Florian Pigorsch
[MIT](https://github.com/flopp/GpxTrackPoster/blob/master/LICENSE) © 2016-2023 Florian Pigorsch

[strava-activity-type]: https://developers.strava.com/docs/reference/#api-models-ActivityType
2 changes: 1 addition & 1 deletion gpxtrackposter/calendar_drawer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Draw a calendar poster."""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/circular_drawer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Draw a circular Poster."""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/github_drawer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2020-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/grid_drawer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Draw a grid poster."""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/heatmap_drawer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Draw a heatmap poster."""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/localization.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/poster.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Create a poster from track data."""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/quantity_range.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/timezone_adjuster.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/track.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Create and maintain info about a given activity track (corresponding to one GPX file)."""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/track_loader.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Handle parsing of GPX files and writing/loading of cached data"""


# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/tracks_drawer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Contains the base class TracksDrawer, which other Drawers inherit from."""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/units.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Assorted utility methods for use in creating posters."""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/value_range.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Represent a range of numerical values"""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/xy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Represent x,y coords with properly overloaded operations."""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion gpxtrackposter/year_range.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Represent a range of years, with ability to update based on a track"""
# Copyright 2016-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion scripts/bump_year.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright 2018-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2018-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion scripts/check_copyright.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright 2018-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2018-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_readme.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright 2018-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2018-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_timezone_adjuster.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2020-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_track_loader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2020-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018-2022 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2018-2023 Florian Pigorsch & Contributors. All rights reserved.
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file.
Expand Down

0 comments on commit 883b77e

Please sign in to comment.