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>
This commit is contained in:
Artur Harasimiuk
2018-09-13 16:26:01 +02:00
parent 65dc5fb7de
commit 8334d424ba
26 changed files with 365 additions and 66 deletions

View File

@@ -0,0 +1,14 @@
/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
/*
* No copyright at all
*/
#include "file.h"
class C;