mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
this works for: - C/C++ files - files where comment is # Change include set of simple tests. Change-Id: I1c08c6c359e2a48957d5d81397c439508ae06c42 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
14 lines
126 B
Bash
14 lines
126 B
Bash
#
|
|
# Copyright (C) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
#
|
|
# No copyright at all
|
|
#
|
|
|
|
echo "file.h"
|
|
|
|
exit 1
|