aboutsummaryrefslogtreecommitdiff
path: root/py/argcheck.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-03 22:56:50 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-03 22:56:50 +0100
commitff380c25582f3e2645e9d6204d1f966619d4bdd1 (patch)
tree96ad1047ca4e2e347cd15d2a27668c027c6c1d95 /py/argcheck.c
parent75aebda809e0196b7986af80a80dcc56566beacb (diff)
parentd32bab27bb027c332ac4c5318acf2b212ad32123 (diff)
Merge pull request #535 from pfalcon/blurb
Proposed license/copyright file header.
Diffstat (limited to 'py/argcheck.c')
-rw-r--r--py/argcheck.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/py/argcheck.c b/py/argcheck.c
index 4b849d1fe..1b6d3a7ec 100644
--- a/py/argcheck.c
+++ b/py/argcheck.c
@@ -1,3 +1,28 @@
+/*
+ * This file is part of MicroPython project, http://micropython.org/
+ *
+ * The MIT License (MIT)
+ *
+ * Copyright (c) 2013 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
#include <stdlib.h>
#include <assert.h>