mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Add license information to break.sh
Not that it's exactly copyrightable, being just "exit 0", but linter complains about it.
This commit is contained in:
parent
2823e16325
commit
97f31072ce
1 changed files with 6 additions and 0 deletions
|
|
@ -1 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2023 Gábor Stefanik <netrolller.3d@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue