Skip to content

Commit

Permalink
pkcs7: Change copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Child <[email protected]>
  • Loading branch information
nick-child-ibm committed Feb 28, 2022
1 parent 4bd9d21 commit f3961df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
4 changes: 1 addition & 3 deletions include/mbedtls/pkcs7.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
23 changes: 12 additions & 11 deletions library/pkcs7.c
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit f3961df

Please sign in to comment.