From 51ec7a4311cf939c7bfcf5e9551405fa313ecbd1 Mon Sep 17 00:00:00 2001 From: Nick Child Date: Mon, 28 Feb 2022 10:09:16 -0600 Subject: [PATCH] pkcs7: Change copyright Signed-off-by: Nick Child --- include/mbedtls/pkcs7.h | 4 +--- library/pkcs7.c | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/include/mbedtls/pkcs7.h b/include/mbedtls/pkcs7.h index a4579c639850..c2942bbfb678 100644 --- a/include/mbedtls/pkcs7.h +++ b/include/mbedtls/pkcs7.h @@ -5,7 +5,7 @@ * https://tools.ietf.org/html/rfc2315 */ /* - * Copyright (C) 2019, IBM Corp, All Rights Reserved + * Copyright The Mbed TLS Contributors * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -19,8 +19,6 @@ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * - * This file is part of mbed TLS (https://tls.mbed.org) */ #ifndef MBEDTLS_PKCS7_H #define MBEDTLS_PKCS7_H diff --git a/library/pkcs7.c b/library/pkcs7.c index 96b61738086e..3e20e7dec33c 100644 --- a/library/pkcs7.c +++ b/library/pkcs7.c @@ -1,17 +1,18 @@ -/* Copyright 2019 IBM Corp. +/* + * Copyright The Mbed TLS Contributors + * SPDX-License-Identifier: Apache-2.0 * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include "common.h"