diff options
author | Damien George <damien.p.george@gmail.com> | 2014-05-03 23:27:38 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-05-03 23:27:38 +0100 |
commit | 04b9147e150d2d6fa3750f312fe328b6a71c1b28 (patch) | |
tree | 60c257ffd4eb7dc6f424b53e553549a807d00442 /stmhal/usbd_cdc_interface.c | |
parent | ff380c25582f3e2645e9d6204d1f966619d4bdd1 (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 'stmhal/usbd_cdc_interface.c')
-rw-r--r-- | stmhal/usbd_cdc_interface.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stmhal/usbd_cdc_interface.c b/stmhal/usbd_cdc_interface.c index b2c85fa4f..d01d13e1c 100644 --- a/stmhal/usbd_cdc_interface.c +++ b/stmhal/usbd_cdc_interface.c @@ -1,3 +1,10 @@ +/* + * This file is part of the Micro Python project, http://micropython.org/ + * + * Taken from ST Cube library and heavily modified. See below for original + * copyright header. + */ + /** ****************************************************************************** * @file USB_Device/CDC_Standalone/Src/usbd_cdc_interface.c |