From 883b77ea2b2913d889d9188f2bee07476da92a69 Mon Sep 17 00:00:00 2001 From: Florian Pigorsch Date: Sun, 19 Feb 2023 11:47:51 +0100 Subject: [PATCH] bump year to 2023 --- LICENSE | 2 +- README.md | 2 +- gpxtrackposter/calendar_drawer.py | 2 +- gpxtrackposter/circular_drawer.py | 2 +- gpxtrackposter/cli.py | 2 +- gpxtrackposter/exceptions.py | 2 +- gpxtrackposter/github_drawer.py | 2 +- gpxtrackposter/grid_drawer.py | 2 +- gpxtrackposter/heatmap_drawer.py | 2 +- gpxtrackposter/localization.py | 2 +- gpxtrackposter/poster.py | 2 +- gpxtrackposter/quantity_range.py | 2 +- gpxtrackposter/timezone_adjuster.py | 2 +- gpxtrackposter/track.py | 2 +- gpxtrackposter/track_loader.py | 2 +- gpxtrackposter/tracks_drawer.py | 2 +- gpxtrackposter/units.py | 2 +- gpxtrackposter/utils.py | 2 +- gpxtrackposter/value_range.py | 2 +- gpxtrackposter/xy.py | 2 +- gpxtrackposter/year_range.py | 2 +- scripts/bump_year.py | 2 +- scripts/check_copyright.py | 2 +- scripts/update_readme.py | 2 +- tests/test_timezone_adjuster.py | 2 +- tests/test_track_loader.py | 2 +- tests/test_utils.py | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/LICENSE b/LICENSE index 8609a00..5f2897c 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 82b88a3..0ab891c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gpxtrackposter/calendar_drawer.py b/gpxtrackposter/calendar_drawer.py index d6d5eb5..e5ed5b7 100644 --- a/gpxtrackposter/calendar_drawer.py +++ b/gpxtrackposter/calendar_drawer.py @@ -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. diff --git a/gpxtrackposter/circular_drawer.py b/gpxtrackposter/circular_drawer.py index 421678f..ebd7d25 100644 --- a/gpxtrackposter/circular_drawer.py +++ b/gpxtrackposter/circular_drawer.py @@ -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. diff --git a/gpxtrackposter/cli.py b/gpxtrackposter/cli.py index e5106f2..392321c 100755 --- a/gpxtrackposter/cli.py +++ b/gpxtrackposter/cli.py @@ -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. diff --git a/gpxtrackposter/exceptions.py b/gpxtrackposter/exceptions.py index 08ce234..8974e84 100644 --- a/gpxtrackposter/exceptions.py +++ b/gpxtrackposter/exceptions.py @@ -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. diff --git a/gpxtrackposter/github_drawer.py b/gpxtrackposter/github_drawer.py index 274b23f..72b9fff 100644 --- a/gpxtrackposter/github_drawer.py +++ b/gpxtrackposter/github_drawer.py @@ -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. diff --git a/gpxtrackposter/grid_drawer.py b/gpxtrackposter/grid_drawer.py index f8d9c16..bacec3e 100644 --- a/gpxtrackposter/grid_drawer.py +++ b/gpxtrackposter/grid_drawer.py @@ -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. diff --git a/gpxtrackposter/heatmap_drawer.py b/gpxtrackposter/heatmap_drawer.py index d6664df..fdb7961 100644 --- a/gpxtrackposter/heatmap_drawer.py +++ b/gpxtrackposter/heatmap_drawer.py @@ -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. diff --git a/gpxtrackposter/localization.py b/gpxtrackposter/localization.py index c82ba60..9af7f57 100644 --- a/gpxtrackposter/localization.py +++ b/gpxtrackposter/localization.py @@ -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. diff --git a/gpxtrackposter/poster.py b/gpxtrackposter/poster.py index cb4a7cf..50d6b5e 100644 --- a/gpxtrackposter/poster.py +++ b/gpxtrackposter/poster.py @@ -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. diff --git a/gpxtrackposter/quantity_range.py b/gpxtrackposter/quantity_range.py index 7f7be0b..bf3388f 100644 --- a/gpxtrackposter/quantity_range.py +++ b/gpxtrackposter/quantity_range.py @@ -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. diff --git a/gpxtrackposter/timezone_adjuster.py b/gpxtrackposter/timezone_adjuster.py index c306e8b..51c7c39 100644 --- a/gpxtrackposter/timezone_adjuster.py +++ b/gpxtrackposter/timezone_adjuster.py @@ -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. diff --git a/gpxtrackposter/track.py b/gpxtrackposter/track.py index fd31834..43d8674 100644 --- a/gpxtrackposter/track.py +++ b/gpxtrackposter/track.py @@ -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. diff --git a/gpxtrackposter/track_loader.py b/gpxtrackposter/track_loader.py index be830e5..3201e18 100644 --- a/gpxtrackposter/track_loader.py +++ b/gpxtrackposter/track_loader.py @@ -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. diff --git a/gpxtrackposter/tracks_drawer.py b/gpxtrackposter/tracks_drawer.py index da1e536..89a627b 100644 --- a/gpxtrackposter/tracks_drawer.py +++ b/gpxtrackposter/tracks_drawer.py @@ -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. diff --git a/gpxtrackposter/units.py b/gpxtrackposter/units.py index 937eea0..52c3ed7 100644 --- a/gpxtrackposter/units.py +++ b/gpxtrackposter/units.py @@ -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. diff --git a/gpxtrackposter/utils.py b/gpxtrackposter/utils.py index b0d76db..9160df6 100644 --- a/gpxtrackposter/utils.py +++ b/gpxtrackposter/utils.py @@ -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. diff --git a/gpxtrackposter/value_range.py b/gpxtrackposter/value_range.py index 0e5f04a..672c755 100644 --- a/gpxtrackposter/value_range.py +++ b/gpxtrackposter/value_range.py @@ -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. diff --git a/gpxtrackposter/xy.py b/gpxtrackposter/xy.py index 385a888..859d4f9 100644 --- a/gpxtrackposter/xy.py +++ b/gpxtrackposter/xy.py @@ -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. diff --git a/gpxtrackposter/year_range.py b/gpxtrackposter/year_range.py index 2c57c2b..e3c4dbd 100644 --- a/gpxtrackposter/year_range.py +++ b/gpxtrackposter/year_range.py @@ -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. diff --git a/scripts/bump_year.py b/scripts/bump_year.py index 179046b..abea79f 100755 --- a/scripts/bump_year.py +++ b/scripts/bump_year.py @@ -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. diff --git a/scripts/check_copyright.py b/scripts/check_copyright.py index e62ceea..2dae83c 100755 --- a/scripts/check_copyright.py +++ b/scripts/check_copyright.py @@ -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. diff --git a/scripts/update_readme.py b/scripts/update_readme.py index 4c9d628..ea094da 100755 --- a/scripts/update_readme.py +++ b/scripts/update_readme.py @@ -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. diff --git a/tests/test_timezone_adjuster.py b/tests/test_timezone_adjuster.py index 4805a23..73626f6 100644 --- a/tests/test_timezone_adjuster.py +++ b/tests/test_timezone_adjuster.py @@ -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. diff --git a/tests/test_track_loader.py b/tests/test_track_loader.py index 0d6301a..2868304 100644 --- a/tests/test_track_loader.py +++ b/tests/test_track_loader.py @@ -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. diff --git a/tests/test_utils.py b/tests/test_utils.py index e5e0ccd..3573ac9 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -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.