Skip to content

Commit 91dbf6a

Browse files
committed
update header comments according to license legal requirements
Signed-off-by: Xiaoxia Liang <[email protected]>
1 parent 55d0bdb commit 91dbf6a

File tree

13 files changed

+12
-14
lines changed

13 files changed

+12
-14
lines changed

Library/Raisr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intel Library for Video Super Resolution
33
*
44
* Copyright (c) 2022 Intel Corporation
5-
* All rights reserved.
5+
* SPDX-License-Identifier: BSD-3-Clause
66
*/
77

88
#include "Raisr.h"

Library/Raisr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intel Library for Video Super Resolution
33
*
44
* Copyright (c) 2022 Intel Corporation
5-
* All rights reserved.
5+
* SPDX-License-Identifier: BSD-3-Clause
66
*/
77

88
#pragma once

Library/RaisrDefaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intel Library for Video Super Resolution
33
*
44
* Copyright (c) 2022 Intel Corporation
5-
* All rights reserved.
5+
* SPDX-License-Identifier: BSD-3-Clause
66
*/
77

88
#pragma once

Library/RaisrHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intel Library for Video Super Resolution
33
*
44
* Copyright (c) 2022 Intel Corporation
5-
* All rights reserved.
5+
* SPDX-License-Identifier: BSD-3-Clause
66
*/
77

88
#include "RaisrHandler.h"

Library/RaisrHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intel Library for Video Super Resolution
33
*
44
* Copyright (c) 2022 Intel Corporation
5-
* All rights reserved.
5+
* SPDX-License-Identifier: BSD-3-Clause
66
*/
77

88
#pragma once

Library/RaisrVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intel Library for Video Super Resolution
33
*
44
* Copyright (c) 2022 Intel Corporation
5-
* All rights reserved.
5+
* SPDX-License-Identifier: BSD-3-Clause
66
*/
77

88
#pragma once

Library/RaisrVersion.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intel Library for Video Super Resolution
33
*
44
* Copyright (c) 2022 Intel Corporation
5-
* All rights reserved.
5+
* SPDX-License-Identifier: BSD-3-Clause
66
*/
77

88
#pragma once

Library/Raisr_AVX256.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intel Library for Video Super Resolution
33
*
44
* Copyright (c) 2022 Intel Corporation
5-
* All rights reserved.
5+
* SPDX-License-Identifier: BSD-3-Clause
66
*/
77
#include "Raisr_globals.h"
88
#include "Raisr_AVX256.h"

Library/Raisr_AVX256.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intel Library for Video Super Resolution
33
*
44
* Copyright (c) 2022 Intel Corporation
5-
* All rights reserved.
5+
* SPDX-License-Identifier: BSD-3-Clause
66
*/
77
#pragma once
88
#include <immintrin.h>

Library/Raisr_AVX512.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Intel Library for Video Super Resolution
33
*
44
* Copyright (c) 2022 Intel Corporation
5-
* All rights reserved.
5+
* SPDX-License-Identifier: BSD-3-Clause
66
*/
77
#include "Raisr_globals.h"
88
#include "Raisr_AVX512.h"

0 commit comments

Comments
 (0)