Add some missing copyright notices

This commit is contained in:
Petri Lehtinen 2009-08-25 17:50:41 +03:00
parent ee2d164025
commit 6e17271fa9
2 changed files with 12 additions and 0 deletions

View File

@ -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

View 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