diff options
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0105-update-copyright-notes.patch')
| -rw-r--r-- | recipes-kernel/cryptodev/sdk_patches/0105-update-copyright-notes.patch | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0105-update-copyright-notes.patch b/recipes-kernel/cryptodev/sdk_patches/0105-update-copyright-notes.patch new file mode 100644 index 000000000..f2cd90657 --- /dev/null +++ b/recipes-kernel/cryptodev/sdk_patches/0105-update-copyright-notes.patch | |||
| @@ -0,0 +1,77 @@ | |||
| 1 | From 6c2b61c17681d0e6ddc44b0438c9712fb2810ba6 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
| 3 | Date: Tue, 28 Mar 2017 13:16:14 +0300 | ||
| 4 | Subject: [PATCH] update copyright notes | ||
| 5 | |||
| 6 | Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> | ||
| 7 | --- | ||
| 8 | tests/run_crypto_tests.sh | 16 ++++++++++++++++ | ||
| 9 | tests/sha_speed.c | 1 + | ||
| 10 | tests/speed.c | 1 + | ||
| 11 | zc.c | 1 + | ||
| 12 | 4 files changed, 19 insertions(+) | ||
| 13 | |||
| 14 | diff --git a/tests/run_crypto_tests.sh b/tests/run_crypto_tests.sh | ||
| 15 | index 321b013..225ad7a 100644 | ||
| 16 | --- a/tests/run_crypto_tests.sh | ||
| 17 | +++ b/tests/run_crypto_tests.sh | ||
| 18 | @@ -1,4 +1,20 @@ | ||
| 19 | #!/bin/bash | ||
| 20 | +# | ||
| 21 | +# Copyright 2016 NXP Semiconductors | ||
| 22 | +# | ||
| 23 | +# This program is free software: you can redistribute it and/or modify | ||
| 24 | +# it under the terms of the GNU General Public License as published by | ||
| 25 | +# the Free Software Foundation, either version 2 of the License, or | ||
| 26 | +# (at your option) any later version. | ||
| 27 | +# | ||
| 28 | +# This program is distributed in the hope that it will be useful, | ||
| 29 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 30 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 31 | +# GNU General Public License for more details. | ||
| 32 | +# | ||
| 33 | +# You should have received a copy of the GNU General Public License | ||
| 34 | +# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 35 | + | ||
| 36 | |||
| 37 | |||
| 38 | BUF_SIZE="8192 16384 65536 131072 262144" | ||
| 39 | diff --git a/tests/sha_speed.c b/tests/sha_speed.c | ||
| 40 | index 30b40f5..e6a2ac5 100644 | ||
| 41 | --- a/tests/sha_speed.c | ||
| 42 | +++ b/tests/sha_speed.c | ||
| 43 | @@ -1,6 +1,7 @@ | ||
| 44 | /* sha_speed - simple SHA benchmark tool for cryptodev | ||
| 45 | * | ||
| 46 | * Copyright (C) 2011 by Phil Sutter <phil.sutter@viprinet.com> | ||
| 47 | + * Copyright 2016 NXP | ||
| 48 | * | ||
| 49 | * This program is free software; you can redistribute it and/or modify | ||
| 50 | * it under the terms of the GNU General Public License as published by | ||
| 51 | diff --git a/tests/speed.c b/tests/speed.c | ||
| 52 | index ae0b658..6e18960 100644 | ||
| 53 | --- a/tests/speed.c | ||
| 54 | +++ b/tests/speed.c | ||
| 55 | @@ -1,6 +1,7 @@ | ||
| 56 | /* cryptodev_test - simple benchmark tool for cryptodev | ||
| 57 | * | ||
| 58 | * Copyright (C) 2010 by Phil Sutter <phil.sutter@viprinet.com> | ||
| 59 | + * Copyright 2016-2017 NXP | ||
| 60 | * | ||
| 61 | * This program is free software; you can redistribute it and/or modify | ||
| 62 | * it under the terms of the GNU General Public License as published by | ||
| 63 | diff --git a/zc.c b/zc.c | ||
| 64 | index ae464ff..63e7c23 100644 | ||
| 65 | --- a/zc.c | ||
| 66 | +++ b/zc.c | ||
| 67 | @@ -4,6 +4,7 @@ | ||
| 68 | * Copyright (c) 2009-2013 Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
| 69 | * Copyright (c) 2010 Phil Sutter | ||
| 70 | * Copyright (c) 2011, 2012 OpenSSL Software Foundation, Inc. | ||
| 71 | + * Copyright 2017 NXP | ||
| 72 | * | ||
| 73 | * This file is part of linux cryptodev. | ||
| 74 | * | ||
| 75 | -- | ||
| 76 | 1.9.2 | ||
| 77 | |||
