From a96e7b507fd757e61981ceec01d28203c45a39cd Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 6 Aug 2013 22:43:52 +0200 Subject: [PATCH] README: Add author and license sections. --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README b/README index 83b2442..4347b9b 100644 --- a/README +++ b/README @@ -97,3 +97,30 @@ KNOWN ISSUES - Firefox (at least Iceweasel 3.5.16 on Debian) fails to load the error page sent with the "invalid" certificate once the certificate has been accepted. As the user shouldn't accept the invalid certificate this is a minor issue. + + +AUTHORS +------- + +Written by Simon Ruderich . + + +LICENSE +------- + +tlsproxy is licensed under GPL version 3 or later. + +Copyright (C) 2011-2013 Simon Ruderich + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . -- 2.43.2