|
7 | 7 | * specified by RFC 5869.
|
8 | 8 | */
|
9 | 9 | /*
|
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 |
12 | 12 | *
|
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 |
16 | 16 | *
|
17 |
| - * http://www.apache.org/licenses/LICENSE-2.0 |
| 17 | + * http://www.apache.org/licenses/LICENSE-2.0 |
18 | 18 | *
|
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. |
24 | 24 | *
|
25 |
| - * This file is part of mbed TLS (https://tls.mbed.org) |
| 25 | + * This file is part of mbed TLS (https://tls.mbed.org) |
26 | 26 | */
|
27 | 27 | #ifndef MBEDTLS_HKDF_H
|
28 | 28 | #define MBEDTLS_HKDF_H
|
|
0 commit comments