improve license notices
[vpn-setup] / 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 Setup openvpn client & server
23
24 For a general purpose script, I would recommend
25 https://github.com/Angristan/openvpn-install instead of this, but this
26 should still work for other people if they want to try.
27
28 The main documentation is availiable via --help and near the top of the bash
29 script files which sit next to this file.
30
31 Please email me if you have a patches, bugs, feedback, or republish this
32 somewhere else: Ian Kelling <ian@iankelling.org>.