From a1ec258ac7ce8d26fa272861218a2bf5d2fea755 Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Fri, 27 Jul 2018 12:59:47 -0700 Subject: [PATCH] Clean up some incorrect Copyright statements Daisuke Aoyama originally contributed to istgt, the iSCSI target in FreeBSD. The SPDK iSCSI code is originally derived from that. Due to copy and paste, some incorrect copyright attributions have been added to other files that do not derive from istgt, so this patch removes those. It is doubtful, at this point, that there is any code whatsoever that remains from the original istgt, but we can revisit that at a later time. Change-Id: I207e1e6b99d271e2f12690be90a96f7d0c113af7 Signed-off-by: Ben Walker Reviewed-on: https://review.gerrithub.io/420679 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Changpeng Liu Reviewed-by: Shuhei Matsumoto Chandler-Test-Pool: SPDK Automated Test System --- include/spdk/bdev.h | 1 - include/spdk/bdev_module.h | 1 - include/spdk/crc32.h | 1 - lib/bdev/bdev.c | 1 - lib/bdev/malloc/bdev_malloc.c | 1 - lib/bdev/nvme/bdev_nvme.c | 1 - lib/util/crc32.c | 1 - lib/util/string.c | 1 - lib/util/uuid.c | 1 - test/bdev/bdevio/bdevio.c | 1 - test/bdev/bdevperf/bdevperf.c | 1 - test/bdev/common.c | 1 - 12 files changed, 12 deletions(-) diff --git a/include/spdk/bdev.h b/include/spdk/bdev.h index dfe454132..3d2e9320f 100644 --- a/include/spdk/bdev.h +++ b/include/spdk/bdev.h @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/include/spdk/bdev_module.h b/include/spdk/bdev_module.h index a946aa86b..08cc565c9 100644 --- a/include/spdk/bdev_module.h +++ b/include/spdk/bdev_module.h @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/include/spdk/crc32.h b/include/spdk/crc32.h index 39b557375..85e0112df 100644 --- a/include/spdk/crc32.h +++ b/include/spdk/crc32.h @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/lib/bdev/bdev.c b/lib/bdev/bdev.c index 500f58e50..c0ebb5572 100644 --- a/lib/bdev/bdev.c +++ b/lib/bdev/bdev.c @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/lib/bdev/malloc/bdev_malloc.c b/lib/bdev/malloc/bdev_malloc.c index d7a84a0c9..4d2b2b905 100644 --- a/lib/bdev/malloc/bdev_malloc.c +++ b/lib/bdev/malloc/bdev_malloc.c @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/lib/bdev/nvme/bdev_nvme.c b/lib/bdev/nvme/bdev_nvme.c index 4bc40cec1..ee2961879 100644 --- a/lib/bdev/nvme/bdev_nvme.c +++ b/lib/bdev/nvme/bdev_nvme.c @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/lib/util/crc32.c b/lib/util/crc32.c index 8294d056c..dfef9c54a 100644 --- a/lib/util/crc32.c +++ b/lib/util/crc32.c @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/lib/util/string.c b/lib/util/string.c index 24bb1254c..6e54e5a29 100644 --- a/lib/util/string.c +++ b/lib/util/string.c @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/lib/util/uuid.c b/lib/util/uuid.c index 445b08594..1af7368fc 100644 --- a/lib/util/uuid.c +++ b/lib/util/uuid.c @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/test/bdev/bdevio/bdevio.c b/test/bdev/bdevio/bdevio.c index 4d28b57bb..7e265b4eb 100644 --- a/test/bdev/bdevio/bdevio.c +++ b/test/bdev/bdevio/bdevio.c @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/test/bdev/bdevperf/bdevperf.c b/test/bdev/bdevperf/bdevperf.c index a47b8bc31..a1b250c91 100644 --- a/test/bdev/bdevperf/bdevperf.c +++ b/test/bdev/bdevperf/bdevperf.c @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. * diff --git a/test/bdev/common.c b/test/bdev/common.c index 60694b2d9..430c60866 100644 --- a/test/bdev/common.c +++ b/test/bdev/common.c @@ -1,7 +1,6 @@ /*- * BSD LICENSE * - * Copyright (C) 2008-2012 Daisuke Aoyama . * Copyright (c) Intel Corporation. * All rights reserved. *