diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/freeradius/files/0020-update-license-3.patch')
| -rw-r--r-- | meta-networking/recipes-connectivity/freeradius/files/0020-update-license-3.patch | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/files/0020-update-license-3.patch b/meta-networking/recipes-connectivity/freeradius/files/0020-update-license-3.patch new file mode 100644 index 0000000000..f77c585bda --- /dev/null +++ b/meta-networking/recipes-connectivity/freeradius/files/0020-update-license-3.patch | |||
| @@ -0,0 +1,101 @@ | |||
| 1 | From d00440f3290871aef667f80e15f256c64f9b7cd6 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: "Alan T. DeKok" <aland@freeradius.org> | ||
| 3 | Date: Wed, 29 Oct 2025 09:45:17 -0400 | ||
| 4 | Subject: [PATCH] update license | ||
| 5 | |||
| 6 | Upstream-Status: Backport | ||
| 7 | [https://github.com/FreeRADIUS/freeradius-server/commit/d00440f3290871aef667f80e15f256c64f9b7cd6] | ||
| 8 | |||
| 9 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | ||
| 10 | --- | ||
| 11 | .../types/rlm_eap_teap/eap_teap_crypto.c | 30 +++++++------------ | ||
| 12 | .../types/rlm_eap_teap/eap_teap_crypto.h | 30 +++++++------------ | ||
| 13 | 2 files changed, 22 insertions(+), 38 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/src/modules/rlm_eap/types/rlm_eap_teap/eap_teap_crypto.c b/src/modules/rlm_eap/types/rlm_eap_teap/eap_teap_crypto.c | ||
| 16 | index 17f49f9dfc..aaa74837a9 100644 | ||
| 17 | --- a/src/modules/rlm_eap/types/rlm_eap_teap/eap_teap_crypto.c | ||
| 18 | +++ b/src/modules/rlm_eap/types/rlm_eap_teap/eap_teap_crypto.c | ||
| 19 | @@ -1,26 +1,18 @@ | ||
| 20 | /* | ||
| 21 | - * teap-crypto.c Cryptographic functions for EAP-TEAP. | ||
| 22 | + * This program is is free software; you can redistribute it and/or modify | ||
| 23 | + * it under the terms of the GNU General Public License as published by | ||
| 24 | + * the Free Software Foundation; either version 2 of the License, or (at | ||
| 25 | + * your option) any later version. | ||
| 26 | * | ||
| 27 | - * Version: $Id$ | ||
| 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 | - * Copyright (C) 2022 Network RADIUS SARL <legal@networkradius.com> | ||
| 34 | - * | ||
| 35 | - * This software may not be redistributed in any form without the prior | ||
| 36 | - * written consent of Network RADIUS. | ||
| 37 | - * | ||
| 38 | - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | ||
| 39 | - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
| 40 | - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
| 41 | - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | ||
| 42 | - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
| 43 | - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
| 44 | - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
| 45 | - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
| 46 | - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
| 47 | - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
| 48 | - * SUCH DAMAGE. | ||
| 49 | + * You should have received a copy of the GNU General Public License | ||
| 50 | + * along with this program; if not, write to the Free Software | ||
| 51 | + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA | ||
| 52 | */ | ||
| 53 | - | ||
| 54 | RCSID("$Id$") | ||
| 55 | USES_APPLE_DEPRECATED_API /* OpenSSL API has been deprecated by Apple */ | ||
| 56 | |||
| 57 | diff --git a/src/modules/rlm_eap/types/rlm_eap_teap/eap_teap_crypto.h b/src/modules/rlm_eap/types/rlm_eap_teap/eap_teap_crypto.h | ||
| 58 | index b02f2b9083..f9403dcf93 100644 | ||
| 59 | --- a/src/modules/rlm_eap/types/rlm_eap_teap/eap_teap_crypto.h | ||
| 60 | +++ b/src/modules/rlm_eap/types/rlm_eap_teap/eap_teap_crypto.h | ||
| 61 | @@ -1,26 +1,18 @@ | ||
| 62 | /* | ||
| 63 | - * eap_teap_crypto.h | ||
| 64 | + * This program is is free software; you can redistribute it and/or modify | ||
| 65 | + * it under the terms of the GNU General Public License as published by | ||
| 66 | + * the Free Software Foundation; either version 2 of the License, or (at | ||
| 67 | + * your option) any later version. | ||
| 68 | * | ||
| 69 | - * Version: $Id$ | ||
| 70 | + * This program is distributed in the hope that it will be useful, | ||
| 71 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 72 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 73 | + * GNU General Public License for more details. | ||
| 74 | * | ||
| 75 | - * Copyright (C) 2022 Network RADIUS SARL <legal@networkradius.com> | ||
| 76 | - * | ||
| 77 | - * This software may not be redistributed in any form without the prior | ||
| 78 | - * written consent of Network RADIUS. | ||
| 79 | - * | ||
| 80 | - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | ||
| 81 | - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
| 82 | - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
| 83 | - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | ||
| 84 | - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
| 85 | - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
| 86 | - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
| 87 | - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
| 88 | - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
| 89 | - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
| 90 | - * SUCH DAMAGE. | ||
| 91 | + * You should have received a copy of the GNU General Public License | ||
| 92 | + * along with this program; if not, write to the Free Software | ||
| 93 | + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA | ||
| 94 | */ | ||
| 95 | - | ||
| 96 | #ifndef _EAP_TEAP_CRYPTO_H | ||
| 97 | #define _EAP_TEAP_CRYPTO_H | ||
| 98 | |||
| 99 | -- | ||
| 100 | 2.43.0 | ||
| 101 | |||
