diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dt_common.c | 2 | ||||
-rw-r--r-- | test/hello_world/hello_kernel/hello_kernel.S | 2 | ||||
-rw-r--r-- | test/sreset_world/sreset_kernel/sreset_kernel.S | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/dt_common.c b/test/dt_common.c index 0551a4a..98032c4 100644 --- a/test/dt_common.c +++ b/test/dt_common.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later /* Copyright 2015-2017 IBM Corp. */ #include <skiboot.h> diff --git a/test/hello_world/hello_kernel/hello_kernel.S b/test/hello_world/hello_kernel/hello_kernel.S index 49fb775..4f774c1 100644 --- a/test/hello_world/hello_kernel/hello_kernel.S +++ b/test/hello_world/hello_kernel/hello_kernel.S @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later /* * hello_kernel.S! * diff --git a/test/sreset_world/sreset_kernel/sreset_kernel.S b/test/sreset_world/sreset_kernel/sreset_kernel.S index 1e65d44..08960d5 100644 --- a/test/sreset_world/sreset_kernel/sreset_kernel.S +++ b/test/sreset_world/sreset_kernel/sreset_kernel.S @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later /* * Test the SRESET OPAL call in Mambo by * having a bit of fun printing 'Hello World' from the SRESET vector. |