Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-2025 Florian Pigorsch & Contributors
Copyright (c) 2016-2026 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 @@ -282,6 +282,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-2025 Florian Pigorsch
[MIT](https://github.com/flopp/GpxTrackPoster/blob/master/LICENSE) © 2016-2026 Florian Pigorsch

[strava-activity-type]: https://developers.strava.com/docs/reference/#api-models-ActivityType
2 changes: 1 addition & 1 deletion gpxtrackposter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Init"""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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.
2 changes: 1 addition & 1 deletion gpxtrackposter/calendar_drawer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Draw a calendar poster."""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Draw a circular Poster."""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,7 +1,7 @@
#!/usr/bin/env python
"""Entry point - cli.py"""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Exceptions"""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Draw a GitHub style poster."""

# Copyright 2020-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2020-2026 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,6 +1,6 @@
"""Draw a grid poster."""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Draw a heatmap poster."""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Localization helpers."""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Create a poster from track data."""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Represent a range of pint quantities"""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""TimezoneAdjuster"""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Create and maintain info about a given activity track (corresponding to one GPX file)."""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Handle parsing of GPX files and writing/loading of cached data"""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Contains the base class TracksDrawer, which other Drawers inherit from."""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Units"""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Assorted utility methods for use in creating posters."""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Represent a range of numerical values"""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Represent x,y values with properly overloaded operations."""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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,6 +1,6 @@
"""Represent a range of years, with ability to update based on a track"""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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
Expand Up @@ -2,7 +2,7 @@

"""Bump year"""

# Copyright 2018-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2018-2026 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
Expand Up @@ -2,7 +2,7 @@

"""Check copyright"""

# Copyright 2018-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2018-2026 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/fit2gpx.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2018-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2018-2026 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
Expand Up @@ -2,7 +2,7 @@

"""Update README"""

# Copyright 2018-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2018-2026 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/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Init tests"""

# Copyright 2016-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2016-2026 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.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""ConfTest"""

# Copyright 2022-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2022-2026 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_calendar_drawer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Several tests for CalendarDrawer"""

# Copyright 2022-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2022-2026 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_circular_drawer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Several tests for CircularDrawer"""

# Copyright 2021-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2021-2026 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_cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Several tests for entry point cli.py"""

# Copyright 2021-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2021-2026 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_github_drawer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Several tests for GithubDrawer"""

# Copyright 2022-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2022-2026 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_grid_drawer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Several tests for GridDrawer"""

# Copyright 2022-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2022-2026 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_heatmap_drawer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Several tests for HeatmapDrawer"""

# Copyright 2021-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2021-2026 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_localization.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Several tests for Localization"""

# Copyright 2021-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2021-2026 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_quantity_range.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Several tests for QuantityRange"""

# Copyright 2021-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2021-2026 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,6 +1,6 @@
"""Several tests for TimezoneAdjuster"""

# Copyright 2020-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2020-2026 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.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Several tests for Track"""

# Copyright 2022-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2022-2026 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,6 +1,6 @@
"""Several tests for TrackLoader"""

# Copyright 2020-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2020-2026 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,6 +1,6 @@
"""Several tests for utils"""

# Copyright 2018-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2018-2026 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_value_range.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Several tests for ValueRange"""

# Copyright 2021-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2021-2026 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_xy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations

# Copyright 2021-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2021-2026 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_year_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from gpxtrackposter.year_range import YearRange

# Copyright 2021-2025 Florian Pigorsch & Contributors. All rights reserved.
# Copyright 2021-2026 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
Loading