From 33783e5f4b323f9cc50a70e47d6c7bf019993fe1 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 20 Aug 2013 21:00:14 -0700 Subject: [PATCH] crc32c: note intel crc code copyrights It's a BSD 3-clause. Signed-off-by: Sage Weil --- COPYING | 5 +++++ debian/copyright | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/COPYING b/COPYING index 5e18e66bf5a..28d88ebb7fa 100644 --- a/COPYING +++ b/COPYING @@ -26,6 +26,11 @@ Files: m4/acx_pthread.m4 Copyright: Steven G. Johnson License: GPLWithACException +Files: src/common/crc32c_intel*: +Copyright: + Copyright 2012-2013 Intel Corporation All Rights Reserved. +License: BSD 3-clause + Files: src/common/sctp_crc32.c: Copyright: Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. diff --git a/debian/copyright b/debian/copyright index 0dc2160ae9c..aa91a149853 100644 --- a/debian/copyright +++ b/debian/copyright @@ -27,6 +27,11 @@ Files: m4/acx_pthread.m4 Copyright: Steven G. Johnson License: GPLWithACException +Files: src/common/crc32c_intel*: +Copyright: + Copyright 2012-2013 Intel Corporation All Rights Reserved. +License: BSD 3-clause + Files: src/common/sctp_crc32.c: Copyright: Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved. -- 2.47.3