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/. --- stmhal/usbd_msc_storage.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stmhal/usbd_msc_storage.c') diff --git a/stmhal/usbd_msc_storage.c b/stmhal/usbd_msc_storage.c index 6ec9abc3d..b6b197226 100644 --- a/stmhal/usbd_msc_storage.c +++ b/stmhal/usbd_msc_storage.c @@ -1,3 +1,7 @@ +/* + * This file is part of the Micro Python project, http://micropython.org/ + */ + /** ****************************************************************************** * @file usbd_storage_msd.c -- cgit v1.2.3