From aed820d0ba9839653cdd2969d535ca4686234304 Mon Sep 17 00:00:00 2001 From: Pierre Averous Date: Fri, 14 Jan 2022 15:18:00 +0100 Subject: [PATCH] chore(README): add LICENSE section to README and add CODEOWNERS file --- CODEOWNERS | 2 ++ README.md | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..3e5c5ca --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +# Github repository owners : +* @padok-team/library-gcp diff --git a/README.md b/README.md index 8283fdb..b5fa65f 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,28 @@ No modules. |------|-------------| | [zone\_id](#output\_zone\_id) | ID of the deployed DNS zone. | + +## License + +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) + +See [LICENSE](LICENSE) for full details. + +```text +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 + + https://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. +```