ソースを参照

Add project name, tagline and LICENSE mention to all headers

Alois Mahdal 7 年 前
コミット
6c5f673968
共有7 個のファイルを変更した13 個の追加1 個の削除を含む
  1. 2
    0
      src/include/build.sh
  2. 2
    0
      src/include/deploy.sh
  3. 2
    0
      src/include/facts.sh
  4. 2
    0
      src/include/ini.sh
  5. 2
    0
      src/include/mkit.sh
  6. 2
    0
      src/include/release.sh
  7. 1
    1
      src/include/vars.sh.skel

+ 2
- 0
src/include/build.sh ファイルの表示

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

+ 2
- 0
src/include/deploy.sh ファイルの表示

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

+ 2
- 0
src/include/facts.sh ファイルの表示

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

+ 2
- 0
src/include/ini.sh ファイルの表示

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

+ 2
- 0
src/include/mkit.sh ファイルの表示

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

+ 2
- 0
src/include/release.sh ファイルの表示

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

+ 1
- 1
src/include/vars.sh.skel ファイルの表示

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