From: Bernd Moessner <berndmoessne...@gmail.com> --- cpukit/dev/flash/flashdev.c | 1 + cpukit/include/dev/flash/flashdev.h | 1 + testsuites/libtests/flashdev01/init.c | 1 + testsuites/libtests/flashdev01/test_flashdev.c | 1 + testsuites/libtests/flashdev01/test_flashdev.h | 1 + 5 files changed, 5 insertions(+)
diff --git a/cpukit/dev/flash/flashdev.c b/cpukit/dev/flash/flashdev.c index de6556c19a..b06e7d0c2f 100644 --- a/cpukit/dev/flash/flashdev.c +++ b/cpukit/dev/flash/flashdev.c @@ -1,4 +1,5 @@ /* + * Copyright (C) 2024 Bernd Moessner * Copyright (C) 2023 Aaron Nyholm * * Redistribution and use in source and binary forms, with or without diff --git a/cpukit/include/dev/flash/flashdev.h b/cpukit/include/dev/flash/flashdev.h index 91a189ff6f..fcb3bbf865 100644 --- a/cpukit/include/dev/flash/flashdev.h +++ b/cpukit/include/dev/flash/flashdev.h @@ -9,6 +9,7 @@ */ /* + * Copyright (C) 2024 Bernd Moessner * Copyright (C) 2023 Aaron Nyholm * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/libtests/flashdev01/init.c b/testsuites/libtests/flashdev01/init.c index a6f7251496..368968ce10 100644 --- a/testsuites/libtests/flashdev01/init.c +++ b/testsuites/libtests/flashdev01/init.c @@ -1,6 +1,7 @@ /* * SPDX-License-Identifier: BSD-2-Clause * + * Copyright (C) 2024 Bernd Moessner * Copyright (C) 2023 Aaron Nyholm * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/libtests/flashdev01/test_flashdev.c b/testsuites/libtests/flashdev01/test_flashdev.c index 012e1ed152..df21d432ad 100644 --- a/testsuites/libtests/flashdev01/test_flashdev.c +++ b/testsuites/libtests/flashdev01/test_flashdev.c @@ -1,4 +1,5 @@ /* + * Copyright (C) 2024 Bernd Moessner * Copyright (C) 2023 Aaron Nyholm * * Redistribution and use in source and binary forms, with or without diff --git a/testsuites/libtests/flashdev01/test_flashdev.h b/testsuites/libtests/flashdev01/test_flashdev.h index 9c138331f5..52cb6befb1 100644 --- a/testsuites/libtests/flashdev01/test_flashdev.h +++ b/testsuites/libtests/flashdev01/test_flashdev.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* + * Copyright (C) 2024 Bernd Moessner * Copyright (C) 2023 Aaron Nyholm * * Redistribution and use in source and binary forms, with or without -- 2.34.1 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel