From 9cb1ccbd2ff45ac0a7f26436fe5eab2703c8234d Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Thu, 21 Sep 2023 16:32:54 -0400 Subject: [PATCH] Update formatting and add license and copyright section Signed-off-by: Webster Mudge --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fe7448..5fa0596 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,24 @@ To agree, make sure to add line at the end of every git commit message, like thi Signed-off-by: John Doe ``` -TIP! Add the sign-off automatically when creating the commit via the `-s` flag, e.g. `git commit -s``. +TIP! Add the sign-off automatically when creating the commit via the `-s` flag, e.g. `git commit -s`. -[^1] https://ansible.readthedocs.io/projects/navigator/ \ No newline at end of file +[^1] https://ansible.readthedocs.io/projects/navigator/ + +## License and Copyright + +Copyright 2023, Cloudera, Inc. + +``` +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. +``` \ No newline at end of file