From 4fd0fbc071d719ffc672919f924c0b19e940ef03 Mon Sep 17 00:00:00 2001 From: shnee Date: Mon, 2 May 2022 15:16:42 -0400 Subject: [PATCH] Updated LICENSE and added .gitignore. --- .gitignore | 1 + LICENSE | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a8b42eb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.retry diff --git a/LICENSE b/LICENSE index f288702..cea250b 100644 --- a/LICENSE +++ b/LICENSE @@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - - Copyright (C) + An Ansible role that pulls information from /etc/os-release. + Copyright (C) 2022 Curtis Wilson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Copyright (C) + os_release_ansible_role Copyright (C) 2022 Curtis Wilson This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.