diff --git a/.github/build-with-docker.sh b/.github/build-with-docker.sh index dbf3399..0e3d9ed 100644 --- a/.github/build-with-docker.sh +++ b/.github/build-with-docker.sh @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/sh display_help() { - echo "Usage: $0 -i image_name -v version -r registry -a architecture -c clean" >&2 + echo "Usage: $0 -i image_name -v version -r registry -a architecture -c clean" >&2 echo echo " -i image_name Specify the image name, for example: bluetooth-aoa-example-build-env" echo " -v version Specify the version of docker image, for example: 1.0.0" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24edeb5..ef13d0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,7 @@ repos: hooks: - id: end-of-file-fixer - id: trailing-whitespace + args: ['--markdown-linebreak-ext=md'] - repo: https://github.com/codespell-project/codespell rev: v2.2.4 hooks: diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 6c828cd..0000000 --- a/LICENSE +++ /dev/null @@ -1,10 +0,0 @@ -**Copyright 2024 Silicon Laboratories Inc. [www.silabs.com](https://www.silabs.com/)** - -Source code in this repo is covered by one of several different licenses. -The default license is the Master Software License Agreement (MSLA) -[www.silabs.com/about-us/legal/master-software-license-agreement](), -which applies unless otherwise noted. - -During the unit test build process, some third-party code will be added to this -repository and separated into another license. An example can be found in the -build/_deps directory, where the Unity library uses the MIT license. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..d3541a6 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,8 @@ +**Copyright 2025 Silicon Laboratories Inc. [www.silabs.com](https://www.silabs.com/)** + +SPDX-License-Identifier: LicenseRef-MSLA + +The licensor of this software is Silicon Laboratories Inc. +Your use of this software is governed by the terms of the Silicon Labs Master Software License Agreement (MSLA) available at +[www.silabs.com/about-us/legal/master-software-license-agreement](www.silabs.com/about-us/legal/master-software-license-agreement). +By installing, copying or otherwise using this software, you agree to the terms of the MSLA.