Skip to content

Commit 728e280

Browse files
authored
#30 update License file (#32)
Fixed the typo and updated the year in the copywrite notice. Changed wording to match with guidelines. Removed not needed part which was copied over and not needed. Updated pre-commit tool config to preserve hard line breaks in .md files
1 parent 96e4fa9 commit 728e280

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

.github/build-with-docker.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#!/bin/sh
1+
#!/bin/sh
22

33
display_help() {
4-
echo "Usage: $0 -i image_name -v version -r registry -a architecture -c clean" >&2
4+
echo "Usage: $0 -i image_name -v version -r registry -a architecture -c clean" >&2
55
echo
66
echo " -i image_name Specify the image name, for example: bluetooth-aoa-example-build-env"
77
echo " -v version Specify the version of docker image, for example: 1.0.0"

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repos:
55
hooks:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8+
args: ['--markdown-linebreak-ext=md']
89
- repo: https://github.com/codespell-project/codespell
910
rev: v2.2.4
1011
hooks:

LICENSE

-10
This file was deleted.

LICENSE.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
**Copyright 2025 Silicon Laboratories Inc. [www.silabs.com](https://www.silabs.com/)**
2+
3+
SPDX-License-Identifier: LicenseRef-MSLA
4+
5+
The licensor of this software is Silicon Laboratories Inc.
6+
Your use of this software is governed by the terms of the Silicon Labs Master Software License Agreement (MSLA) available at
7+
[www.silabs.com/about-us/legal/master-software-license-agreement](www.silabs.com/about-us/legal/master-software-license-agreement).
8+
By installing, copying or otherwise using this software, you agree to the terms of the MSLA.

0 commit comments

Comments
 (0)