From 0def7df825494bd7db6b23e74d947d0cecd56bba Mon Sep 17 00:00:00 2001 From: Arthur Berezin Date: Sat, 9 Jul 2022 17:07:42 +0300 Subject: [PATCH] Update license --- NOTICE | 13 +++++++++++++ README.md | 2 +- plugin.yaml | 14 ++++++++++++++ release.sh | 14 ++++++++++++++ 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..b4ef53b --- /dev/null +++ b/NOTICE @@ -0,0 +1,13 @@ + Copyright 2022 JovianX Ltd. + + 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. diff --git a/README.md b/README.md index 1894798..f465895 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,4 @@ $ helm --namespace nginx release pull nginx Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. ## License -This Project is unser the Apache 2.0 lisence agreement, see [LICENSE](https://github.com/JovianX/helm-release-plugin/blob/main/LICENSE) file for more details. \ No newline at end of file +This Project is licensed under the Apache 2.0 license agreement, see [LICENSE](https://github.com/JovianX/helm-release-plugin/blob/main/LICENSE) file for complete license agreement. \ No newline at end of file diff --git a/plugin.yaml b/plugin.yaml index 2785831..101e63c 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,3 +1,17 @@ +# Copyright 2022 JovianX Ltd. +# +# 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. + Name: "release" version: "0.1.0" usage: "pull or update Helm Releases" diff --git a/release.sh b/release.sh index 9ff24eb..06fc3d8 100755 --- a/release.sh +++ b/release.sh @@ -1,3 +1,17 @@ +# Copyright 2022 JovianX Ltd. +# +# 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. + #!/usr/bin/env bash # import library code