diff --git a/portable/SDCC/Z180/port.c b/portable/SDCC/Z180/port.c index 5806dd2db..8bd08e3f8 100644 --- a/portable/SDCC/Z180/port.c +++ b/portable/SDCC/Z180/port.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 2020 Phillip Stevens All Rights Reserved. + * FreeRTOS Kernel V10.3.1 + * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in @@ -18,10 +19,11 @@ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * - * 1 tab == 4 spaces! + * http://www.FreeRTOS.org + * http://aws.amazon.com/freertos * - */ - + * 1 tab == 4 spaces! +*/ #include diff --git a/portable/SDCC/Z180/portmacro.h b/portable/SDCC/Z180/portmacro.h index 3042de5ea..78208564a 100644 --- a/portable/SDCC/Z180/portmacro.h +++ b/portable/SDCC/Z180/portmacro.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2020 Phillip Stevens All Rights Reserved. + * FreeRTOS Kernel V10.3.1 + * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in @@ -18,11 +19,11 @@ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * + * http://www.FreeRTOS.org + * http://aws.amazon.com/freertos + * * 1 tab == 4 spaces! - * - * This file is NOT part of the FreeRTOS distribution. - * - */ +*/ #ifndef PORTMACRO_H #define PORTMACRO_H