Skip to content

Commit

Permalink
Public domain
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Mar 5, 2024
1 parent 967c63a commit 0e0b896
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 315 deletions.
202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,3 @@ Authors and acknowledgment
Contributors to this project are

* Sean Gillies <[email protected]>

License
-------

Apache License, Version 2.0.
24 changes: 24 additions & 0 deletions UNLICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <https://unlicense.org>
3 changes: 0 additions & 3 deletions docs/custom_theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
<footer class="md-footer">
<div class="md-footer-meta__inner md-grid">
<!-- Copyright and theme information -->
<div class="md-footer-copyright">
&copy; {{ build_date_utc.strftime('%Y') }} <a href='https://planet.com' title="Planet Labs PBC" target='_blank'>Planet Labs PBC</a>
</div>
<div class="md-footer-right">
powered by
<a href="https://www.mkdocs.org" title="MkDocs">MkDocs</a>
Expand Down
5 changes: 0 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,3 @@ Authors and acknowledgment
Contributors to this project are

* Sean Gillies <[email protected]>

License
-------

Apache License, Version 2.0.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ maintainers = [
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
]
keywords = [
"GeoJSON",
"GIS",
"CLI",
]
license = {text = "Apache License, Version 2.0"}
requires-python = ">=3.7"
dependencies = [
"click",
Expand Down
14 changes: 0 additions & 14 deletions src/fio_planet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
# fio_planet: a package of Fiona CLI plugins from Planet Labs.
#
# Copyright 2022 Planet Labs PBC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""fio_planet: Fiona CLI plugins from Planet Labs."""

Expand Down
14 changes: 0 additions & 14 deletions src/fio_planet/cli.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
# cli.py: command line interface.
#
# Copyright 2022 Planet Labs PBC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""Fiona CLI command plugins."""

Expand Down
14 changes: 0 additions & 14 deletions src/fio_planet/features.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
# geomcalc.py: module supporting "fio coords".
#
# Copyright 2022 Planet Labs PBC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""Operations on GeoJSON feature and geometry objects."""

Expand Down
14 changes: 0 additions & 14 deletions src/fio_planet/snuggs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@
# requirement has been removed and support for keyword arguments in
# expressions has been added.
#
# Copyright 2022 Planet Labs PBC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# The original license follows.
#
# Copyright (c) 2014 Mapbox
Expand Down
14 changes: 0 additions & 14 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
# CLI tests
#
# Copyright 2022 Planet Labs PBC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

from click.testing import CliRunner

Expand Down
14 changes: 0 additions & 14 deletions tests/test_mod.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
# Python module tests
#
# Copyright 2022 Planet Labs PBC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import json

Expand Down
Loading

0 comments on commit 0e0b896

Please sign in to comment.