add missing license info master
authorIan Kelling <iank@fsf.org>
Tue, 16 Apr 2024 05:29:07 +0000 (01:29 -0400)
committerIan Kelling <iank@fsf.org>
Tue, 16 Apr 2024 05:29:07 +0000 (01:29 -0400)
README
cedit
test/test

diff --git a/README b/README
index 279bfe33d196aab652b5e7999806054a038540de..88bd451fc7a92cb7c27f1b4f0276a9a59e8c5959 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,13 @@
+The following is the GNU All-permissive License as recommended in
+<https://www.gnu.org/licenses/license-recommendations.en.html>
+
+Copyright (C) 2024 Ian Kelling <ian@iankelling.org>
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without any warranty.
+
 The main documentation is availiable via --help and near the top of the
 bash script file next to this file.
 
diff --git a/cedit b/cedit
index 09d7b824df54f2c29075d7feb248804e70b34e64..1cfa5803c08cdb13945b8ae81fa882f747bcfc89 100755 (executable)
--- a/cedit
+++ b/cedit
@@ -1,5 +1,12 @@
 #!/bin/bash
-# Copyright (C) 2016 Ian Kelling
+# I, Ian Kelling, follow the GNU license recommendations at
+# https://www.gnu.org/licenses/license-recommendations.en.html. They
+# recommend that small programs, < 300 lines, be licensed under the
+# Apache License 2.0. This file contains or is part of one or more small
+# programs. If a small program grows beyond 300 lines, I plan to switch
+# its license to GPL.
+
+# Copyright 2024 Ian Kelling
 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 76eaea49e4619b9f4f334bfb2d25d66edeb03f38..63c2f65319e43bd0cbeee224ca88ca71cc934204 100755 (executable)
--- a/test/test
+++ b/test/test
@@ -1,4 +1,25 @@
 #!/bin/bash
+# I, Ian Kelling, follow the GNU license recommendations at
+# https://www.gnu.org/licenses/license-recommendations.en.html. They
+# recommend that small programs, < 300 lines, be licensed under the
+# Apache License 2.0. This file contains or is part of one or more small
+# programs. If a small program grows beyond 300 lines, I plan to switch
+# its license to GPL.
+
+# Copyright 2024 Ian Kelling
+
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+
+#     http://www.apache.org/licenses/LICENSE-2.0
+
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 
 cd $(mktemp -d)