Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

updating copyright notice #143

Closed
wants to merge 1 commit into from
Closed
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 examples/overpassify_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright 2015-2018 Martijn van Exel.
# Copyright 2015-2012 Martijn van Exel and Project Contributors
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.
Expand Down
2 changes: 1 addition & 1 deletion examples/readme_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright 2015-2018 Martijn van Exel.
# Copyright 2015-2012 Martijn van Exel and Project Contributors
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.
Expand Down
2 changes: 1 addition & 1 deletion examples/turn_restriction_relations_as_list.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright 2015-2018 Martijn van Exel.
# Copyright 2015-2012 Martijn van Exel and Project Contributors
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.
Expand Down
2 changes: 1 addition & 1 deletion examples/unique_users_for_area.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright 2015-2018 Martijn van Exel.
# Copyright 2015-2012 Martijn van Exel and Project Contributors
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.
Expand Down
2 changes: 1 addition & 1 deletion overpass/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright 2015-2018 Martijn van Exel.
# Copyright 2015-2012 Martijn van Exel and Project Contributors
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.
Expand Down
2 changes: 1 addition & 1 deletion overpass/api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015-2018 Martijn van Exel.
# Copyright 2015-2012 Martijn van Exel and Project Contributors
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.
Expand Down
2 changes: 1 addition & 1 deletion overpass/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015-2018 Martijn van Exel.
# Copyright 2015-2012 Martijn van Exel and Project Contributors
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.
Expand Down
2 changes: 1 addition & 1 deletion overpass/queries.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright 2015-2018 Martijn van Exel.
# Copyright 2015-2012 Martijn van Exel and Project Contributors
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.
Expand Down
2 changes: 1 addition & 1 deletion overpass/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015-2018 Martijn van Exel.
# Copyright 2015-2012 Martijn van Exel and Project Contributors
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015-2018 Martijn van Exel.
# Copyright 2015-2012 Martijn van Exel and Project Contributors
# This file is part of the overpass-api-python-wrapper project
# which is licensed under Apache 2.0.
# See LICENSE.txt for the full license text.
Expand Down