zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 74de3943d89b396afb9fb76fccdafe7315b38a65
parent 077d300d098b0d4f396bddbbb4e61dffda6bbf41
Author: srfsh <dev@srf.sh>
Date:   Tue, 19 Jul 2022 12:39:49 +0300

mann: prepend license info

Diffstat:
Mmann | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/mann b/mann @@ -1,5 +1,22 @@ #!/bin/sh +# Zenflows is designed to implement the Valueflows vocabulary, +# written and maintained by srfsh <info@dyne.org>. +# Copyright (C) 2021-2022 Dyne.org foundation <foundation@dyne.org>. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. + set -e progname=$(basename "$0")