X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=org-mode;h=60a3a8c6f6c1a0c82c7f4a905af71a57ff5da163;hb=HEAD;hp=c9d0b1ddb82547d84659220d3cb5495ffe82a836;hpb=6aee7dbe350924175b21afe367ca37ddbc23c2f2;p=buildscripts 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