Skip to content

Commit c26591a

Browse files
authored
Merge pull request #196 from RonEld/fix_license_header
Fix the license header of hkdf
2 parents 24b8f9f + 40244bc commit c26591a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

include/mbedtls/hkdf.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
* specified by RFC 5869.
88
*/
99
/*
10-
* Copyright (C) 2016-2018, ARM Limited, All Rights Reserved
11-
* SPDX-License-Identifier: Apache-2.0
10+
* Copyright (C) 2018-2019, ARM Limited, All Rights Reserved
11+
* SPDX-License-Identifier: Apache-2.0
1212
*
13-
* Licensed under the Apache License, Version 2.0 (the "License"); you may
14-
* not use this file except in compliance with the License.
15-
* You may obtain a copy of the License at
13+
* Licensed under the Apache License, Version 2.0 (the "License"); you may
14+
* not use this file except in compliance with the License.
15+
* You may obtain a copy of the License at
1616
*
17-
* http://www.apache.org/licenses/LICENSE-2.0
17+
* http://www.apache.org/licenses/LICENSE-2.0
1818
*
19-
* Unless required by applicable law or agreed to in writing, software
20-
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
21-
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
* See the License for the specific language governing permissions and
23-
* limitations under the License.
19+
* Unless required by applicable law or agreed to in writing, software
20+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
21+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22+
* See the License for the specific language governing permissions and
23+
* limitations under the License.
2424
*
25-
* This file is part of mbed TLS (https://tls.mbed.org)
25+
* This file is part of mbed TLS (https://tls.mbed.org)
2626
*/
2727
#ifndef MBEDTLS_HKDF_H
2828
#define MBEDTLS_HKDF_H

0 commit comments

Comments
 (0)