Skip to content

Commit

Permalink
Add the license header to the input file
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Gindinson <artem.gindinson@intel.com>
  • Loading branch information
AGindinson committed May 21, 2020
1 parent 119c163 commit 91262d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sycl/test/aot/Inputs/aot.cpp
Original file line number Diff line number Diff line change
@@ -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 <CL/sycl.hpp>

#include <array>
Expand Down

0 comments on commit 91262d1

Please sign in to comment.