From bbe14a05e1a813df26f51903abb0d8bca004a1be Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 13 Aug 2018 19:47:33 -0400 Subject: [PATCH] Move the copyright/contributors notice into separate COPYING/AUTHORS files. --- AUTHORS | 4 ++++ COPYING | 20 ++++++++++++++++++++ bin/check_openvpn | 27 +-------------------------- 3 files changed, 25 insertions(+), 26 deletions(-) create mode 100644 AUTHORS create mode 100644 COPYING diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..30efbe2 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,4 @@ +* Andreas Stefl +* Alarig Le Lay, and +* Roland Wolters +* Michael Orlitzky diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..6876f1b --- /dev/null +++ b/COPYING @@ -0,0 +1,20 @@ +Copyright (c) 2018 Roland Wolters + +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. diff --git a/bin/check_openvpn b/bin/check_openvpn index dd931d6..a362e53 100755 --- a/bin/check_openvpn +++ b/bin/check_openvpn @@ -1,32 +1,7 @@ #!/usr/bin/env python - -# Check if an OpenVPN server runs on a given UDP or TCP port. -# -# (C) 2013, Roland Wolters # -# Contributors: -# - Andreas Stefl -# - Alarig Le Lay -# - Roland Wolters -# -# 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. +# Check if an OpenVPN server runs on a given UDP or TCP port. # -# 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. import os import sys