aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test-helpers.c')
-rw-r--r--src/tests/test-helpers.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/tests/test-helpers.c b/src/tests/test-helpers.c
index e23f017..b299841 100644
--- a/src/tests/test-helpers.c
+++ b/src/tests/test-helpers.c
@@ -1,3 +1,24 @@
+/* some humble start of unit testing */
+
+/* (C) 2015 by Harald Welte <laforge@gnumonks.org>
+ * All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+
#include "iu_helpers.h"
#include "asn1helpers.h"