Skip to content

Commit

Permalink
[Tr] Bump copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
JNRowe committed Apr 14, 2021
1 parent 521d6dd commit b0b40b1
Show file tree
Hide file tree
Showing 39 changed files with 118 additions and 40 deletions.
6 changes: 4 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""conf - Sphinx configuration information."""
# Copyright © 2008-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2008-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down Expand Up @@ -82,7 +84,7 @@
project = 'upoints'

author = 'James Rowe'
copyright = f'2007-2020 {author}'
copyright = f'2007-2021 {author}'

version = '{major}.{minor}'.format_map(upoints._version.dict)
release = upoints._version.dotted
Expand Down
4 changes: 3 additions & 1 deletion edist.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#! /usr/bin/env python3
"""edist - Simple command line coordinate processing."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2020 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion extra/_edist
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#compdef edist edist.py
# edist - ZSH completion support for edist
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2018 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#! /usr/bin/env python3
"""setup.py - Setuptools tasks and config for upoints."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
# Petr Viktorin <encukou@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
# upoints is free software: you can redistribute it and/or modify it under the
Expand Down
4 changes: 3 additions & 1 deletion tests/grab_net_sources.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#! /usr/bin/env python3
"""grab_net_sources - Fetch sources for tests."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/mock_util.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""mock - Mock objects for doctest code snippets"""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test___init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test___init__ - Test package base"""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_baken.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_baken - Test baken support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_cellid.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_cellid - Test cellid support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_cities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_cities - Test cities support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_edist.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_edist - Test edist interface"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_geonames.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_geonames - Test geonames support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_gpx.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_gpx - Test gpx support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_kml.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_kml - Test kml support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_nmea.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_nmea - Test NMEA support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_osm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_osm - Test osm support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_point.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_point - Test point support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_trigpoints.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_trigpoints - Test trigpoints support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_tzdata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_tzdata - Test tzdata support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_utils - Test utility functions"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_weather_stations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_weather_stations - Test weather stations support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/test_xearth.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""test_xearth - Test xearth support"""
# Copyright © 2012-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2012-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""utils - Utilities for test support."""
# Copyright © 2013-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2013-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
datetime.time(20, 24)
"""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/baken.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""baken - Imports baken data files."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/cellid.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""cellid - Imports OpenCellID data files."""
# Copyright © 2008-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2008-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/cities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""cities - Imports GNU miscfiles cities data files."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/edist.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
of the semicolon.
"""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/geonames.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""geonames - Imports geonames.org data files."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/gpx.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""gpx - Imports GPS eXchange format data files."""
# Copyright © 2008-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2008-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/kml.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""kml - Imports KML data files."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/nmea.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""nmea - Imports GPS NMEA-formatted data files."""
# Copyright © 2008-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2008-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/osm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""osm - Imports OpenStreetMap data files.."""
# Copyright © 2008-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2008-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/point.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""point - Classes for working with locations on Earth."""
# Copyright © 2008-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2008-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/trigpoints.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""trigpoints - Imports trigpoint marker files."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/tzdata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""tzdata - Imports timezone data files from UNIX zoneinfo."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""utils - Support code for :mod:`upoints`."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
4 changes: 3 additions & 1 deletion upoints/weather_stations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
"""weather_stations - Imports weather station data files."""
# Copyright © 2007-2017 James Rowe <jnrowe@gmail.com>
# Copyright © 2007-2021 James Rowe <jnrowe@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of upoints.
#
Expand Down
Loading

0 comments on commit b0b40b1

Please sign in to comment.