mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
boards/z16/z16f: 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:
committed by
Xiang Xiao
parent
f5c37ee14f
commit
f34ae08148
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/z16/z16f/z16f2800100zcog/include/board.h
|
* boards/z16/z16f/z16f2800100zcog/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/z16/z16f/z16f2800100zcog/scripts/Make.defs
|
# boards/z16/z16f/z16f2800100zcog/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,22 +1,24 @@
|
|||||||
/****************************************************************************/
|
/****************************************************************************
|
||||||
/* boards/z16/z16f/z16f2800100zcog/scripts/z16f2800100zcog.linkcmd */
|
* boards/z16/z16f/z16f2800100zcog/scripts/z16f2800100zcog.linkcmd
|
||||||
/* */
|
*
|
||||||
/* Licensed to the Apache Software Foundation (ASF) under one or more */
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
/* contributor license agreements. See the NOTICE file distributed with */
|
*
|
||||||
/* this work for additional information regarding copyright ownership. The */
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
/* ASF licenses this file to you under the Apache License, Version 2.0 (the */
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
/* "License"); you may not use this file except in compliance with the */
|
* this work for additional information regarding copyright ownership. The
|
||||||
/* License. You may obtain a copy of the License at */
|
* ASF licenses this file to you under the Apache License, Version 2.0 (the
|
||||||
/* */
|
* "License"); you may not use this file except in compliance with the
|
||||||
/* http://www.apache.org/licenses/LICENSE-2.0 */
|
* License. You may obtain a copy of the License at
|
||||||
/* */
|
*
|
||||||
/* Unless required by applicable law or agreed to in writing, software */
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
/* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT*/
|
*
|
||||||
/* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the*/
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
/* License for the specific language governing permissions and limitations */
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
/* under the License. */
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
/* */
|
* License for the specific language governing permissions and limitations
|
||||||
/****************************************************************************/
|
* under the License.
|
||||||
|
*
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
-FORMAT=OMF695,INTEL32
|
-FORMAT=OMF695,INTEL32
|
||||||
-map -maxhexlen=64 -quiet -sort NAME=ascending -unresolved=fatal
|
-map -maxhexlen=64 -quiet -sort NAME=ascending -unresolved=fatal
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
# boards/z16/z16f/z16f2800100zcog/src/Makefile
|
# boards/z16/z16f/z16f2800100zcog/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/z16/z16f/z16f2800100zcog/src/z16f_appinit.c
|
* boards/z16/z16f/z16f2800100zcog/src/z16f_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/z16/z16f/z16f2800100zcog/src/z16f_boot.c
|
* boards/z16/z16f/z16f2800100zcog/src/z16f_boot.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/z16/z16f/z16f2800100zcog/src/z16f_leds.c
|
* boards/z16/z16f/z16f2800100zcog/src/z16f_leds.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,6 +2,8 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
# boards/z16/z16f/z16f2800100zcog/tools/dopatch.sh
|
# boards/z16/z16f/z16f2800100zcog/tools/dopatch.sh
|
||||||
#
|
#
|
||||||
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user