From b9f539bc5b9ec4a4e339476c493812de8e7e0e56 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Fri, 25 Mar 2022 21:59:31 +0000 Subject: [PATCH] legal notice --- functions.sh | 20 ++++++++++++++++++++ miria-find | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/functions.sh b/functions.sh index 69a60bb..b68e2f0 100755 --- a/functions.sh +++ b/functions.sh @@ -1,3 +1,23 @@ +################################################################################ +# Copyright 2022 Antonin Portelli +# +# This file is part of miria-cli. +# +# miria-cli is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any +# later version. +# +# miria-cli is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# miria-cli. If not, see . +################################################################################ + +# Functions used in miria-cli commands ######################################### + ####################################### # Print error message # diff --git a/miria-find b/miria-find index fae5175..02e86dd 100755 --- a/miria-find +++ b/miria-find @@ -1,3 +1,21 @@ +################################################################################ +# Copyright 2022 Antonin Portelli +# +# This file is part of miria-cli. +# +# miria-cli is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any +# later version. +# +# miria-cli is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# miria-cli. If not, see . +################################################################################ + #!/usr/bin/env bash set -uoe pipefail