aboutsummaryrefslogtreecommitdiff
path: root/py/argcheck.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-03 23:27:38 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-03 23:27:38 +0100
commit04b9147e150d2d6fa3750f312fe328b6a71c1b28 (patch)
tree60c257ffd4eb7dc6f424b53e553549a807d00442 /py/argcheck.c
parentff380c25582f3e2645e9d6204d1f966619d4bdd1 (diff)
Add license header to (almost) all files.
Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
Diffstat (limited to 'py/argcheck.c')
-rw-r--r--py/argcheck.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/py/argcheck.c b/py/argcheck.c
index 1b6d3a7ec..924a60c45 100644
--- a/py/argcheck.c
+++ b/py/argcheck.c
@@ -1,9 +1,9 @@
/*
- * This file is part of MicroPython project, http://micropython.org/
+ * This file is part of the Micro Python project, http://micropython.org/
*
* The MIT License (MIT)
*
- * Copyright (c) 2013 Damien P. George
+ * Copyright (c) 2013, 2014 Damien P. George
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -23,6 +23,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+
#include <stdlib.h>
#include <assert.h>