diff --git a/arch/or1k/include/arch.h b/arch/or1k/include/arch.h index 38f4ddcb59b..339c44f7ffc 100644 --- a/arch/or1k/include/arch.h +++ b/arch/or1k/include/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/include/arch.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/include/inttypes.h b/arch/or1k/include/inttypes.h index bda4e117b57..f369b9d50ce 100644 --- a/arch/or1k/include/inttypes.h +++ b/arch/or1k/include/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/include/inttypes.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/include/irq.h b/arch/or1k/include/irq.h index 95359321b2c..a4a5b63085b 100644 --- a/arch/or1k/include/irq.h +++ b/arch/or1k/include/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/include/irq.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/include/limits.h b/arch/or1k/include/limits.h index 95982025b66..93fd3ce7fc5 100644 --- a/arch/or1k/include/limits.h +++ b/arch/or1k/include/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/include/limits.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/include/mor1kx/irq.h b/arch/or1k/include/mor1kx/irq.h index f45e5949ed2..c9bc9cddb96 100644 --- a/arch/or1k/include/mor1kx/irq.h +++ b/arch/or1k/include/mor1kx/irq.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/or1k/include/mor1kx/irq.h * - * Copyright (C) 2018 Extent3D. All rights reserved. - * Author: Matt Thompson + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved. + * SPDX-FileCopyrightText: Matt Thompson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/or1k/include/spr.h b/arch/or1k/include/spr.h index a7a33581514..b75da44a471 100644 --- a/arch/or1k/include/spr.h +++ b/arch/or1k/include/spr.h @@ -1,8 +1,9 @@ /**************************************************************************** * arch/or1k/include/spr.h * - * Copyright (C) 2018 Extent3D. All rights reserved. - * Author: Matt Thompson + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved. + * SPDX-FileCopyrightText: Matt Thompson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/or1k/include/types.h b/arch/or1k/include/types.h index 3a4ad630e0e..f5d2371ed5c 100644 --- a/arch/or1k/include/types.h +++ b/arch/or1k/include/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/include/types.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/Makefile b/arch/or1k/src/Makefile index 60eaff97016..8a9c9561bdf 100644 --- a/arch/or1k/src/Makefile +++ b/arch/or1k/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # arch/or1k/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_allocateheap.c b/arch/or1k/src/common/or1k_allocateheap.c index 4369ae7bef3..c9777ac20c8 100644 --- a/arch/or1k/src/common/or1k_allocateheap.c +++ b/arch/or1k/src/common/or1k_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_allocateheap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_checkstack.c b/arch/or1k/src/common/or1k_checkstack.c index c317d5d0397..00e16fa3de4 100644 --- a/arch/or1k/src/common/or1k_checkstack.c +++ b/arch/or1k/src/common/or1k_checkstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_checkstack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_copyfullstate.c b/arch/or1k/src/common/or1k_copyfullstate.c index 35c50757ab5..486b06dfebb 100644 --- a/arch/or1k/src/common/or1k_copyfullstate.c +++ b/arch/or1k/src/common/or1k_copyfullstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_copyfullstate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_cpuinfo.c b/arch/or1k/src/common/or1k_cpuinfo.c index 931ecf8cc53..f1a362687f3 100644 --- a/arch/or1k/src/common/or1k_cpuinfo.c +++ b/arch/or1k/src/common/or1k_cpuinfo.c @@ -1,8 +1,9 @@ /**************************************************************************** * arch/or1k/src/common/or1k_cpuinfo.c * - * Copyright (C) 2018 Extent3D. All rights reserved. - * Author: Matt Thompson + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved. + * SPDX-FileCopyrightText: Matt Thompson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/or1k/src/common/or1k_createstack.c b/arch/or1k/src/common/or1k_createstack.c index 87725f493b0..cbda137c10e 100644 --- a/arch/or1k/src/common/or1k_createstack.c +++ b/arch/or1k/src/common/or1k_createstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_createstack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_doirq.c b/arch/or1k/src/common/or1k_doirq.c index ecd6e33a43c..8f3fa6b4d69 100644 --- a/arch/or1k/src/common/or1k_doirq.c +++ b/arch/or1k/src/common/or1k_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_doirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_etherstub.c b/arch/or1k/src/common/or1k_etherstub.c index 742e2f8a778..ccc40e53244 100644 --- a/arch/or1k/src/common/or1k_etherstub.c +++ b/arch/or1k/src/common/or1k_etherstub.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_etherstub.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_exit.c b/arch/or1k/src/common/or1k_exit.c index a79775f8bf3..022be0df25b 100644 --- a/arch/or1k/src/common/or1k_exit.c +++ b/arch/or1k/src/common/or1k_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_exit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_fullcontextrestore.S b/arch/or1k/src/common/or1k_fullcontextrestore.S index f9dd348a416..35ff4630e63 100644 --- a/arch/or1k/src/common/or1k_fullcontextrestore.S +++ b/arch/or1k/src/common/or1k_fullcontextrestore.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/or1k/src/common/or1k_fullcontextrestore.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_getintstack.c b/arch/or1k/src/common/or1k_getintstack.c index b202eeaa418..c506b253de9 100644 --- a/arch/or1k/src/common/or1k_getintstack.c +++ b/arch/or1k/src/common/or1k_getintstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_getintstack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_idle.c b/arch/or1k/src/common/or1k_idle.c index d048558ae51..57c23dc640e 100644 --- a/arch/or1k/src/common/or1k_idle.c +++ b/arch/or1k/src/common/or1k_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_idle.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_initialize.c b/arch/or1k/src/common/or1k_initialize.c index 28321b1b3ee..43b9b2b3398 100644 --- a/arch/or1k/src/common/or1k_initialize.c +++ b/arch/or1k/src/common/or1k_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_initialstate.c b/arch/or1k/src/common/or1k_initialstate.c index 4b57368eed4..e8c6953c974 100644 --- a/arch/or1k/src/common/or1k_initialstate.c +++ b/arch/or1k/src/common/or1k_initialstate.c @@ -1,8 +1,9 @@ /**************************************************************************** * arch/or1k/src/common/or1k_initialstate.c * - * Copyright (C) 2018 Extent3D. All rights reserved. - * Author: Matt Thompson + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved. + * SPDX-FileCopyrightText: Matt Thompson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/or1k/src/common/or1k_internal.h b/arch/or1k/src/common/or1k_internal.h index 9db03461943..0ba986e9b74 100644 --- a/arch/or1k/src/common/or1k_internal.h +++ b/arch/or1k/src/common/or1k_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_internal.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_lowputs.c b/arch/or1k/src/common/or1k_lowputs.c index 771e963e98f..35261a73592 100644 --- a/arch/or1k/src/common/or1k_lowputs.c +++ b/arch/or1k/src/common/or1k_lowputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_lowputs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_mdelay.c b/arch/or1k/src/common/or1k_mdelay.c index 8beeaeeb55c..e92b15e991c 100644 --- a/arch/or1k/src/common/or1k_mdelay.c +++ b/arch/or1k/src/common/or1k_mdelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_mdelay.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_modifyreg16.c b/arch/or1k/src/common/or1k_modifyreg16.c index e2c7b29e4d1..83421b675de 100644 --- a/arch/or1k/src/common/or1k_modifyreg16.c +++ b/arch/or1k/src/common/or1k_modifyreg16.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_modifyreg16.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_modifyreg32.c b/arch/or1k/src/common/or1k_modifyreg32.c index 3a82c8f6c22..c079d323236 100644 --- a/arch/or1k/src/common/or1k_modifyreg32.c +++ b/arch/or1k/src/common/or1k_modifyreg32.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_modifyreg32.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_modifyreg8.c b/arch/or1k/src/common/or1k_modifyreg8.c index aa1ef38a260..c378b542a03 100644 --- a/arch/or1k/src/common/or1k_modifyreg8.c +++ b/arch/or1k/src/common/or1k_modifyreg8.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_modifyreg8.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_nputs.c b/arch/or1k/src/common/or1k_nputs.c index 5ed0bdb648d..3e92f3c0873 100644 --- a/arch/or1k/src/common/or1k_nputs.c +++ b/arch/or1k/src/common/or1k_nputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_nputs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_pthread_start.c b/arch/or1k/src/common/or1k_pthread_start.c index 1656481f95c..2b4c3cffcd2 100644 --- a/arch/or1k/src/common/or1k_pthread_start.c +++ b/arch/or1k/src/common/or1k_pthread_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_pthread_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_registerdump.c b/arch/or1k/src/common/or1k_registerdump.c index 6861a0995b9..ef1e0ad47a3 100644 --- a/arch/or1k/src/common/or1k_registerdump.c +++ b/arch/or1k/src/common/or1k_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_registerdump.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_releasestack.c b/arch/or1k/src/common/or1k_releasestack.c index 5eb84dd9ab3..f1db157f190 100644 --- a/arch/or1k/src/common/or1k_releasestack.c +++ b/arch/or1k/src/common/or1k_releasestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_releasestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_saveusercontext.S b/arch/or1k/src/common/or1k_saveusercontext.S index e3e1b39c6b7..8570cdad2ce 100644 --- a/arch/or1k/src/common/or1k_saveusercontext.S +++ b/arch/or1k/src/common/or1k_saveusercontext.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/or1k/src/common/or1k_saveusercontext.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_schedulesigaction.c b/arch/or1k/src/common/or1k_schedulesigaction.c index c7f56ede5b8..305e3de998c 100644 --- a/arch/or1k/src/common/or1k_schedulesigaction.c +++ b/arch/or1k/src/common/or1k_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_schedulesigaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_stackframe.c b/arch/or1k/src/common/or1k_stackframe.c index daa7e1680fb..69061fc95ec 100644 --- a/arch/or1k/src/common/or1k_stackframe.c +++ b/arch/or1k/src/common/or1k_stackframe.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_stackframe.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_switchcontext.c b/arch/or1k/src/common/or1k_switchcontext.c index 1e0921e2512..a8e12a310af 100644 --- a/arch/or1k/src/common/or1k_switchcontext.c +++ b/arch/or1k/src/common/or1k_switchcontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_switchcontext.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_task_start.c b/arch/or1k/src/common/or1k_task_start.c index 5ee95684c63..a43385703fa 100644 --- a/arch/or1k/src/common/or1k_task_start.c +++ b/arch/or1k/src/common/or1k_task_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_task_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_timer.c b/arch/or1k/src/common/or1k_timer.c index 0c0aa843bcc..9e57484c4f3 100644 --- a/arch/or1k/src/common/or1k_timer.c +++ b/arch/or1k/src/common/or1k_timer.c @@ -1,8 +1,9 @@ /**************************************************************************** * arch/or1k/src/common/or1k_timer.c * - * Copyright (C) 2018 Extent3D. All rights reserved. - * Author: Matt Thompson + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved. + * SPDX-FileCopyrightText: Matt Thompson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/or1k/src/common/or1k_udelay.c b/arch/or1k/src/common/or1k_udelay.c index 362ddde554e..686f780aa4a 100644 --- a/arch/or1k/src/common/or1k_udelay.c +++ b/arch/or1k/src/common/or1k_udelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_udelay.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/common/or1k_usestack.c b/arch/or1k/src/common/or1k_usestack.c index 6d92adcc2f1..840693cd066 100644 --- a/arch/or1k/src/common/or1k_usestack.c +++ b/arch/or1k/src/common/or1k_usestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/common/or1k_usestack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/mor1kx/Make.defs b/arch/or1k/src/mor1kx/Make.defs index 93556fea87b..c4987c73e4a 100644 --- a/arch/or1k/src/mor1kx/Make.defs +++ b/arch/or1k/src/mor1kx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/or1k/src/mor1kx/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/mor1kx/Toolchain.defs b/arch/or1k/src/mor1kx/Toolchain.defs index 991c2d05b96..5feaf57d55e 100644 --- a/arch/or1k/src/mor1kx/Toolchain.defs +++ b/arch/or1k/src/mor1kx/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/or1k/src/mor1kx/Toolchain.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/mor1kx/mor1kx_serial.c b/arch/or1k/src/mor1kx/mor1kx_serial.c index 04f443d38bd..9a72027d5f7 100644 --- a/arch/or1k/src/mor1kx/mor1kx_serial.c +++ b/arch/or1k/src/mor1kx/mor1kx_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/mor1kx/mor1kx_serial.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/mor1kx/mor1kx_start.c b/arch/or1k/src/mor1kx/mor1kx_start.c index 4d543b0d0fd..bc4ae1f7a80 100644 --- a/arch/or1k/src/mor1kx/mor1kx_start.c +++ b/arch/or1k/src/mor1kx/mor1kx_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/mor1kx/mor1kx_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/mor1kx/mor1kx_start.h b/arch/or1k/src/mor1kx/mor1kx_start.h index 7ff1ec7097f..3b56f482ee6 100644 --- a/arch/or1k/src/mor1kx/mor1kx_start.h +++ b/arch/or1k/src/mor1kx/mor1kx_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/mor1kx/mor1kx_start.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/mor1kx/or1k_irq.c b/arch/or1k/src/mor1kx/or1k_irq.c index fc8e1f3b4e0..dd68a541578 100644 --- a/arch/or1k/src/mor1kx/or1k_irq.c +++ b/arch/or1k/src/mor1kx/or1k_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/or1k/src/mor1kx/or1k_irq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/or1k/src/mor1kx/or1k_vectortab.S b/arch/or1k/src/mor1kx/or1k_vectortab.S index eec99e8adbe..cef2f34e6f8 100644 --- a/arch/or1k/src/mor1kx/or1k_vectortab.S +++ b/arch/or1k/src/mor1kx/or1k_vectortab.S @@ -1,8 +1,9 @@ /**************************************************************************** * arch/or1k/src/mor1kx/or1k_vectortab.S * - * Copyright (C) 2018 Extent3D. All rights reserved. - * Author: Matt Thompson + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved. + * SPDX-FileCopyrightText: Matt Thompson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions