mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 02:48:37 +08:00
boards/or1k/mor1kx: 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:
parent
5e0ff14969
commit
3cd33a47ea
9 changed files with 20 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/or1k/mor1kx/or1k/include/board.h
|
* boards/or1k/mor1kx/or1k/include/board.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
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
############################################################################
|
############################################################################
|
||||||
# boards/or1k/mor1kx/or1k/scripts/Make.defs
|
# boards/or1k/mor1kx/or1k/scripts/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
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/or1k/mor1kx/or1k/scripts/flash.ld
|
* boards/or1k/mor1kx/or1k/scripts/flash.ld
|
||||||
*
|
*
|
||||||
|
* 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 @@
|
||||||
############################################################################
|
############################################################################
|
||||||
# boards/or1k/mor1kx/or1k/src/Makefile
|
# boards/or1k/mor1kx/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
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/or1k/mor1kx/or1k/src/or1k.h
|
* boards/or1k/mor1kx/or1k/src/or1k.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
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/or1k/mor1kx/or1k/src/or1k_appinit.c
|
* boards/or1k/mor1kx/or1k/src/or1k_appinit.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 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/or1k/mor1kx/or1k/src/or1k_autoled.c
|
* boards/or1k/mor1kx/or1k/src/or1k_autoled.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,8 +1,9 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/or1k/mor1kx/or1k/src/or1k_boot.c
|
* boards/or1k/mor1kx/or1k/src/or1k_boot.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-FileContributor: 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
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/or1k/mor1kx/or1k/src/or1k_bringup.c
|
* boards/or1k/mor1kx/or1k/src/or1k_bringup.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-FileContributor: 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
|
||||||
|
|
Loading…
Reference in a new issue