From 67171d8eb633bcb81b9075e6b2f740a7b92acb56 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Thu, 29 Apr 2021 18:23:08 +0000 Subject: [PATCH] [AUTO][RELEASE]: Bump file header version to "202104.00" --- .github/scripts/check-header.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/check-header.py b/.github/scripts/check-header.py index e110b18f01..12de5082a7 100755 --- a/.github/scripts/check-header.py +++ b/.github/scripts/check-header.py @@ -369,7 +369,7 @@ FREERTOS_IGNORED_PATTERNS = [ FREERTOS_HEADER = [ '/*\n', - ' * FreeRTOS V202104.00\n' + ' * FreeRTOS V202104.00 ' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n', ' *\n', ' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n', @@ -422,7 +422,7 @@ KERNEL_IGNORED_PATTERNS = [r'.*\.git.*'] KERNEL_HEADER = [ '/*\n', - ' * FreeRTOS Kernel V10.4.3\n' + ' * FreeRTOS V202104.00 ' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n', ' *\n', ' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',