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. */