diff options
| -rw-r--r-- | LICENSE.txt | 5 | ||||
| -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. @@ -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. |