aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-07-28 11:01:52 +0300
committerPetri Lehtinen <petri@digip.org>2009-07-30 11:32:24 +0300
commit2f4d6f8ae768886f8ee831bae169763856b5a827 (patch)
treeab9565367d59b31d11984e5e8032c84fe30a14fe /test
parentf41e3809844319feae0033ce84d3acc2c5340e8d (diff)
downloadjansson-2f4d6f8ae768886f8ee831bae169763856b5a827.zip
jansson-2f4d6f8ae768886f8ee831bae169763856b5a827.tar.gz
jansson-2f4d6f8ae768886f8ee831bae169763856b5a827.tar.bz2
Add LICENSE and a copyright note to all sources
Diffstat (limited to 'test')
-rw-r--r--test/load_file_dump_file.c7
-rw-r--r--test/loadf_dumpf.c7
-rw-r--r--test/loads_dumps.c7
-rw-r--r--test/run-test5
-rwxr-xr-xtest/split-testfile.py5
-rwxr-xr-xtest/test-invalid5
-rwxr-xr-xtest/test-valid5
7 files changed, 41 insertions, 0 deletions
diff --git a/test/load_file_dump_file.c b/test/load_file_dump_file.c
index 5add119..ac55afe 100644
--- a/test/load_file_dump_file.c
+++ b/test/load_file_dump_file.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
+ *
+ * Jansson is free software; you can redistribute it and/or modify
+ * it under the terms of the MIT license. See LICENSE for details.
+ */
+
#include <stdio.h>
#include <jansson.h>
diff --git a/test/loadf_dumpf.c b/test/loadf_dumpf.c
index ce9d873..75b889f 100644
--- a/test/loadf_dumpf.c
+++ b/test/loadf_dumpf.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
+ *
+ * Jansson is free software; you can redistribute it and/or modify
+ * it under the terms of the MIT license. See LICENSE for details.
+ */
+
#include <stdio.h>
#include <jansson.h>
diff --git a/test/loads_dumps.c b/test/loads_dumps.c
index ab8db1a..d2a7240 100644
--- a/test/loads_dumps.c
+++ b/test/loads_dumps.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
+ *
+ * Jansson is free software; you can redistribute it and/or modify
+ * it under the terms of the MIT license. See LICENSE for details.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <jansson.h>
diff --git a/test/run-test b/test/run-test
index 2086c82..0df1471 100644
--- a/test/run-test
+++ b/test/run-test
@@ -1,3 +1,8 @@
+# Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
+#
+# Jansson is free software; you can redistribute it and/or modify
+# it under the terms of the MIT license. See LICENSE for details.
+
VALGRIND_CMDLINE="valgrind --leak-check=full --show-reachable=yes --track-origins=yes -q"
run_testprog() {
diff --git a/test/split-testfile.py b/test/split-testfile.py
index fdbe6ba..0191302 100755
--- a/test/split-testfile.py
+++ b/test/split-testfile.py
@@ -1,4 +1,9 @@
#!/usr/bin/python
+#
+# Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
+#
+# Jansson is free software; you can redistribute it and/or modify
+# it under the terms of the MIT license. See LICENSE for details.
import os
import sys
diff --git a/test/test-invalid b/test/test-invalid
index e7268da..60c4cca 100755
--- a/test/test-invalid
+++ b/test/test-invalid
@@ -1,4 +1,9 @@
#!/bin/sh
+#
+# Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
+#
+# Jansson is free software; you can redistribute it and/or modify
+# it under the terms of the MIT license. See LICENSE for details.
TESTFILES="${srcdir}/testdata/invalid ${srcdir}/testdata/invalid-unicode"
diff --git a/test/test-valid b/test/test-valid
index 45c08fb..55489ea 100755
--- a/test/test-valid
+++ b/test/test-valid
@@ -1,4 +1,9 @@
#!/bin/sh
+#
+# Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
+#
+# Jansson is free software; you can redistribute it and/or modify
+# it under the terms of the MIT license. See LICENSE for details.
TESTFILES="${srcdir}/testdata/valid"