Add some missing copyright notices
authorPetri Lehtinen <petri@digip.org>
Tue, 25 Aug 2009 14:50:41 +0000 (17:50 +0300)
committerPetri Lehtinen <petri@digip.org>
Tue, 25 Aug 2009 14:50:41 +0000 (17:50 +0300)
test/json-compare.py
test/testprogs/util.h

index cb5cee6..1db93da 100755 (executable)
@@ -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 simplejson
 import sys
index 684b604..6e518a2 100644 (file)
@@ -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.
+ */
+
 #ifndef TESTPROGS_UTIL_H
 #define TESTPROGS_UTIL_H