X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=blobdiff_plain;f=org-mode;h=701a5d16ace0e9ac024c51a3212f07316e1593a8;hp=c9d0b1ddb82547d84659220d3cb5495ffe82a836;hb=HEAD;hpb=65a0d6984b02937e49093c32c37b5cfbc26e3b79 diff --git a/org-mode b/org-mode index c9d0b1d..60a3a8c 100755 --- a/org-mode +++ b/org-mode @@ -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. @@ -13,6 +20,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + # git clone git://orgmode.org/org-mode.git # texinfo is all that is technically needed, but having tex for math is good