Skip to content

Commit

Permalink
include: migrate to SPDX identifier
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jerpelea committed Dec 19, 2024
1 parent e785065 commit f4de6f1
Show file tree
Hide file tree
Showing 230 changed files with 541 additions and 205 deletions.
2 changes: 2 additions & 0 deletions include/audioutils/fmsynth.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/audioutils/fmsynth.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
Expand Down
2 changes: 2 additions & 0 deletions include/audioutils/fmsynth_eg.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/audioutils/fmsynth_eg.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
Expand Down
2 changes: 2 additions & 0 deletions include/audioutils/fmsynth_op.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/audioutils/fmsynth_op.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
Expand Down
2 changes: 2 additions & 0 deletions include/audioutils/mml_parser.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/audioutils/mml_parser.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
Expand Down
2 changes: 2 additions & 0 deletions include/audioutils/nxaudio.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/audioutils/nxaudio.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
Expand Down
2 changes: 2 additions & 0 deletions include/builtin/builtin.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/builtin/builtin.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
Expand Down
2 changes: 2 additions & 0 deletions include/canutils/canlib.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/canutils/canlib.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
Expand Down
2 changes: 2 additions & 0 deletions include/canutils/lely/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/canutils/lely/config.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
Expand Down
2 changes: 2 additions & 0 deletions include/canutils/obd.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/canutils/obd.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
Expand Down
2 changes: 2 additions & 0 deletions include/canutils/obd_frame.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/canutils/obd_frame.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
Expand Down
2 changes: 2 additions & 0 deletions include/canutils/obd_pid.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/canutils/obd_pid.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
Expand Down
5 changes: 3 additions & 2 deletions include/crypto/controlse/ccertificate.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//***************************************************************************
// apps/include/crypto/controlse/ccertificate.hxx
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 NXP
//
// 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
Expand All @@ -18,8 +21,6 @@
//
//***************************************************************************

// Copyright 2024 NXP

#pragma once

//***************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions include/crypto/controlse/ccsr.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//***************************************************************************
// apps/include/crypto/controlse/ccsr.hxx
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 NXP
//
// 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
Expand All @@ -18,8 +21,6 @@
//
//**************************************************************************

// Copyright 2024 NXP

#pragma once

//***************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions include/crypto/controlse/chex_util.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//***************************************************************************
// apps/include/crypto/controlse/chex_util.hxx
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 NXP
//
// 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
Expand All @@ -18,8 +21,6 @@
//
//**************************************************************************

// Copyright 2024 NXP

#pragma once

//***************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions include/crypto/controlse/cpublic_key.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//***************************************************************************
// apps/include/crypto/controlse/cpublic_key.hxx
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 NXP
//
// 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
Expand All @@ -18,8 +21,6 @@
//
//**************************************************************************

// Copyright 2024 NXP

#pragma once

//***************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions include/crypto/controlse/csan_builder.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//***************************************************************************
// apps/include/crypto/controlse/csan_builder.hxx
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 NXP
//
// 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
Expand All @@ -18,8 +21,6 @@
//
//**************************************************************************

// Copyright 2024 NXP

#pragma once

//***************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions include/crypto/controlse/csecure_element.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//***************************************************************************
// apps/include/crypto/controlse/csecure_element.hxx
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 NXP
//
// 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
Expand All @@ -18,8 +21,6 @@
//
//**************************************************************************

// Copyright 2024 NXP

#pragma once

//***************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions include/crypto/controlse/cserial_number.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//***************************************************************************
// apps/include/crypto/controlse/cserial_number.hxx
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 NXP
//
// 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
Expand All @@ -18,8 +21,6 @@
//
//**************************************************************************

// Copyright 2024 NXP

#pragma once

//***************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions include/crypto/controlse/cstring.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//***************************************************************************
// apps/include/crypto/controlse/cstring.hxx
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 NXP
//
// 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
Expand All @@ -18,8 +21,6 @@
//
//**************************************************************************

// Copyright 2024 NXP

#pragma once

//***************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions include/crypto/controlse/isecure_element.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//***************************************************************************
// apps/include/crypto/controlse/isecure_element.hxx
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 NXP
//
// 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
Expand All @@ -18,8 +21,6 @@
//
//**************************************************************************

// Copyright 2024 NXP

//***************************************************************************
// Included Files
//***************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions include/crypto/controlse/isecure_element_object.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//***************************************************************************
// apps/include/crypto/controlse/isecure_element_object.hxx
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 NXP
//
// 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
Expand All @@ -18,8 +21,6 @@
//
//**************************************************************************

// Copyright 2024 NXP

#pragma once

//***************************************************************************
Expand Down
2 changes: 2 additions & 0 deletions include/fsutils/flash_eraseall.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/fsutils/flash_eraseall.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
Expand Down
2 changes: 2 additions & 0 deletions include/fsutils/inifile.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/fsutils/inifile.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
Expand Down
2 changes: 2 additions & 0 deletions include/fsutils/ipcfg.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/fsutils/ipcfg.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
Expand Down
2 changes: 2 additions & 0 deletions include/fsutils/mkfatfs.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/fsutils/mkfatfs.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
Expand Down
2 changes: 2 additions & 0 deletions include/fsutils/mksmartfs.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/fsutils/mksmartfs.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
Expand Down
2 changes: 2 additions & 0 deletions include/fsutils/passwd.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/fsutils/passwd.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
Expand Down
2 changes: 2 additions & 0 deletions include/graphics/curses.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/graphics/curses.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
Expand Down
2 changes: 2 additions & 0 deletions include/graphics/ft80x.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/graphics/ft80x.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
Expand Down
2 changes: 2 additions & 0 deletions include/graphics/nxglyphs.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/graphics/nxwidgets/nxglyphs.hxx
*
* 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
Expand Down
2 changes: 2 additions & 0 deletions include/graphics/nxwidgets/cbgwindow.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/graphics/nxwidgets/cbgwindow.hxx
*
* 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
Expand Down
2 changes: 2 additions & 0 deletions include/graphics/nxwidgets/cbitmap.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/graphics/nxwidgets/cbitmap.hxx
*
* 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
Expand Down
2 changes: 2 additions & 0 deletions include/graphics/nxwidgets/cbutton.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/include/graphics/nxwidgets/cbutton.hxx
*
* 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
Expand Down
Loading

0 comments on commit f4de6f1

Please sign in to comment.