From 437bffbf713d55d6a92bef3e27878c36fb6f6414 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 12 Mar 2011 00:21:33 +0100 Subject: [PATCH] tests/tests.sh: Add missing license. --- tests/tests.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/tests.sh b/tests/tests.sh index 21fa8f7..13735a0 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -1,6 +1,21 @@ #!/bin/sh # tlsproxy test "suite". +# +# Copyright (C) 2011 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 . # Handle empty $srcdir. -- 2.43.2