From 351c4b1bdd6207d170f36cc3d09b23d2158dac5a Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Sun, 5 Jan 2025 22:50:22 -0800 Subject: [PATCH] stuff --- pgdog-plugin/Cargo.toml | 1 + pgdog-plugin/LICENSE | 16 ++++++++++++++++ pgdog/Cargo.toml | 1 + LICENSE => pgdog/LICENSE | 0 4 files changed, 18 insertions(+) create mode 100644 pgdog-plugin/LICENSE rename LICENSE => pgdog/LICENSE (100%) diff --git a/pgdog-plugin/Cargo.toml b/pgdog-plugin/Cargo.toml index 097ae79..4398ac2 100644 --- a/pgdog-plugin/Cargo.toml +++ b/pgdog-plugin/Cargo.toml @@ -2,6 +2,7 @@ name = "pgdog-plugin" version = "0.1.0" edition = "2021" +license = "MIT" [lib] crate-type = ["rlib", "cdylib"] diff --git a/pgdog-plugin/LICENSE b/pgdog-plugin/LICENSE new file mode 100644 index 0000000..b1d8794 --- /dev/null +++ b/pgdog-plugin/LICENSE @@ -0,0 +1,16 @@ +Copyright 2025 Lev Kokotov + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +associated documentation files (the “Software”), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +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 OR COPYRIGHT HOLDERS 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. diff --git a/pgdog/Cargo.toml b/pgdog/Cargo.toml index d43b04b..1d3d217 100644 --- a/pgdog/Cargo.toml +++ b/pgdog/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" description = "Modern PostgreSQL proxy and pooler." authors = ["Lev Kokotov "] +license = "AGPL-3.0" [dependencies] pin-project = "1" diff --git a/LICENSE b/pgdog/LICENSE similarity index 100% rename from LICENSE rename to pgdog/LICENSE