diff --git a/COPYRIGHT.md b/COPYRIGHT.md deleted file mode 100644 index 12a14c8..0000000 --- a/COPYRIGHT.md +++ /dev/null @@ -1,6 +0,0 @@ -# Intellectual Property Notice - -Copyright (c) 2022 Cow Services Lda - -Except as otherwise noted (below and/or in individual files), this project is licensed under -the Apache License, Version 2.0 ([`LICENSE-APACHE`](LICENSE-APACHE) or ). diff --git a/dune_client/file/interface.py b/dune_client/file/interface.py index 1d65896..d81c7e9 100644 --- a/dune_client/file/interface.py +++ b/dune_client/file/interface.py @@ -41,7 +41,7 @@ def _write( skip_empty: bool, ) -> None: # The following three lines are duplicated in _append, due to python version compatibility - # https://github.com/cowprotocol/dune-client/issues/45 + # https://github.com/duneanalytics/dune-client/issues/45 # We will continue to support python < 3.10 until ~3.13, this issue will remain open. if skip_empty and len(data) == 0: logger.info(f"Nothing to write to {writer.filename}... skipping") diff --git a/tests/unit/test_models.py b/tests/unit/test_models.py index 2577154..c16a08a 100644 --- a/tests/unit/test_models.py +++ b/tests/unit/test_models.py @@ -129,7 +129,7 @@ def test_parse_status_response(self): ) def test_parse_known_status_response(self): - # For context: https://github.com/cowprotocol/dune-client/issues/22 + # For context: https://github.com/duneanalytics/dune-client/issues/22 response = { "execution_id": "01GES18035K5C4GDTY12Q79GBD", "query_id": 1317323,