Browse Source

Add project name, tagline and LICENSE mention to all headers

Alois Mahdal 7 years ago
parent
commit
6c5f673968

+ 2
- 0
src/include/build.sh View File

1
 #!/bin/bash
1
 #!/bin/bash
2
+# MKit - simple install helper
3
+# See LICENSE file for copyright and license details.
2
 
4
 
3
 mkit_import ini
5
 mkit_import ini
4
 mkit_import facts
6
 mkit_import facts

+ 2
- 0
src/include/deploy.sh View File

1
 #!/bin/bash
1
 #!/bin/bash
2
+# MKit - simple install helper
3
+# See LICENSE file for copyright and license details.
2
 
4
 
3
 _deploy_item() {
5
 _deploy_item() {
4
     #
6
     #

+ 2
- 0
src/include/facts.sh View File

1
 #!/bin/bash
1
 #!/bin/bash
2
+# MKit - simple install helper
3
+# See LICENSE file for copyright and license details.
2
 
4
 
3
 mkit_import ini
5
 mkit_import ini
4
 
6
 

+ 2
- 0
src/include/ini.sh View File

1
 #!/bin/bash
1
 #!/bin/bash
2
+# MKit - simple install helper
3
+# See LICENSE file for copyright and license details.
2
 
4
 
3
 _ini_cat() {
5
 _ini_cat() {
4
     #
6
     #

+ 2
- 0
src/include/mkit.sh View File

1
 #!/bin/bash
1
 #!/bin/bash
2
+# MKit - simple install helper
3
+# See LICENSE file for copyright and license details.
2
 
4
 
3
 die() {
5
 die() {
4
     #
6
     #

+ 2
- 0
src/include/release.sh View File

1
 #!/bin/bash
1
 #!/bin/bash
2
+# MKit - simple install helper
3
+# See LICENSE file for copyright and license details.
2
 
4
 
3
 mkit_import ini
5
 mkit_import ini
4
 mkit_import facts
6
 mkit_import facts

+ 1
- 1
src/include/vars.sh.skel View File

1
 #!/bin/bash
1
 #!/bin/bash
2
-# mkit - simple install helper
2
+# MKit - simple install helper
3
 # See LICENSE file for copyright and license details.
3
 # See LICENSE file for copyright and license details.
4
 
4
 
5
 
5