From 10a4540f2d40b0f62fd126611ea99fcc435ee7b3 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Fri, 21 Nov 2014 14:57:45 +0100 Subject: [PATCH] license: added missing license for msp430 time.h --- cpu/msp430-common/include/time.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cpu/msp430-common/include/time.h b/cpu/msp430-common/include/time.h index 9890cae5a3..6eaf10ab73 100644 --- a/cpu/msp430-common/include/time.h +++ b/cpu/msp430-common/include/time.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2014 INRIA + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ + #ifndef MSPGCC_TIME_H #define MSPGCC_TIME_H