Skip to content

Commit a1d2d39

Browse files
committed
trustzone: regex for Copyright year in Header Check
1 parent dec455a commit a1d2d39

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/trustzone/non-secure/non-secure-hello.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2018-2024, IAR Systems AB.
2+
Copyright (c) 2018-2025, IAR Systems AB.
33
44
`non-secure` "Hello" - A simple CMSE example
55
This example is not production-ready within CMSE best-practices.

examples/trustzone/secure/secure-hello.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
Copyright (c) 2018-2024, IAR Systems AB.
3+
Copyright (c) 2018-2025, IAR Systems AB.
44
55
`secure` "Hello" - A simple CMSE example
66
This minimalistic example is not production-ready within CMSE best-practices.

examples/trustzone/secure/secure-hello.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2018-2024, IAR Systems AB.
2+
Copyright (c) 2018-2025, IAR Systems AB.
33
44
Header file for the `trustzone` example.
55
Contains definitions used in the following targets:

0 commit comments

Comments
 (0)