Skip to content

Commit

Permalink
feat: Adding SPDX identifiers to source/build files
Browse files Browse the repository at this point in the history
Adding SPDX identifiers to all source and make/meson build files to make SBOM generation easier in the future.

Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
  • Loading branch information
vonericsen committed Apr 30, 2024
1 parent 065e448 commit ff5205e
Show file tree
Hide file tree
Showing 59 changed files with 63 additions and 9 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
task:
name: FreeBSD
env:
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
#this file specifies some rules on specific files for line endings and more.
#it also has a section on which files should NOT be part of an export (git archive) command.

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
name: C/C++ CI

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
name: CI for meson build

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
name: MSBuild

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/source-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
name: Create Complete Source Archive

on:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand Down
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
[submodule "opensea-common"]
path = subprojects/opensea-common
url = https://github.com/Seagate/opensea-common.git
Expand Down
2 changes: 1 addition & 1 deletion Make/UEFI/copy_files.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

# SPDX-License-Identifier: MPL-2.0
function usage {
echo "This script will copy all files required to build openSeaChest to the edk2/UDK path specified."
echo "Once the script is done copying, change the target.txt to build one of the following:"
Expand Down
2 changes: 1 addition & 1 deletion Make/UEFI/openSeaChestPkg.dec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## @file

# SPDX-License-Identifier: MPL-2.0
##


Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChestPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# environment.
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
PLATFORM_NAME = openSeaChestPkg
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_Basics.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_Configure.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_Erase.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_Firmware.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_Format.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_GenericTests.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_Info.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_Logs.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_NVMe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_PowerControl.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_SMART.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_Sample.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_Security.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/UEFI/openSeaChest_ZBD.inf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
#
##
# SPDX-License-Identifier: MPL-2.0

[Defines]
INF_VERSION = 0x00010006
Expand Down
1 change: 1 addition & 0 deletions Make/gcc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
#
# Do NOT modify or remove this copyright and license
#
Expand Down
1 change: 1 addition & 0 deletions Make/gccWin/Makefile.gccWin
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
#
# Do NOT modify or remove this copyright and license
#
Expand Down
1 change: 1 addition & 0 deletions Make/gccWin/rename_seachest.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: MPL-2.0
#
#=============== Global Variables ============================================
# Date last edit
Expand Down
1 change: 1 addition & 0 deletions Make/vmware/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
#
# Do NOT modify or remove this copyright and license
#
Expand Down
1 change: 1 addition & 0 deletions Make/vmware/Makefile.openSeaChest_firmware
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
#
# Do NOT modify or remove this copyright and license
#
Expand Down
4 changes: 3 additions & 1 deletion cirrus_ci_post_freebsd_release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

# SPDX-License-Identifier: MPL-2.0

#This script is based on the original example found here: https://cirrus-ci.org/examples/#release-assets
#modifications made to upload only the single artificate necessary from each freeBSD build of
#openSeaChest. This script should be run after the tar.xz file is created by a successful build
Expand Down Expand Up @@ -61,4 +63,4 @@ if [ -f "$file_to_upload" ]; then

else
echo "tar file not found. Nothing to upload!"
fi
fi
1 change: 1 addition & 0 deletions include/EULA.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions include/openseachest_util_options.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
project('openSeaChest', 'c', license: 'MPL-2.0', default_options : ['warning_level=2'])

c = meson.get_compiler('c')
Expand Down
1 change: 1 addition & 0 deletions meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
option('tools', type : 'array', choices : [
'Basics',
'Configure',
Expand Down
5 changes: 3 additions & 2 deletions nfpm.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
name: "openseachest"
arch: "amd64"
platform: "linux"
Expand All @@ -14,9 +15,9 @@ homepage: "https://www.github.com/Seagate/openSeaChest"
license: "MPL"
contents:
- src: openSeaChest_*
dst: /usr/bin/openSeaChest
dst: /usr/local/bin/openSeaChest
file_info:
# Make sure that the mode is specified in octal, e.g. 0644 instead of 644.
mode: 0755
- src: man/man8/openSeaChest_*.8
dst: /usr/bin/openSeaChest/man/man8/
dst: /usr/local/share/man/man8/
1 change: 1 addition & 0 deletions src/EULA.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions src/openseachest_util_options.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
2 changes: 1 addition & 1 deletion subprojects/opensea-operations
Submodule opensea-operations updated 71 files
+1 −0 .gitattributes
+1 −0 .gitignore
+0 −45 .travis.yml
+1 −1 Make/UEFI/copy_files.sh
+1 −1 Make/UEFI/opensea-operations.dec
+1 −0 Make/UEFI/opensea-operations.dsc
+1 −0 Make/UEFI/opensea-operations.inf
+1 −0 Make/gcc/Makefile
+1 −0 Make/gccWin/Makefile.gccWin
+1 −0 Make/vmware/Makefile
+1 −0 include/ata_Security.h
+1 −0 include/ata_device_config_overlay.h
+1 −0 include/buffer_test.h
+1 −0 include/defect.h
+1 −0 include/depopulate.h
+1 −0 include/device_statistics.h
+1 −0 include/drive_info.h
+1 −0 include/dst.h
+1 −0 include/farm_log.h
+1 −0 include/firmware_download.h
+1 −0 include/format.h
+1 −0 include/generic_tests.h
+1 −0 include/host_erase.h
+1 −0 include/logs.h
+1 −0 include/nvme_operations.h
+1 −0 include/opensea_operation_version.h
+1 −0 include/operations.h
+1 −0 include/operations_Common.h
+1 −0 include/partition_info.h
+1 −0 include/power_control.h
+1 −0 include/reservations.h
+1 −0 include/sanitize.h
+1 −0 include/sas_phy.h
+1 −0 include/sata_phy.h
+1 −0 include/seagate_operations.h
+1 −0 include/sector_repair.h
+1 −0 include/set_max_lba.h
+1 −0 include/smart.h
+1 −0 include/trim_unmap.h
+1 −0 include/writesame.h
+1 −0 include/zoned_operations.h
+1 −0 meson.build
+1 −0 src/ata_Security.c
+1 −0 src/ata_device_config_overlay.c
+1 −0 src/buffer_test.c
+1 −0 src/defect.c
+1 −0 src/depopulate.c
+1 −0 src/device_statistics.c
+1 −0 src/drive_info.c
+1 −0 src/dst.c
+1 −0 src/farm_log.c
+1 −0 src/firmware_download.c
+1 −0 src/format.c
+1 −0 src/generic_tests.c
+1 −0 src/host_erase.c
+1 −0 src/logs.c
+1 −0 src/nvme_operations.c
+1 −0 src/operations.c
+1 −0 src/partition_info.c
+1 −0 src/power_control.c
+1 −0 src/reservations.c
+1 −0 src/sanitize.c
+1 −0 src/sas_phy.c
+1 −0 src/sata_phy.c
+1 −0 src/seagate_operations.c
+1 −0 src/sector_repair.c
+1 −0 src/set_max_lba.c
+1 −0 src/smart.c
+1 −0 src/trim_unmap.c
+1 −0 src/writesame.c
+1 −0 src/zoned_operations.c
2 changes: 1 addition & 1 deletion subprojects/opensea-transport
Submodule opensea-transport updated 99 files
+1 −0 .gitattributes
+1 −0 .gitignore
+0 −39 .travis.yml
+1 −1 Make/UEFI/copy_files.sh
+1 −1 Make/UEFI/opensea-transport.dec
+1 −0 Make/UEFI/opensea-transport.dsc
+1 −0 Make/UEFI/opensea-transport.inf
+1 −0 Make/gcc/Makefile
+1 −0 Make/gccWin/Makefile.gccWin
+1 −0 Make/vmware/Makefile
+1 −0 include/aix_helper.h
+1 −0 include/asmedia_nvme_helper.h
+1 −0 include/ata_helper.h
+1 −0 include/ata_helper_func.h
+1 −0 include/cam_helper.h
+1 −0 include/ciss_helper.h
+1 −0 include/ciss_helper_func.h
+1 −0 include/cmds.h
+1 −0 include/common_public.h
+1 −0 include/csmi_helper.h
+1 −0 include/csmi_helper_func.h
+1 −0 include/csmi_legacy_pt_cdb_helper.h
+1 −0 include/cypress_legacy_helper.h
+1 −0 include/external/ciss/freebsd/cissio.h
+1 −0 include/external/ciss/freebsd/smartpqi_ioctl.h
+1 −0 include/external/ciss/solaris/cpqary3.h
+1 −0 include/external/ciss/solaris/cpqary3_ciss.h
+1 −0 include/external/ciss/solaris/cpqary3_ioctl.h
+1 −0 include/intel_rst_defs.h
+1 −0 include/intel_rst_helper.h
+1 −0 include/jmicron_nvme_helper.h
+1 −0 include/nec_legacy_helper.h
+1 −0 include/nvme_helper.h
+1 −0 include/nvme_helper_func.h
+1 −0 include/of_nvmeIoctl.h
+1 −0 include/of_nvme_helper.h
+1 −0 include/of_nvme_helper_func.h
+1 −0 include/platform_helper.h
+1 −0 include/prolific_legacy_helper.h
+1 −0 include/psp_legacy_helper.h
+1 −0 include/raid_scan_helper.h
+1 −0 include/sat_helper.h
+1 −0 include/sat_helper_func.h
+1 −0 include/sata_helper_func.h
+1 −0 include/sata_types.h
+1 −0 include/scsi_helper.h
+1 −0 include/scsi_helper_func.h
+1 −0 include/sg_helper.h
+1 −0 include/sntl_helper.h
+1 −0 include/ti_legacy_helper.h
+1 −0 include/uefi_helper.h
+1 −0 include/usb_hacks.h
+1 −0 include/uscsi_helper.h
+1 −0 include/vendor/seagate/seagate_ata_types.h
+1 −0 include/vendor/seagate/seagate_common_types.h
+1 −0 include/vendor/seagate/seagate_scsi_types.h
+1 −0 include/version.h
+1 −0 include/vm_helper.h
+1 −0 include/vm_nvme.h
+1 −0 include/vm_nvme_drv_config.h
+1 −0 include/vm_nvme_lib.h
+1 −0 include/vm_nvme_mgmt.h
+1 −0 include/win_helper.h
+1 −0 meson.build
+1 −0 src/aix_helper.c
+1 −0 src/asmedia_nvme_helper.c
+1 −0 src/ata_cmds.c
+1 −0 src/ata_helper.c
+1 −0 src/ata_legacy_cmds.c
+1 −0 src/cam_helper.c
+1 −0 src/ciss_helper.c
+1 −0 src/cmds.c
+1 −0 src/common_public.c
+1 −0 src/csmi_helper.c
+1 −0 src/csmi_legacy_pt_cdb_helper.c
+1 −0 src/cypress_legacy_helper.c
+1 −0 src/intel_rst_helper.c
+1 −0 src/jmicron_nvme_helper.c
+1 −0 src/nec_legacy_helper.c
+1 −0 src/nvme_cmds.c
+1 −0 src/nvme_helper.c
+1 −0 src/of_nvme_helper.c
+1 −0 src/prolific_legacy_helper.c
+1 −0 src/psp_legacy_helper.c
+1 −0 src/raid_scan_helper.c
+1 −0 src/sat_helper.c
+1 −0 src/sata_helper_func.c
+1 −0 src/scsi_cmds.c
+1 −0 src/scsi_helper.c
+1 −0 src/sg_helper.c
+1 −0 src/sntl_helper.c
+1 −0 src/ti_legacy_helper.c
+1 −0 src/uefi_helper.c
+1 −0 src/usb_hacks.c
+24 −15 src/uscsi_helper.c
+1 −0 src/vm_helper.c
+1 −0 src/vm_nvme_lib.c
+1 −0 src/vm_nvme_mgmt_common.c
+1 −0 src/win_helper.c
2 changes: 1 addition & 1 deletion subprojects/wingetopt
Submodule wingetopt updated 2 files
+1 −0 src/getopt.c
+1 −0 src/getopt.h
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_Basics.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_Configure.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_Erase.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_Firmware.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_Format.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_GenericTests.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_Info.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_Logs.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_NVMe.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// openSeaChest_NVMe.c
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_PassthroughTest.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_PowerControl.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_Reservations.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_SMART.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_Sample.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_Security.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down
1 change: 1 addition & 0 deletions utils/C/openSeaChest/openSeaChest_ZBD.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
//
// Do NOT modify or remove this copyright and license
//
Expand Down

0 comments on commit ff5205e

Please sign in to comment.