Skip to content

Commit

Permalink
Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
chunfantasy committed Jun 3, 2024
1 parent 92a6782 commit 201cd5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/winSign.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
*/

const { execSync } = require('child_process');

exports.default = configuration => {
Expand Down

0 comments on commit 201cd5d

Please sign in to comment.