From: Petri Lehtinen Date: Tue, 25 Aug 2009 14:50:41 +0000 (+0300) Subject: Add some missing copyright notices X-Git-Tag: v1.0~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=jansson.git;a=commitdiff_plain;h=6e17271fa9da663f8a422922a08e3ec196ec56eb Add some missing copyright notices --- diff --git a/test/json-compare.py b/test/json-compare.py index cb5cee6..1db93da 100755 --- a/test/json-compare.py +++ b/test/json-compare.py @@ -1,4 +1,9 @@ #!/usr/bin/python +# +# Copyright (c) 2009 Petri Lehtinen +# +# 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 diff --git a/test/testprogs/util.h b/test/testprogs/util.h index 684b604..6e518a2 100644 --- a/test/testprogs/util.h +++ b/test/testprogs/util.h @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2009 Petri Lehtinen + * + * 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