This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
lc-coreboot
Watch
1
Star
0
Fork
0
Code
Releases
28
Wiki
Activity
Browse Source
add copyright notice to copied scripts
pull/35/head
Martin Kepplinger
6 years ago
parent
61f7332119
commit
e15390b724
5 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
build.sh
+1
-0
common/config_and_make.sh
+1
-0
common/download_coreboot.sh
+1
-0
common/variables.sh
+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
Write
Preview
Loading…
Cancel
Save