aboutsummaryrefslogtreecommitdiffstats
path: root/dmvpn-ca
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-02-18 22:14:29 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-02-18 22:14:45 +0200
commitb4942b772369dde1e6602923d2d12250c711cd67 (patch)
tree1038c1c508b79fa056c02a68d0573adfb9d65f77 /dmvpn-ca
parent6a39747dbd04a371cf113a3314dd709765ac2795 (diff)
downloaddmvpn-tools-b4942b772369dde1e6602923d2d12250c711cd67.tar.bz2
dmvpn-tools-b4942b772369dde1e6602923d2d12250c711cd67.tar.xz
update IPR notices
Diffstat (limited to 'dmvpn-ca')
-rwxr-xr-xdmvpn-ca26
1 files changed, 5 insertions, 21 deletions
diff --git a/dmvpn-ca b/dmvpn-ca
index 7e0a57d..2732e87 100755
--- a/dmvpn-ca
+++ b/dmvpn-ca
@@ -3,27 +3,11 @@
--[[
Certificate Authority tool for Dynamic Multipoint VPN
-Copyright (C) 2014-2017 Kaarle Ritvanen
-Copyright (C) 2015 Timo Teräs
-Copyright (C) 2017 Natanael Copa
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+Copyright (c) 2014-2018 Kaarle Ritvanen
+Copyright (c) 2015 Timo Teräs
+Copyright (c) 2017 Natanael Copa
+
+See LICENSE file for license details
]]--
conf_file = io.open(os.getenv('DMVPN_CA_CONF') or '/etc/dmvpn-ca.conf')