[codeface] [PATCH 5/9] Provide license headers for integration files

  • From: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
  • To: <codeface@xxxxxxxxxxxxx>
  • Date: Thu, 16 Jun 2016 22:46:30 +0200

Refactoring the vagrant file did not pull over copyright
headers. Integrate the information back.

Signed-off-by: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
CC: Roger Meier <roger@xxxxxxxxxxxxxxxxx>
CC: Matthias Dittrich <matthi.d@xxxxxxxxx>
CC: Claus Hunsen <hunsen@xxxxxxxxxxxxxxxxx>
---
 integration-scripts/install_codeface_R.sh      | 2 ++
 integration-scripts/install_codeface_node.sh   | 2 ++
 integration-scripts/install_codeface_python.sh | 2 ++
 integration-scripts/install_common.sh          | 2 ++
 integration-scripts/install_cppstats.sh        | 4 ++++
 integration-scripts/setup_database.sh          | 3 +++
 integration-scripts/test_codeface.sh           | 2 ++
 7 files changed, 17 insertions(+)

diff --git a/integration-scripts/install_codeface_R.sh 
b/integration-scripts/install_codeface_R.sh
index 58ebf04..05f7c9a 100755
--- a/integration-scripts/install_codeface_R.sh
+++ b/integration-scripts/install_codeface_R.sh
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright Roger Meier <roger@xxxxxxxxxxxxxxxxx>
+# SPDX-License-Identifier:     Apache-2.0 BSD-2-Clause GPL-2.0+ MIT WTFPL
 
 echo "Providing R libraries"
 
diff --git a/integration-scripts/install_codeface_node.sh 
b/integration-scripts/install_codeface_node.sh
index c0e56c4..855c059 100755
--- a/integration-scripts/install_codeface_node.sh
+++ b/integration-scripts/install_codeface_node.sh
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright Roger Meier <roger@xxxxxxxxxxxxxxxxx>
+# SPDX-License-Identifier:     Apache-2.0 BSD-2-Clause GPL-2.0+ MIT WTFPL
 
 echo "Providing id_service"
 
diff --git a/integration-scripts/install_codeface_python.sh 
b/integration-scripts/install_codeface_python.sh
index b730710..6bae617 100755
--- a/integration-scripts/install_codeface_python.sh
+++ b/integration-scripts/install_codeface_python.sh
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright Roger Meier <roger@xxxxxxxxxxxxxxxxx>
+# SPDX-License-Identifier:     Apache-2.0 BSD-2-Clause GPL-2.0+ MIT WTFPL
 
 echo "Providing codeface python"
 
diff --git a/integration-scripts/install_common.sh 
b/integration-scripts/install_common.sh
index 2ca8ede..08c1ffe 100755
--- a/integration-scripts/install_common.sh
+++ b/integration-scripts/install_common.sh
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Copyright Roger Meier <roger@xxxxxxxxxxxxxxxxx>
+# SPDX-License-Identifier:     Apache-2.0 BSD-2-Clause GPL-2.0+ MIT WTFPL
 
 echo "Providing common binaries and libraries"
 
diff --git a/integration-scripts/install_cppstats.sh 
b/integration-scripts/install_cppstats.sh
index c8f460e..38bca6a 100755
--- a/integration-scripts/install_cppstats.sh
+++ b/integration-scripts/install_cppstats.sh
@@ -1,6 +1,10 @@
 #!/bin/bash
 # NOTE: bash instead of sh is required for pushd/popd
 
+# Copyright Roger Meier <roger@xxxxxxxxxxxxxxxxx>
+# Copyright Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
+# SPDX-License-Identifier:     Apache-2.0 BSD-2-Clause GPL-2.0+ MIT WTFPL
+
 export CPPSTATS_VERSION=0.8.4
 
 echo "Providing cppstats $CPPSTATS_VERSION"
diff --git a/integration-scripts/setup_database.sh 
b/integration-scripts/setup_database.sh
index 79f641c..a0b8eee 100755
--- a/integration-scripts/setup_database.sh
+++ b/integration-scripts/setup_database.sh
@@ -1,4 +1,7 @@
 #!/bin/sh
+# Copyright Roger Meier <roger@xxxxxxxxxxxxxxxxx>
+# Copyright Claus Hunsen <hunsen@xxxxxxxxxxxxxxxxx>
+# SPDX-License-Identifier:     Apache-2.0 BSD-2-Clause GPL-2.0+ MIT WTFPL
 
 echo "Providing codeface database"
 
diff --git a/integration-scripts/test_codeface.sh 
b/integration-scripts/test_codeface.sh
index 6e58fa0..91f0ff6 100755
--- a/integration-scripts/test_codeface.sh
+++ b/integration-scripts/test_codeface.sh
@@ -1,4 +1,6 @@
 #!/bin/bash
+# Copyright Matthias Dittrich <matthi.d@xxxxxxxxx>
+# SPDX-License-Identifier:     Apache-2.0 BSD-2-Clause GPL-2.0+ MIT WTFPL
 
 cd "id_service"
 node id_service.js ../codeface.conf &
-- 
2.8.3


Other related posts:

  • » [codeface] [PATCH 5/9] Provide license headers for integration files - Wolfgang Mauerer