arch/or1k: migrate to SPDX identifier

Most tools used for compliance and SBOM generation use SPDX identifiers
This change brings us a step closer to an easy SBOM generation.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2024-12-02 09:47:00 +01:00
committed by Xiang Xiao
parent 9555f9ff55
commit 35ff0d834e
46 changed files with 98 additions and 12 deletions
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/include/arch.h * arch/or1k/include/arch.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/include/inttypes.h * arch/or1k/include/inttypes.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/include/irq.h * arch/or1k/include/irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/include/limits.h * arch/or1k/include/limits.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+3 -2
View File
@@ -1,8 +1,9 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/include/mor1kx/irq.h * arch/or1k/include/mor1kx/irq.h
* *
* Copyright (C) 2018 Extent3D. All rights reserved. * SPDX-License-Identifier: BSD-3-Clause
* Author: Matt Thompson <matt@extent3d.com> * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved.
* SPDX-FileCopyrightText: Matt Thompson <matt@extent3d.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+3 -2
View File
@@ -1,8 +1,9 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/include/spr.h * arch/or1k/include/spr.h
* *
* Copyright (C) 2018 Extent3D. All rights reserved. * SPDX-License-Identifier: BSD-3-Clause
* Author: Matt Thompson <matt@extent3d.com> * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved.
* SPDX-FileCopyrightText: Matt Thompson <matt@extent3d.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/include/types.h * arch/or1k/include/types.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# arch/or1k/src/Makefile # arch/or1k/src/Makefile
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_allocateheap.c * arch/or1k/src/common/or1k_allocateheap.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_checkstack.c * arch/or1k/src/common/or1k_checkstack.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_copyfullstate.c * arch/or1k/src/common/or1k_copyfullstate.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+3 -2
View File
@@ -1,8 +1,9 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_cpuinfo.c * arch/or1k/src/common/or1k_cpuinfo.c
* *
* Copyright (C) 2018 Extent3D. All rights reserved. * SPDX-License-Identifier: BSD-3-Clause
* Author: Matt Thompson <matt@extent3d.com> * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved.
* SPDX-FileCopyrightText: Matt Thompson <matt@extent3d.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_createstack.c * arch/or1k/src/common/or1k_createstack.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_doirq.c * arch/or1k/src/common/or1k_doirq.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_etherstub.c * arch/or1k/src/common/or1k_etherstub.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_exit.c * arch/or1k/src/common/or1k_exit.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/************************************************************************** /**************************************************************************
* arch/or1k/src/common/or1k_fullcontextrestore.S * arch/or1k/src/common/or1k_fullcontextrestore.S
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_getintstack.c * arch/or1k/src/common/or1k_getintstack.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_idle.c * arch/or1k/src/common/or1k_idle.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_initialize.c * arch/or1k/src/common/or1k_initialize.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+3 -2
View File
@@ -1,8 +1,9 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_initialstate.c * arch/or1k/src/common/or1k_initialstate.c
* *
* Copyright (C) 2018 Extent3D. All rights reserved. * SPDX-License-Identifier: BSD-3-Clause
* Author: Matt Thompson <matt@extent3d.com> * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved.
* SPDX-FileCopyrightText: Matt Thompson <matt@extent3d.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_internal.h * arch/or1k/src/common/or1k_internal.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_lowputs.c * arch/or1k/src/common/or1k_lowputs.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_mdelay.c * arch/or1k/src/common/or1k_mdelay.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_modifyreg16.c * arch/or1k/src/common/or1k_modifyreg16.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_modifyreg32.c * arch/or1k/src/common/or1k_modifyreg32.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_modifyreg8.c * arch/or1k/src/common/or1k_modifyreg8.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_nputs.c * arch/or1k/src/common/or1k_nputs.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_pthread_start.c * 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 * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_registerdump.c * arch/or1k/src/common/or1k_registerdump.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_releasestack.c * arch/or1k/src/common/or1k_releasestack.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/************************************************************************** /**************************************************************************
* arch/or1k/src/common/or1k_saveusercontext.S * arch/or1k/src/common/or1k_saveusercontext.S
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_schedulesigaction.c * arch/or1k/src/common/or1k_schedulesigaction.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_stackframe.c * arch/or1k/src/common/or1k_stackframe.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_switchcontext.c * arch/or1k/src/common/or1k_switchcontext.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_task_start.c * 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 * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+3 -2
View File
@@ -1,8 +1,9 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_timer.c * arch/or1k/src/common/or1k_timer.c
* *
* Copyright (C) 2018 Extent3D. All rights reserved. * SPDX-License-Identifier: BSD-3-Clause
* Author: Matt Thompson <matt@extent3d.com> * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved.
* SPDX-FileCopyrightText: Matt Thompson <matt@extent3d.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_udelay.c * arch/or1k/src/common/or1k_udelay.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/common/or1k_usestack.c * arch/or1k/src/common/or1k_usestack.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# arch/or1k/src/mor1kx/Make.defs # arch/or1k/src/mor1kx/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# arch/or1k/src/mor1kx/Toolchain.defs # arch/or1k/src/mor1kx/Toolchain.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/mor1kx/mor1kx_serial.c * arch/or1k/src/mor1kx/mor1kx_serial.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/mor1kx/mor1kx_start.c * arch/or1k/src/mor1kx/mor1kx_start.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/mor1kx/mor1kx_start.h * arch/or1k/src/mor1kx/mor1kx_start.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/mor1kx/or1k_irq.c * arch/or1k/src/mor1kx/or1k_irq.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+3 -2
View File
@@ -1,8 +1,9 @@
/**************************************************************************** /****************************************************************************
* arch/or1k/src/mor1kx/or1k_vectortab.S * arch/or1k/src/mor1kx/or1k_vectortab.S
* *
* Copyright (C) 2018 Extent3D. All rights reserved. * SPDX-License-Identifier: BSD-3-Clause
* Author: Matt Thompson <matt@extent3d.com> * SPDX-FileCopyrightText: 2018 Extent3D. All rights reserved.
* SPDX-FileCopyrightText: Matt Thompson <matt@extent3d.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions