aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2025-12-13 12:20:22 -0500
committerSteph Enders <steph@senders.io>2025-12-13 12:20:22 -0500
commit265ef114cba60a814b543ee7e0fb37f518f62f64 (patch)
tree547335cac913fd887aee26a47d4efe06394585e3
parent0f27a01063eb0d08445a82ba5a9380b3c490ffd8 (diff)
Add license and move documentation to its own folder
-rw-r--r--LICENSE.txt5
-rw-r--r--docs/ssync.1 (renamed from ssync.1)14
-rw-r--r--docs/ssync.5 (renamed from ssync.5)0
3 files changed, 14 insertions, 5 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..fae5529
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,5 @@
+Copyright (c) 2025 Steph Enders <steph AT senders DOT io>
+
+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.
diff --git a/ssync.1 b/docs/ssync.1
index ae1c79d..c6571c8 100644
--- a/ssync.1
+++ b/docs/ssync.1
@@ -1,4 +1,4 @@
-.TH ssync 1
+.TH ssync 1 "December 2025" "2.0.0"
.SH NAME
ssync
.SH SYNOPSIS
@@ -17,12 +17,16 @@ Fetching backend: sftp (default) / rsync
.BR \-v " verbose logging"
.TP
.BR \-h " print this message"
-.SH AUTHOR
-Written by Steph Enders
.SH SEE ALSO
.MR ssync 5
.MR ssync-index 1
.MR ssync-queue 1
.MR ssync-fetch 1
-
-
+.SH REPOSITORY
+.UR https://git.senders.io/utils/ssync.git
+.UE
+.SH AUTHORS
+Steph Enders
+.MT steph@senders.io
+.ME
+ssync is open source licensed under the ISC license. See LICENSE.txt for full copyright information.
diff --git a/ssync.5 b/docs/ssync.5
index f12319b..f12319b 100644
--- a/ssync.5
+++ b/docs/ssync.5