Skip to content

Commit 9fe6bfe

Browse files
committed
Fix license header
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 9c28003 commit 9fe6bfe

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

test/posix_build_test/FreeRTOSConfig.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* FreeRTOS V202212.00
3-
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Amazon FreeRTOS POSIX V1.1.0
3+
* Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of
66
* this software and associated documentation files (the "Software"), to deal in
@@ -19,9 +19,8 @@
1919
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2020
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121
*
22-
* https://www.FreeRTOS.org
23-
* https://github.com/FreeRTOS
24-
*
22+
* http://aws.amazon.com/freertos
23+
* http://www.FreeRTOS.org
2524
*/
2625
#ifndef FREERTOS_CONFIG_H
2726
#define FREERTOS_CONFIG_H

0 commit comments

Comments
 (0)