Commit Diff


commit - 4b968d3f4aef34855018c2557101fe6ba83ac96c
commit + 8b145b67f855d242dc8a87df9c98c44ba56cd59f
blob - c19a81644984037a421729f95905b96f61c648e6
blob + 4d03f1c432cdcf3e26bc5f4ebffdc16893123573
--- Makefile
+++ Makefile
@@ -16,7 +16,7 @@
 .POSIX:
 PREFIX:=/usr/local
 SHELLS=ksh93 ksh yash sh
-UTILITY_VERSION=0.0.9
+UTILITY_VERSION=0.1.0
 UTILITY=$(PWD)/r7
 # To use the test suite, please edit or use environment for SSH parameters
 # SSH_ID=/path/to/.ssh/id_ed25519
blob - 1e77d536d82a6a3b43cb878d20876d60503ff487
blob + bd81cc502bd8ddf215fe1577fc211cbb83a3b14b
--- README.md
+++ README.md
@@ -1304,3 +1304,27 @@ import HOST
 - The HTML output is a work in progress.
 
 ---
+
+## License
+
+The project is shared under the terms of the ISC license. Any version previous
+`0.1.0` needs to be considered obsolete and should not be redistributed. History
+in the GIT repository is kept for transparency purpose only.
+
+Below is a copy of the applicable license:
+
+    ISC License
+
+    Copyright 2025 xs <xs@inda.re>
+
+    Permission to use, copy, modify, and/or distribute this software for any
+    purpose with or without fee is hereby granted, provided that the above
+    copyright notice and this permission notice appear in all copies.
+
+    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+    REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+    FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+    INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+    LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+    OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+    PERFORMANCE OF THIS SOFTWARE.
blob - 1762fb2b4e6cc9cacb48f26017764d807ffc699d
blob + 2338fce515dcdb823af26725578f22e3b139e035
--- index.md
+++ index.md
@@ -22,7 +22,7 @@ currently used as deployment and automation gear for `
 
 ### Tarball
 
-- [v0.0.9](https://inda.re/r7/releases/r7-0.0.9.tar.gz)
+- [v0.1.0](https://inda.re/r7/releases/r7-0.1.0.tar.gz)
 - [latest](https://inda.re/r7/releases/r7-latest.tar.gz)
 
 ## Documentation
blob - dc72e8058000f291b7ce762fbd0fd6d8942a69ac
blob + 6d2b3e43afa13b06302fe7b6e8d4df7642f5a08f
--- r7
+++ r7
@@ -17,7 +17,7 @@
 # shellcheck disable=SC2046,SC2031
 # Global configuration
 # ====================
-VERSION=0.0.9
+VERSION=0.1.0
 : "${HOSTNAME:=$(uname -n)}"
 
 # shellcheck disable=SC2031
blob - 4fa538aa3f171716dccf6969809732ab96c023ec
blob + abd7f794a977f5f38795c68fc6200c2879e14e9f
--- r7.1
+++ r7.1
@@ -1,7 +1,7 @@
 '\" t
 .\" Automatically generated by Pandoc 3.6.2
 .\"
-.TH "R7" "1" "Tue Jun 3 2025" "v0.0.9" "User Manual"
+.TH "R7" "1" "Tue Jun 3 2025" "v0.1.0" "User Manual"
 .SS Tutorial
 .SS Introduction
 R7 is a configuration management framework made to configure nodes with
@@ -1459,3 +1459,28 @@ Optional dependencies are openrsync, rsync, column, gr
 The HTML output is a work in progress.
 .PP
    *   *   *   *   *
+.SS License
+The project is shared under the terms of the ISC license.
+Any version previous \f[CR]0.1.0\f[R] needs to be considered obsolete
+and should not be redistributed.
+History in the GIT repository is kept for transparency purpose only.
+.PP
+Below is a copy of the applicable license:
+.IP
+.EX
+ISC License
+
+Copyright 2025 xs <xs\[at]inda.re>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED \[dq]AS IS\[dq] AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
+.EE