From d6047736e966d4a32771dab19270e3f9de775802 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 1 Jul 2015 11:12:54 -0700 Subject: [PATCH] added GPL headers to the unit test driver files --- tests/unit.c | 21 ++++++++++++++++++++- tests/unit.h | 21 ++++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/tests/unit.c b/tests/unit.c index d66f84cf7..73ae2bcd7 100644 --- a/tests/unit.c +++ b/tests/unit.c @@ -1,4 +1,23 @@ -/* unit.c unit tests driver */ +/* unit.c API unit tests driver + * + * Copyright (C) 2006-2015 wolfSSL Inc. + * + * This file is part of wolfSSL. (formerly known as CyaSSL) + * + * wolfSSL 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 2 of the License, or + * (at your option) any later version. + * + * wolfSSL 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ /* Name change compatibility layer no longer need to be included here */ diff --git a/tests/unit.h b/tests/unit.h index ab8fbc2ff..bccd6d2ce 100644 --- a/tests/unit.h +++ b/tests/unit.h @@ -1,4 +1,23 @@ -/* unit.h unit tests driver */ +/* unit.c API unit tests driver + * + * Copyright (C) 2006-2015 wolfSSL Inc. + * + * This file is part of wolfSSL. (formerly known as CyaSSL) + * + * wolfSSL 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 2 of the License, or + * (at your option) any later version. + * + * wolfSSL 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ #ifndef CyaSSL_UNIT_H #define CyaSSL_UNIT_H