This website requires JavaScript.
Explore
Help
Register
Sign In
Media
/
compute-runtime
mirror of
https://github.com/intel/compute-runtime.git
Watch
1
Star
0
Fork
You've already forked compute-runtime
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
80aed86c33
compute-runtime
/
scripts
/
tests
/
copyright
/
out
/
file1.sh
10 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
add script to set copyright header for source files 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>
2018-09-13 22:26:01 +08:00
#!/bin/bash
Split shebang from copyright header Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
2021-06-29 22:04:49 +08:00
add script to set copyright header for source files 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>
2018-09-13 22:26:01 +08:00
#
Correct linter tests Update to 2022 year Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2022-01-03 17:23:15 +08:00
# Copyright (C) 2022 Intel Corporation
add script to set copyright header for source files 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>
2018-09-13 22:26:01 +08:00
#
# SPDX-License-Identifier: MIT
#
echo
123