Browse Source

add copyright notice to copied scripts

pull/35/head
Martin Kepplinger 5 years ago
parent
commit
e15390b724
5 changed files with 5 additions and 0 deletions
  1. +1
    -0
      build.sh
  2. +1
    -0
      common/config_and_make.sh
  3. +1
    -0
      common/download_coreboot.sh
  4. +1
    -0
      common/variables.sh
  5. +1
    -0
      x230/compile.sh

+ 1
- 0
build.sh View File

@ -1,5 +1,6 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2018, Tom Hiller <thrilleratplay@gmail.com>
set -e
## import variables


+ 1
- 0
common/config_and_make.sh View File

@ -1,5 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2018, Tom Hiller <thrilleratplay@gmail.com>
# shellcheck disable=SC1091
source /home/coreboot/common_scripts/variables.sh


+ 1
- 0
common/download_coreboot.sh View File

@ -1,5 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2018, Tom Hiller <thrilleratplay@gmail.com>
# shellcheck disable=SC1091
source /home/coreboot/common_scripts/variables.sh


+ 1
- 0
common/variables.sh View File

@ -1,5 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2018, Tom Hiller <thrilleratplay@gmail.com>
################################################################################
## VARIABLES


+ 1
- 0
x230/compile.sh View File

@ -1,5 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2018, Tom Hiller <thrilleratplay@gmail.com>
# shellcheck disable=SC1091
source /home/coreboot/common_scripts/variables.sh


Loading…
Cancel
Save