Skip to content

Commit 24fb635

Browse files
authored
[SYCL][NFC] Add licence header to iostream_proxy (#10399)
1 parent c1bfcaf commit 24fb635

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sycl/include/sycl/detail/iostream_proxy.hpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
19
#pragma once
10+
211
#include <istream>
312
#include <ostream>
413

0 commit comments

Comments
 (0)