Skip to content

Commit f9ce67c

Browse files
committed
Added copyright
1 parent f54a051 commit f9ce67c

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

examples/example_kws_speech/kws/kws_factory.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright 2019, Synopsys, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-3-Clause license found in
6+
* the LICENSE file in the root directory of this source tree.
7+
*
8+
*/
9+
110
#ifndef _KWS_FACTORY_H_
211
#define _KWS_FACTORY_H_
312

examples/example_kws_speech/kws/kws_module.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright 2019, Synopsys, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-3-Clause license found in
6+
* the LICENSE file in the root directory of this source tree.
7+
*
8+
*/
9+
110
#ifndef _KWS_MODULE_H_
211
#define _KWS_MODULE_H_
312

examples/example_kws_speech/kws/kws_types.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright 2019, Synopsys, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-3-Clause license found in
6+
* the LICENSE file in the root directory of this source tree.
7+
*
8+
*/
9+
110
#ifndef _KWS_MODULE_TYPES_H_
211
#define _KWS_MODULE_TYPES_H_
312

0 commit comments

Comments
 (0)