Revision: 732 http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=732 Author: iank Date: 2024-01-03 05:17:23 -0500 (Wed, 03 Jan 2024) Log Message: ----------- make license consistently at the top
Modified Paths: -------------- trunk/sviki/fsf/bash-style-guide.mdwn Modified: trunk/sviki/fsf/bash-style-guide.mdwn =================================================================== --- trunk/sviki/fsf/bash-style-guide.mdwn 2024-01-02 13:51:53 UTC (rev 731) +++ trunk/sviki/fsf/bash-style-guide.mdwn 2024-01-03 10:17:23 UTC (rev 732) @@ -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) 2023 Free Software Foundation <sysad...@fsf.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. + # FSF Tech Team Bash style guide Contributions are welcome @@ -520,14 +530,3 @@ ``` \[[ $EUID == 0 ]] || exec sudo -E "${BASH_SOURCE[0]}" "$@" ``` - -# License - -Copying and distribution of this file, with or without modification, -are permitted in any medium and without royalty, provided that the copyright -notice and this notice are preserved. This file is offered as-is, -without any warranty. - -This GNU all-permissive license applies to all the files in this -directory. Note: -<https://www.gnu.org/licenses/license-recommendations.en.html>