1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

pkcs7: Change copyright

Signed-off-by: Nick Child <nick.child@ibm.com>
This commit is contained in:
Nick Child
2022-02-28 10:09:16 -06:00
parent 45525d3768
commit 5d881c36ea
2 changed files with 13 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
* https://tools.ietf.org/html/rfc2315 * 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 * SPDX-License-Identifier: Apache-2.0
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may * 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. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*
* This file is part of mbed TLS (https://tls.mbed.org)
*/ */
/** /**

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License"); you may
* you may not use this file except in compliance with the License. * not use this file except in compliance with the License.
* You may obtain a copy of the License at * 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 * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* implied. * See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and * limitations under the License.
* limitations under the License.
*/ */
#include "common.h" #include "common.h"