From c514a973b9fcd6df6a35bfc708816aafee5e9a99 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 20 Jul 2023 21:01:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20(flatpak-sync)=20Add=20license?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flatpak-sync/LICENSE.org | 7 +++++++ flatpak-sync/flatpak-sync.sh | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 flatpak-sync/LICENSE.org diff --git a/flatpak-sync/LICENSE.org b/flatpak-sync/LICENSE.org new file mode 100644 index 0000000..0bd936f --- /dev/null +++ b/flatpak-sync/LICENSE.org @@ -0,0 +1,7 @@ +Copyright 2023 Marcel Kapfer + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/flatpak-sync/flatpak-sync.sh b/flatpak-sync/flatpak-sync.sh index 3787028..8e826a9 100755 --- a/flatpak-sync/flatpak-sync.sh +++ b/flatpak-sync/flatpak-sync.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash +# +# flatpak-sync is an easy approach for declaring the installed flatpak apps. +# +# 2023 (c) Marcel Kapfer +# Licensed under the MIT License set -euo pipefail