From 2d859156f170349de6871d5c087aed36acc29707 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Mon, 26 Feb 2024 11:07:34 -0500 Subject: [PATCH] Add something to the copyright that should cause it to fail the copyright check --- portable/ARMv8M/non_secure/port.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portable/ARMv8M/non_secure/port.c b/portable/ARMv8M/non_secure/port.c index 6d88b637f..23eb0f07e 100644 --- a/portable/ARMv8M/non_secure/port.c +++ b/portable/ARMv8M/non_secure/port.c @@ -21,6 +21,8 @@ * 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. * + * THIS SHOULD CAUSE A FAILURE IN THE COPYRIGHT CHECK + * * https://www.FreeRTOS.org * https://github.com/FreeRTOS *