From: Ian Kelling Date: Tue, 12 Dec 2023 19:03:59 +0000 (-0500) Subject: improve documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9f45f30b95d5cbd333f842eca1ec9d9ca309c4a4;p=errhandle.git improve documentation --- diff --git a/README b/README index d6cac19..d161e94 100644 --- 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 # diff --git a/bash-bear b/bash-bear index e9285f0..d181d20 100644 --- a/bash-bear +++ b/bash-bear @@ -4,8 +4,8 @@ # # Copyright (C) 2023 Free Software Foundation # -# 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.