Skip to content

Commit 3ccca37

Browse files
Heiko KieselWeltraumschaf
authored andcommitted
Add licenses to bin folder
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent 828af3c commit 3ccca37

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

bin/npm-check-updates.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
2+
3+
# SPDX-FileCopyrightText: the secureCodeBox authors
24
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
37
# Applies all MINOR updates to all `package.json` files using `ncu -u -t minor`
48
# in the repository and updates
59
# the `package-lock.json` using `npm i`

bin/npm-ci-all.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-FileCopyrightText: the secureCodeBox authors
4+
#
5+
# SPDX-License-Identifier: Apache-2.0
6+
37
set -euo pipefail
48

59
if [ -z "${PROJECT_DIR:-}" ]; then

0 commit comments

Comments
 (0)