Skip to content

Commit edbcb78

Browse files
Added Apache-2.0 license to the files in r_can directory.
1 parent 6795607 commit edbcb78

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A2XX/r_can/inc/r_can_rz_config.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@
1414
*
1515
* Copyright (C) 2019-2020 Renesas Electronics Corporation. All rights reserved.
1616
***********************************************************************************************************************/
17+
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
18+
* SPDX-License-Identifier: Apache-2.0
19+
*
20+
* Licensed under the Apache License, Version 2.0 (the "License");
21+
* you may not use this file except in compliance with the License.
22+
* You may obtain a copy of the License at
23+
*
24+
* http://www.apache.org/licenses/LICENSE-2.0
25+
*
26+
* Unless required by applicable law or agreed to in writing, software
27+
* distributed under the License is distributed on an "AS IS" BASIS,
28+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29+
* See the License for the specific language governing permissions and
30+
* limitations under the License.
31+
*/
1732
/***********************************************************************************************************************
1833
* File Name : r_can_rz_config.h
1934
* Description : The RZ CAN config label.

targets/TARGET_RENESAS/TARGET_RZ_A2XX/r_can/inc/r_can_rz_if.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
*
1717
* Copyright (C) 2019-2020 Renesas Electronics Corporation. All rights reserved.
1818
***********************************************************************************************************************/
19+
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
20+
* SPDX-License-Identifier: Apache-2.0
21+
*
22+
* Licensed under the Apache License, Version 2.0 (the "License");
23+
* you may not use this file except in compliance with the License.
24+
* You may obtain a copy of the License at
25+
*
26+
* http://www.apache.org/licenses/LICENSE-2.0
27+
*
28+
* Unless required by applicable law or agreed to in writing, software
29+
* distributed under the License is distributed on an "AS IS" BASIS,
30+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31+
* See the License for the specific language governing permissions and
32+
* limitations under the License.
33+
*/
1934
/***********************************************************************************************************************
2035
* File Name : r_can_rz_if.h
2136
* Description : The RZ CAN API.

targets/TARGET_RENESAS/TARGET_RZ_A2XX/r_can/src/r_can_rz.c

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
*
1717
* Copyright (C) 2019-2020 Renesas Electronics Corporation. All rights reserved.
1818
***********************************************************************************************************************/
19+
/* Copyright (c) 2019-2020 Renesas Electronics Corporation.
20+
* SPDX-License-Identifier: Apache-2.0
21+
*
22+
* Licensed under the Apache License, Version 2.0 (the "License");
23+
* you may not use this file except in compliance with the License.
24+
* You may obtain a copy of the License at
25+
*
26+
* http://www.apache.org/licenses/LICENSE-2.0
27+
*
28+
* Unless required by applicable law or agreed to in writing, software
29+
* distributed under the License is distributed on an "AS IS" BASIS,
30+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31+
* See the License for the specific language governing permissions and
32+
* limitations under the License.
33+
*/
1934
/***********************************************************************************************************************
2035
* File Name : r_can_rz.c
2136
* Description : The RZ CAN API.

0 commit comments

Comments
 (0)