From 7fc8a7dd45113bb7d403de3a8ac794c682fac938 Mon Sep 17 00:00:00 2001 From: paul luse Date: Tue, 1 Nov 2022 14:45:50 -0700 Subject: [PATCH] add Intel copyright notices (and/or SPDX lic) where missing per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices. git log --follow -C90% --format=%ad --date default | tail -1 and then pull just the year from the result. Intel copyrights were not added to files where Intel either had no contribution ot the contribution lacked substance (ie license header updates, formatting changes, etc) Note that several files in this patch didn't end the license/(c) block with a blank comment line so these were added as the vast majority of files do have this last blank line. Simply there for consistency. Signed-off-by: paul luse Change-Id: If1bf46b4e1902585c318dc35b1673f980366076e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15199 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- doc/Makefile | 2 +- examples/bdev/hello_world/Makefile | 2 +- examples/blob/cli/Makefile | 2 +- examples/blob/hello_world/Makefile | 2 +- examples/util/zipf/Makefile | 2 +- test/app/fuzz/iscsi_fuzz/Makefile | 2 +- test/app/fuzz/llvm_nvme_fuzz/Makefile | 2 +- test/app/fuzz/llvm_vfio_fuzz/Makefile | 2 ++ test/app/fuzz/nvme_fuzz/Makefile | 2 ++ test/app/fuzz/vhost_fuzz/Makefile | 2 ++ test/unit/lib/iscsi/common.c | 2 +- 11 files changed, 14 insertions(+), 8 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 2d4191026..21ddd7822 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright (C) 2015 Intel Corporation. +# Copyright (C) 2015 Intel Corporation # All rights reserved. # diff --git a/examples/bdev/hello_world/Makefile b/examples/bdev/hello_world/Makefile index ab5c0b5f6..ec74ffcb6 100644 --- a/examples/bdev/hello_world/Makefile +++ b/examples/bdev/hello_world/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright (C) 2018 Intel Corporation. +# Copyright (C) 2017 Intel Corporation # All rights reserved. # diff --git a/examples/blob/cli/Makefile b/examples/blob/cli/Makefile index 2de310d73..acf03b35f 100644 --- a/examples/blob/cli/Makefile +++ b/examples/blob/cli/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright (C) 2017 Intel Corporation. +# Copyright (C) 2017 Intel Corporation # All rights reserved. # diff --git a/examples/blob/hello_world/Makefile b/examples/blob/hello_world/Makefile index 15074ae71..a3f15d48e 100644 --- a/examples/blob/hello_world/Makefile +++ b/examples/blob/hello_world/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright (C) 2017 Intel Corporation. +# Copyright (C) 2017 Intel Corporation # All rights reserved. # diff --git a/examples/util/zipf/Makefile b/examples/util/zipf/Makefile index 1f66b717e..7a7908220 100644 --- a/examples/util/zipf/Makefile +++ b/examples/util/zipf/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright (C) 2019 Intel Corporation. +# Copyright (C) 2015 Intel Corporation # All rights reserved. # diff --git a/test/app/fuzz/iscsi_fuzz/Makefile b/test/app/fuzz/iscsi_fuzz/Makefile index cac000cac..7cf8e4953 100644 --- a/test/app/fuzz/iscsi_fuzz/Makefile +++ b/test/app/fuzz/iscsi_fuzz/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright (C) 2019 Intel Corporation. +# Copyright (C) 2019 Intel Corporation # All rights reserved. # diff --git a/test/app/fuzz/llvm_nvme_fuzz/Makefile b/test/app/fuzz/llvm_nvme_fuzz/Makefile index 99886e311..5ee72d30c 100644 --- a/test/app/fuzz/llvm_nvme_fuzz/Makefile +++ b/test/app/fuzz/llvm_nvme_fuzz/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright (C) 2021 Intel Corporation. +# Copyright (C) 2018 Intel Corporation # All rights reserved. # diff --git a/test/app/fuzz/llvm_vfio_fuzz/Makefile b/test/app/fuzz/llvm_vfio_fuzz/Makefile index 8f7ea46be..e5e7f96ec 100644 --- a/test/app/fuzz/llvm_vfio_fuzz/Makefile +++ b/test/app/fuzz/llvm_vfio_fuzz/Makefile @@ -1,4 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause +# Copyright (C) 2022 Intel Corporation +# All rights reserved. # SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../..) diff --git a/test/app/fuzz/nvme_fuzz/Makefile b/test/app/fuzz/nvme_fuzz/Makefile index c345d3593..589d6b229 100644 --- a/test/app/fuzz/nvme_fuzz/Makefile +++ b/test/app/fuzz/nvme_fuzz/Makefile @@ -1,4 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause +# Copyright (C) 2018 Intel Corporation +# All rights reserved. # SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../..) diff --git a/test/app/fuzz/vhost_fuzz/Makefile b/test/app/fuzz/vhost_fuzz/Makefile index 2ef1c9973..4b4866b65 100644 --- a/test/app/fuzz/vhost_fuzz/Makefile +++ b/test/app/fuzz/vhost_fuzz/Makefile @@ -1,4 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause +# Copyright (C) 2019 Intel Corporation +# All rights reserved. # SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../..) diff --git a/test/unit/lib/iscsi/common.c b/test/unit/lib/iscsi/common.c index 1e434a907..5fbce8b99 100644 --- a/test/unit/lib/iscsi/common.c +++ b/test/unit/lib/iscsi/common.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright (C) 2016 Intel Corporation. + * Copyright (C) 2016 Intel Corporation * All rights reserved. */