From 6e17271fa9da663f8a422922a08e3ec196ec56eb Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Tue, 25 Aug 2009 17:50:41 +0300 Subject: [PATCH] Add some missing copyright notices --- test/json-compare.py | 5 +++++ test/testprogs/util.h | 7 +++++++ 2 files changed, 12 insertions(+) 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 -- 2.1.4