Add some missing copyright notices
This commit is contained in:
parent
ee2d164025
commit
6e17271fa9
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/python
|
#!/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 simplejson
|
||||||
import sys
|
import sys
|
||||||
|
@ -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
|
#ifndef TESTPROGS_UTIL_H
|
||||||
#define TESTPROGS_UTIL_H
|
#define TESTPROGS_UTIL_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user