From: Sage Weil Date: Wed, 21 Aug 2013 04:00:14 +0000 (-0700) Subject: crc32c: note intel crc code copyrights X-Git-Tag: v0.69~78^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=33783e5f4b323f9cc50a70e47d6c7bf019993fe1;p=ceph.git crc32c: note intel crc code copyrights It's a BSD 3-clause. Signed-off-by: Sage Weil --- 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.