From 384aeb4711df515c36e6fc7d11891e6540ec2397 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Mon, 26 Feb 2024 11:14:32 -0500 Subject: [PATCH] Commit showing that updating just the year is not enough, as there is a duplicate space --- portable/MemMang/heap_3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portable/MemMang/heap_3.c b/portable/MemMang/heap_3.c index 2240068e8..e28e58c67 100644 --- a/portable/MemMang/heap_3.c +++ b/portable/MemMang/heap_3.c @@ -1,6 +1,6 @@ /* * FreeRTOS Kernel - * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT *