From a9cb40eb62e8806216bbe7b82852a32dc3907b96 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Sat, 23 Aug 2025 23:59:08 +0200 Subject: [PATCH 1/5] Add license Added a copyright notice and redistribution terms. --- LICENSE | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8f31c0c --- /dev/null +++ b/LICENSE @@ -0,0 +1,11 @@ +Copyright 2025 QuantCo Inc + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 1ac745669d733ba30fc5c3e98fb03e4abc3764a1 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Mon, 25 Aug 2025 13:30:45 +0200 Subject: [PATCH 2/5] exclude template/ from pre-commit --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1a7d46..4c59b89 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,5 @@ -exclude: ^(\.copier-answers\.yml)|.pixi$ +# TODO: remove template/ once https://github.com/prefix-dev/pixi/issues/4432 is resolved +exclude: ^(\.copier-answers\.yml)|.pixi|^template\/$ repos: - repo: local hooks: From 59f6533fdd40388473c74235641894f2dbf7355a Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Mon, 25 Aug 2025 13:31:14 +0200 Subject: [PATCH 3/5] fix --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c59b89..d4122df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ # TODO: remove template/ once https://github.com/prefix-dev/pixi/issues/4432 is resolved -exclude: ^(\.copier-answers\.yml)|.pixi|^template\/$ +exclude: ^(\.copier-answers\.yml)|.pixi|template\/$ repos: - repo: local hooks: From 9772d3ac003f2d99eb798591ff496ab5b877430c Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Mon, 25 Aug 2025 13:32:38 +0200 Subject: [PATCH 4/5] fix --- .github/CODEOWNERS | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e4573f9..4436d89 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @pavelzw +* @pavelzw @borchero diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4122df..8adad86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ # TODO: remove template/ once https://github.com/prefix-dev/pixi/issues/4432 is resolved -exclude: ^(\.copier-answers\.yml)|.pixi|template\/$ +exclude: ^(\.copier-answers\.yml)|template repos: - repo: local hooks: From ef2be4113820375d7c7a5718bee853403d9c5b75 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Mon, 1 Sep 2025 13:18:36 +0200 Subject: [PATCH 5/5] Use 0BSD --- LICENSE | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 8f31c0c..1b0a018 100644 --- a/LICENSE +++ b/LICENSE @@ -1,11 +1,5 @@ -Copyright 2025 QuantCo Inc +Copyright (C) 2025 by QuantCo Inc -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.