Skip to content

Commit e7e6789

Browse files
committed
Fix copyright headers
1 parent a33a6dd commit e7e6789

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

portable/GCC/ARM_CRx_MPU/mpu_wrappers_v2_asm.S

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
2-
* FreeRTOS V202112.00
3-
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
3+
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
*
5+
* SPDX-License-Identifier: MIT
46
*
57
* Permission is hereby granted, free of charge, to any person obtaining a copy of
68
* this software and associated documentation files (the "Software"), to deal in

portable/GCC/ARM_CRx_MPU/mpu_wrappers_v2_asm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* FreeRTOS Kernel V10.6.0
3-
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
3+
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT
66
*

portable/GCC/ARM_CRx_MPU/port.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* FreeRTOS Kernel V10.6.1
3-
* Copyright (C) 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
3+
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT
66
*

portable/GCC/ARM_CRx_MPU/portASM.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* FreeRTOS Kernel V10.6.0
3-
* Copyright (C) 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
3+
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT
66
*

portable/GCC/ARM_CRx_MPU/portmacro.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* FreeRTOS Kernel V11.0.1
3-
* Copyright (C) 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
3+
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT
66
*

portable/GCC/ARM_CRx_MPU/portmacro_asm.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* FreeRTOS Kernel V10.6.0
3-
* Copyright (C) 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
3+
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* SPDX-License-Identifier: MIT
66
*
@@ -25,6 +25,7 @@
2525
* https://github.com/FreeRTOS
2626
*
2727
*/
28+
2829
#ifndef PORTMACRO_ASM_H
2930
#define PORTMACRO_ASM_H
3031

0 commit comments

Comments
 (0)