Skip to content

Commit 565655c

Browse files
authored
Update copyright signage (#125)
1 parent ed60178 commit 565655c

File tree

158 files changed

+158
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+158
-158
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2021 Intel Corporation
1+
# Copyright (C) 2020 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
BasedOnStyle: Google

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2021 Intel Corporation
1+
# Copyright (C) 2020 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
.vscode/

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2021 Intel Corporation
1+
# Copyright (C) 2020 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
exclude: 'docs/doxygen/'

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2021 Intel Corporation
1+
# Copyright (C) 2020 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
# target_link_options and cmake -S . -B build require cmake 3.13

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2021 Intel Corporation
1+
# Copyright (C) 2020 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Default codeowner for all files

CPPLINT.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2021 Intel Corporation
1+
# Copyright (C) 2020 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
filter=-build/c++11,-build/include_what_you_use

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2020-2021 Intel Corporation
189+
Copyright 2020 Intel Corporation
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

benchmark/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2021 Intel Corporation
1+
# Copyright (C) 2020 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
set(SRC main.cpp

benchmark/bench-eltwise-add-mod.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2021 Intel Corporation
1+
// Copyright (C) 2020 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <benchmark/benchmark.h>

benchmark/bench-eltwise-cmp-add.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2021 Intel Corporation
1+
// Copyright (C) 2020 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <benchmark/benchmark.h>

0 commit comments

Comments
 (0)