Skip to content

Commit 0c705bb

Browse files
committed
Update missing copyright lines
1 parent 04b8f3f commit 0c705bb

22 files changed

+22
-22
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# Copyright (c) 2020 Tom Kralidis
99
# Copyright (c) 2019 Just van den Broecke
10-
# Copyright (c) 2020 Francesco Bartoli
10+
# Copyright (c) 2025 Francesco Bartoli
1111
# Copyright (c) 2024 Angelos Tzotsos
1212
# Copyright (c) 2023 Bernhard Mallinger
1313
#

docker/default.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Copyright (c) 2019 Just van den Broecke
88
# Copyright (c) 2020 Tom Kralidis
9-
# Copyright (c) 2020 Francesco Bartoli
9+
# Copyright (c) 2025 Francesco Bartoli
1010
#
1111
# Permission is hereby granted, free of charge, to any person
1212
# obtaining a copy of this software and associated documentation

pygeoapi/django_/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Krishna Lodha <[email protected]>
66
# Tom Kralidis <[email protected]>
77
#
8-
# Copyright (c) 2022 Francesco Bartoli
8+
# Copyright (c) 2025 Francesco Bartoli
99
# Copyright (c) 2022 Luca Delucchi
1010
# Copyright (c) 2022 Krishna Lodha
1111
# Copyright (c) 2022 Tom Kralidis

pygeoapi/django_/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Krishna Lodha <[email protected]>
66
# Tom Kralidis <[email protected]>
77
#
8-
# Copyright (c) 2022 Francesco Bartoli
8+
# Copyright (c) 2025 Francesco Bartoli
99
# Copyright (c) 2022 Luca Delucchi
1010
# Copyright (c) 2022 Krishna Lodha
1111
# Copyright (c) 2024 Tom Kralidis

pygeoapi/django_/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Krishna Lodha <[email protected]>
66
# Tom Kralidis <[email protected]>
77
#
8-
# Copyright (c) 2022 Francesco Bartoli
8+
# Copyright (c) 2025 Francesco Bartoli
99
# Copyright (c) 2022 Luca Delucchi
1010
# Copyright (c) 2022 Krishna Lodha
1111
# Copyright (c) 2025 Tom Kralidis

pygeoapi/django_/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Krishna Lodha <[email protected]>
66
# Tom Kralidis <[email protected]>
77
#
8-
# Copyright (c) 2022 Francesco Bartoli
8+
# Copyright (c) 2025 Francesco Bartoli
99
# Copyright (c) 2022 Luca Delucchi
1010
# Copyright (c) 2022 Krishna Lodha
1111
# Copyright (c) 2022 Tom Kralidis

pygeoapi/django_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Krishna Lodha <[email protected]>
66
# Tom Kralidis <[email protected]>
77
#
8-
# Copyright (c) 2022 Francesco Bartoli
8+
# Copyright (c) 2025 Francesco Bartoli
99
# Copyright (c) 2022 Luca Delucchi
1010
# Copyright (c) 2022 Krishna Lodha
1111
# Copyright (c) 2022 Tom Kralidis

pygeoapi/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Authors: Francesco Bartoli <[email protected]>
44
#
5-
# Copyright (c) 2021 Francesco Bartoli
5+
# Copyright (c) 2025 Francesco Bartoli
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation

pygeoapi/models/provider/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Francesco Bartoli <[email protected]>
77
#
88
# Copyright (c) 2022 Antonio Cerciello
9-
# Copyright (c) 2023 Francesco Bartoli
9+
# Copyright (c) 2025 Francesco Bartoli
1010
#
1111
# Permission is hereby granted, free of charge, to any person
1212
# obtaining a copy of this software and associated documentation

pygeoapi/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Authors: Ricardo Garcia Silva <[email protected]>
66
#
77
# Copyright (c) 2024 Tom Kralidis
8-
# Copyright (c) 2022 Francesco Bartoli
8+
# Copyright (c) 2025 Francesco Bartoli
99
# Copyright (c) 2023 Ricardo Garcia Silva
1010
#
1111
# Permission is hereby granted, free of charge, to any person

0 commit comments

Comments
 (0)