update license notice
[tee-unique] / README
1 # I, Ian Kelling, follow the GNU license recommendations at
2 # https://www.gnu.org/licenses/license-recommendations.en.html. They
3 # recommend that small programs, < 300 lines, be licensed under the
4 # Apache License 2.0. This file contains or is part of one or more small
5 # programs. If a small program grows beyond 300 lines, I plan to switch
6 # its license to GPL.
7
8 # Copyright 2024 Ian Kelling
9
10 # Licensed under the Apache License, Version 2.0 (the "License");
11 # you may not use this file except in compliance with the License.
12 # You may obtain a copy of the License at
13
14 # http://www.apache.org/licenses/LICENSE-2.0
15
16 # Unless required by applicable law or agreed to in writing, software
17 # distributed under the License is distributed on an "AS IS" BASIS,
18 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 # See the License for the specific language governing permissions and
20 # limitations under the License.
21
22 The main documentation is availiable via --help and near the top of the bash
23 script file in this directory.
24
25 The script file can be stripped of the last line and used as a function
26 instead of a script.
27
28 Please email me if you have a patches, bugs, feedback, or republish this
29 somewhere else: Ian Kelling <ian@iankelling.org>.