From b92494776068729edd99aa91485fa8bc5c9906d7 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Mon, 28 Mar 2022 17:51:00 -0400 Subject: [PATCH] Added a better description and license --- bboard.sh | 11 +++++++++++ com.sh | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/bboard.sh b/bboard.sh index 63ecd6a..08d87d0 100755 --- a/bboard.sh +++ b/bboard.sh @@ -1,5 +1,16 @@ #!/bin/bash +# bboard.sh +# This program loads the SDF bboard program remotely over the Secure Shell (SSH) protocol +# Copyright (C) 2022 Scott C. MacCallum +# scm@sdf.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 . + mosh scm@sdf.org bboard exit 0 diff --git a/com.sh b/com.sh index e6db160..bf4c02e 100755 --- a/com.sh +++ b/com.sh @@ -1,5 +1,16 @@ #!/bin/bash +# com.sh +# This program loads the SDF com program remotely over the Secure Shell (SSH) protocol +# Copyright (C) 2022 Scott C. MacCallum +# scm@sdf.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 . + mosh scm@sdf.org com exit 0