improve documentation
authorIan Kelling <iank@fsf.org>
Tue, 12 Dec 2023 19:03:59 +0000 (14:03 -0500)
committerIan Kelling <iank@fsf.org>
Tue, 12 Dec 2023 19:03:59 +0000 (14:03 -0500)
README
bash-bear

diff --git a/README b/README
index d6cac194ba17fc723c2c2cd0485cba6217bcc639..d161e94130da5aa882e0dfd8c24a2e22123c964a 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,14 @@
+Bash Bear Trap: error handling with stack traces.
+
 This is a small single file library. The documentation is in the
 comments.
 
-# Bash Bear Trap: error handling with stack traces.
+This was made by the the Free Software Foundation tech team. Please
+donate at https://www.fsf.org/ to help advance computer user freedom.
+
+Note: the FSF recommends copyleft licensing for programs > 300 lines, see
+https://www.gnu.org/licenses/license-recommendations.en.html.
+
 #
 # Copyright (C) 2023 Free Software Foundation <sysadmin@fsf.org>
 #
index e9285f0c4a97cf763f5a259e8ac40403a6c10b2b..d181d206fecae01eaecb12a446769343becbe402 100644 (file)
--- a/bash-bear
+++ b/bash-bear
@@ -4,8 +4,8 @@
 #
 # Copyright (C) 2023 Free Software Foundation <sysadmin@fsf.org>
 #
-# This license is used because it is < 300 lines of code, as recommended
-# at https://www.gnu.org/licenses/license-recommendations.en.html.
+# Note: the FSF recommends copyleft licensing for programs > 300 lines, see
+# https://www.gnu.org/licenses/license-recommendations.en.html.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.