From 3a3c04e66e7450f7e6765a611c85b9c02790b15b Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Thu, 15 May 2014 17:45:52 +0200 Subject: [PATCH] native/tramp.S: add missing license header --- cpu/native/tramp.S | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cpu/native/tramp.S b/cpu/native/tramp.S index 25f6de0a74..104ad7b51b 100644 --- a/cpu/native/tramp.S +++ b/cpu/native/tramp.S @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2014 Ludwig Ortmann + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License. See the file LICENSE in the top level directory for more + * details. + */ + .text #ifdef __MACH__