aboutsummaryrefslogtreecommitdiff
path: root/jerry-libc
diff options
context:
space:
mode:
authorAkos Kiss <akiss@inf.u-szeged.hu>2016-04-15 22:58:01 +0200
committerAkos Kiss <akiss@inf.u-szeged.hu>2016-04-16 00:06:44 +0200
commitdf1e428c71b5fbf8e4ecff38687f2877e1b12dfb (patch)
tree4dffe419299b3d5d3f0c0948b7a81e1d037640e8 /jerry-libc
parente92ecd44e757bb3f40c9c582ac8fd55619c8264c (diff)
Update existing and add missing copyright & license notices
* LICENSE needed year update. * The asm component of the posix target of jerry-libc had no copyright & license notice since it has been introduced in 2015. Traced back history and added missing header with correct years. * Three tests in jerry/fail/1 also missed header. Added. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
Diffstat (limited to 'jerry-libc')
-rw-r--r--jerry-libc/target/posix/jerry-asm.S16
1 files changed, 16 insertions, 0 deletions
diff --git a/jerry-libc/target/posix/jerry-asm.S b/jerry-libc/target/posix/jerry-asm.S
index 2a33c6fa..afd44bee 100644
--- a/jerry-libc/target/posix/jerry-asm.S
+++ b/jerry-libc/target/posix/jerry-asm.S
@@ -1,3 +1,19 @@
+/* Copyright 2015-2016 Samsung Electronics Co., Ltd.
+ * Copyright 2015-2016 University of Szeged
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
#if defined (__TARGET_HOST_x64)
#include "arch/x86-64.h"
#elif defined (__TARGET_HOST_x86)