From 04b9147e150d2d6fa3750f312fe328b6a71c1b28 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 3 May 2014 23:27:38 +0100 Subject: 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/. --- py/argcheck.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'py/argcheck.c') 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 #include -- cgit v1.2.3