From e6bbfa7a6223445a3cec6418c9bc23089c05f747 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sat, 10 Oct 2015 01:11:08 +0300 Subject: [PATCH] Updated license in new files --- src/rand.c | 5 +---- src/rand.h | 5 +---- tests/test_rand.c | 5 +---- tests/test_scram.c | 5 +---- 4 files changed, 4 insertions(+), 16 deletions(-) diff --git a/src/rand.c b/src/rand.c index 0134d82..cf2a2b7 100644 --- a/src/rand.c +++ b/src/rand.c @@ -6,10 +6,7 @@ * This software is provided AS-IS with no warranty, either express * or implied. * - * This software is distributed under license and may not be copied, - * modified or distributed except as expressly authorized under the - * terms of the license contained in the file LICENSE.txt in this - * distribution. + * This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/src/rand.h b/src/rand.h index 2f09dc8..0879ce9 100644 --- a/src/rand.h +++ b/src/rand.h @@ -6,10 +6,7 @@ * This software is provided AS-IS with no warranty, either express * or implied. * - * This software is distributed under license and may not be copied, - * modified or distributed except as expressly authorized under the - * terms of the license contained in the file LICENSE.txt in this - * distribution. + * This program is dual licensed under the MIT and GPLv3 licenses. */ /** @file diff --git a/tests/test_rand.c b/tests/test_rand.c index b449712..831943b 100644 --- a/tests/test_rand.c +++ b/tests/test_rand.c @@ -6,10 +6,7 @@ * This software is provided AS-IS with no warranty, either express * or implied. * - * This software is distributed under license and may not be copied, - * modified or distributed except as expressly authorized under the - * terms of the license contained in the file LICENSE.txt in this - * distribution. + * This program is dual licensed under the MIT and GPLv3 licenses. */ /* gcc -o test_rand -I. -I./src tests/test_rand.c src/sha1.c */ diff --git a/tests/test_scram.c b/tests/test_scram.c index 6c2efb5..091ce8f 100644 --- a/tests/test_scram.c +++ b/tests/test_scram.c @@ -6,10 +6,7 @@ * This software is provided AS-IS with no warranty, either express * or implied. * - * This software is distributed under license and may not be copied, - * modified or distributed except as expressly authorized under the - * terms of the license contained in the file LICENSE.txt in this - * distribution. + * This program is dual licensed under the MIT and GPLv3 licenses. */ /* gcc -o test_scram -I. -I./src tests/test_scram.c src/sha1.c */