<p>laforge <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14542">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Put build / run scripts under Apache 2.0 license<br><br>The license of the build or execution scripts doesn't affect the license<br>of the actual program, and we want to explicitly state that these scripts may<br>be used in any kind of context.<br><br>Change-Id: I553925cd88b05903aab52ae1afb093aa9ab9d035<br>---<br>M Makefile<br>M compare-results.sh<br>M deps/Makefile<br>M gen_links.sh.inc<br>M log_merge.sh<br>M regen-makefile.sh<br>M start-testsuite.sh<br>M update_expected_results_from_jenkins.sh<br>8 files changed, 119 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Makefile b/Makefile</span><br><span>index b8778af..2c8e951 100644</span><br><span>--- a/Makefile</span><br><span>+++ b/Makefile</span><br><span>@@ -1,3 +1,18 @@</span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2017 Harald Welte</span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Licensed under the Apache License, Version 2.0 (the "License");</span><br><span style="color: hsl(120, 100%, 40%);">+# you may not use this file except in compliance with the License.</span><br><span style="color: hsl(120, 100%, 40%);">+# You may obtain a copy of the License at</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+#     http://www.apache.org/licenses/LICENSE-2.0</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Unless required by applicable law or agreed to in writing, software</span><br><span style="color: hsl(120, 100%, 40%);">+# distributed under the License is distributed on an "AS IS" BASIS,</span><br><span style="color: hsl(120, 100%, 40%);">+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span><br><span style="color: hsl(120, 100%, 40%);">+# See the License for the specific language governing permissions and</span><br><span style="color: hsl(120, 100%, 40%);">+# limitations under the License.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> SUBDIRS=bsc bsc-nat bts ggsn_tests hlr mgw msc pcu sccp selftest sgsn sip sysinfo</span><br><span> </span><br><span> NPROC=$(shell nproc 2>/dev/null)</span><br><span>diff --git a/compare-results.sh b/compare-results.sh</span><br><span>index cce3a8d..6037174 100755</span><br><span>--- a/compare-results.sh</span><br><span>+++ b/compare-results.sh</span><br><span>@@ -2,6 +2,20 @@</span><br><span> expected_file="$1"</span><br><span> results_file="$2"</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Licensed under the Apache License, Version 2.0 (the "License");</span><br><span style="color: hsl(120, 100%, 40%);">+# you may not use this file except in compliance with the License.</span><br><span style="color: hsl(120, 100%, 40%);">+# You may obtain a copy of the License at</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+#     http://www.apache.org/licenses/LICENSE-2.0</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Unless required by applicable law or agreed to in writing, software</span><br><span style="color: hsl(120, 100%, 40%);">+# distributed under the License is distributed on an "AS IS" BASIS,</span><br><span style="color: hsl(120, 100%, 40%);">+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span><br><span style="color: hsl(120, 100%, 40%);">+# See the License for the specific language governing permissions and</span><br><span style="color: hsl(120, 100%, 40%);">+# limitations under the License.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> usage() {</span><br><span>   echo "</span><br><span> Usage:</span><br><span>diff --git a/deps/Makefile b/deps/Makefile</span><br><span>index 23f7b64..cdca8f1 100644</span><br><span>--- a/deps/Makefile</span><br><span>+++ b/deps/Makefile</span><br><span>@@ -1,3 +1,17 @@</span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2017 Harald Welte</span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Licensed under the Apache License, Version 2.0 (the "License");</span><br><span style="color: hsl(120, 100%, 40%);">+# you may not use this file except in compliance with the License.</span><br><span style="color: hsl(120, 100%, 40%);">+# You may obtain a copy of the License at</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+#     http://www.apache.org/licenses/LICENSE-2.0</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Unless required by applicable law or agreed to in writing, software</span><br><span style="color: hsl(120, 100%, 40%);">+# distributed under the License is distributed on an "AS IS" BASIS,</span><br><span style="color: hsl(120, 100%, 40%);">+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span><br><span style="color: hsl(120, 100%, 40%);">+# See the License for the specific language governing permissions and</span><br><span style="color: hsl(120, 100%, 40%);">+# limitations under the License.</span><br><span> </span><br><span> ECLIPSEGIT:=https://github.com/eclipse</span><br><span> ECLIPSEGIT2:=git://git.eclipse.org/gitroot/titan</span><br><span>diff --git a/gen_links.sh.inc b/gen_links.sh.inc</span><br><span>index 8a87359..539b398 100644</span><br><span>--- a/gen_links.sh.inc</span><br><span>+++ b/gen_links.sh.inc</span><br><span>@@ -1,6 +1,21 @@</span><br><span> #!dont_run_this</span><br><span> # This file is sourced by */gen_links.sh</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2017 Harald Welte</span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Licensed under the Apache License, Version 2.0 (the "License");</span><br><span style="color: hsl(120, 100%, 40%);">+# you may not use this file except in compliance with the License.</span><br><span style="color: hsl(120, 100%, 40%);">+# You may obtain a copy of the License at</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+#     http://www.apache.org/licenses/LICENSE-2.0</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Unless required by applicable law or agreed to in writing, software</span><br><span style="color: hsl(120, 100%, 40%);">+# distributed under the License is distributed on an "AS IS" BASIS,</span><br><span style="color: hsl(120, 100%, 40%);">+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span><br><span style="color: hsl(120, 100%, 40%);">+# See the License for the specific language governing permissions and</span><br><span style="color: hsl(120, 100%, 40%);">+# limitations under the License.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> rm -f .gitignore</span><br><span> </span><br><span> gen_link() {</span><br><span>diff --git a/log_merge.sh b/log_merge.sh</span><br><span>index d3c50f7..886b788 100755</span><br><span>--- a/log_merge.sh</span><br><span>+++ b/log_merge.sh</span><br><span>@@ -7,6 +7,21 @@</span><br><span> #</span><br><span> # the output files will be called "Module-Testcase.merged"</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2018 Harald Welte</span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Licensed under the Apache License, Version 2.0 (the "License");</span><br><span style="color: hsl(120, 100%, 40%);">+# you may not use this file except in compliance with the License.</span><br><span style="color: hsl(120, 100%, 40%);">+# You may obtain a copy of the License at</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+#     http://www.apache.org/licenses/LICENSE-2.0</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Unless required by applicable law or agreed to in writing, software</span><br><span style="color: hsl(120, 100%, 40%);">+# distributed under the License is distributed on an "AS IS" BASIS,</span><br><span style="color: hsl(120, 100%, 40%);">+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span><br><span style="color: hsl(120, 100%, 40%);">+# See the License for the specific language governing permissions and</span><br><span style="color: hsl(120, 100%, 40%);">+# limitations under the License.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> if [ "x$1" = "x" ]; then</span><br><span>    echo "You have to specify the Test Suite prefix"</span><br><span>   exit 2</span><br><span>diff --git a/regen-makefile.sh b/regen-makefile.sh</span><br><span>index d2b747e..7be47bb 100755</span><br><span>--- a/regen-makefile.sh</span><br><span>+++ b/regen-makefile.sh</span><br><span>@@ -1,5 +1,21 @@</span><br><span> #!/bin/sh</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2017-2019 Harald Welte</span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Licensed under the Apache License, Version 2.0 (the "License");</span><br><span style="color: hsl(120, 100%, 40%);">+# you may not use this file except in compliance with the License.</span><br><span style="color: hsl(120, 100%, 40%);">+# You may obtain a copy of the License at</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+#     http://www.apache.org/licenses/LICENSE-2.0</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Unless required by applicable law or agreed to in writing, software</span><br><span style="color: hsl(120, 100%, 40%);">+# distributed under the License is distributed on an "AS IS" BASIS,</span><br><span style="color: hsl(120, 100%, 40%);">+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span><br><span style="color: hsl(120, 100%, 40%);">+# See the License for the specific language governing permissions and</span><br><span style="color: hsl(120, 100%, 40%);">+# limitations under the License.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> # Wrapper around the TITAN make file generator to work in Debian.</span><br><span> #</span><br><span> # TITAN has a makefile generator, but somehow Debian seems to install</span><br><span>diff --git a/start-testsuite.sh b/start-testsuite.sh</span><br><span>index 31bc891..54332bb 100755</span><br><span>--- a/start-testsuite.sh</span><br><span>+++ b/start-testsuite.sh</span><br><span>@@ -3,6 +3,21 @@</span><br><span> # Helper script to starte a TITAN-generated test suite, supporting</span><br><span> # dynamically linked suites to ensure JUNIT generation is possible.</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2017 Harald Welte</span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Licensed under the Apache License, Version 2.0 (the "License");</span><br><span style="color: hsl(120, 100%, 40%);">+# you may not use this file except in compliance with the License.</span><br><span style="color: hsl(120, 100%, 40%);">+# You may obtain a copy of the License at</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+#     http://www.apache.org/licenses/LICENSE-2.0</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Unless required by applicable law or agreed to in writing, software</span><br><span style="color: hsl(120, 100%, 40%);">+# distributed under the License is distributed on an "AS IS" BASIS,</span><br><span style="color: hsl(120, 100%, 40%);">+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span><br><span style="color: hsl(120, 100%, 40%);">+# See the License for the specific language governing permissions and</span><br><span style="color: hsl(120, 100%, 40%);">+# limitations under the License.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> if [ $# -lt 1 ]; then</span><br><span>  echo "You have to specify the test suite name"</span><br><span>     echo "Syntax example: $0 osmo-ttcn3-hacks/ggsn_tests/GGSN_Test ./GGSN_Test.cfg"</span><br><span>diff --git a/update_expected_results_from_jenkins.sh b/update_expected_results_from_jenkins.sh</span><br><span>index 7677cff..d30e640 100755</span><br><span>--- a/update_expected_results_from_jenkins.sh</span><br><span>+++ b/update_expected_results_from_jenkins.sh</span><br><span>@@ -1,5 +1,20 @@</span><br><span> #!/bin/sh</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright 2018 sysmocom - s.f.m.c. GmbH</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Licensed under the Apache License, Version 2.0 (the "License");</span><br><span style="color: hsl(120, 100%, 40%);">+# you may not use this file except in compliance with the License.</span><br><span style="color: hsl(120, 100%, 40%);">+# You may obtain a copy of the License at</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+#     http://www.apache.org/licenses/LICENSE-2.0</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Unless required by applicable law or agreed to in writing, software</span><br><span style="color: hsl(120, 100%, 40%);">+# distributed under the License is distributed on an "AS IS" BASIS,</span><br><span style="color: hsl(120, 100%, 40%);">+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span><br><span style="color: hsl(120, 100%, 40%);">+# See the License for the specific language governing permissions and</span><br><span style="color: hsl(120, 100%, 40%);">+# limitations under the License.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> # Download the latest junit xml results from the jenkins.osmocom.org workspaces.</span><br><span> # Usage:</span><br><span> # - have a clean git clone of osmo-ttcn3-hacks</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14542">change 14542</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14542"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I553925cd88b05903aab52ae1afb093aa9ab9d035 </div>
<div style="display:none"> Gerrit-Change-Number: 14542 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>