From 91262d13ed1df19d51690cac90fc6dd2bbd32424 Mon Sep 17 00:00:00 2001 From: Artem Gindinson Date: Thu, 21 May 2020 18:30:01 +0300 Subject: [PATCH] Add the license header to the input file Signed-off-by: Artem Gindinson --- sycl/test/aot/Inputs/aot.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sycl/test/aot/Inputs/aot.cpp b/sycl/test/aot/Inputs/aot.cpp index 97c16dbcae9ee..46f768dfa55d6 100644 --- a/sycl/test/aot/Inputs/aot.cpp +++ b/sycl/test/aot/Inputs/aot.cpp @@ -1,3 +1,11 @@ +//==----- aot.cpp - Simple vector addition (AOT compilation example) --------==// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===------------------------------------------------------------------------===// + #include #include