Skip to content

Commit 156547e

Browse files
committed
Add MIT SPDX header to dump.sh
1 parent a2a5cda commit 156547e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dump.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
# SPDX-FileCopyrightText: luk1337
4+
# SPDX-License-Identifier: MIT
5+
#
6+
27
set -ex
38

49
# Extract full update

0 commit comments

Comments
 (0)