diff --git a/CTestConfig.cmake b/CTestConfig.cmake index d4d8b0655..cb41621e2 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,14 +1,15 @@ -## This file should be placed in the root directory of your project. -## Then modify the CMakeLists.txt file in the root directory of your -## project to incorporate the testing dashboard. -## # The following are required to uses Dart and the Cdash dashboard -## ENABLE_TESTING() -## INCLUDE(CTest) +# +# Copyright 2013-2020 Software Radio Systems Limited +# +# By using this file, you agree to the terms and conditions set +# forth in the LICENSE file which can be found at the top level of +# the distribution. +# + set(CTEST_PROJECT_NAME "srsLTE") set(CTEST_NIGHTLY_START_TIME "00:00:00 GMT") - set(CTEST_DROP_METHOD "http") set(CTEST_DROP_SITE "my.cdash.org") set(CTEST_DROP_LOCATION "/submit.php?project=srsLTE") set(CTEST_DROP_SITE_CDASH TRUE) -set(VALGRIND_COMMAND_OPTIONS "--error-exitcode=1 --trace-children=yes --leak-check=full --show-reachable=yes --vex-guest-max-insns=25") \ No newline at end of file +set(VALGRIND_COMMAND_OPTIONS "--error-exitcode=1 --trace-children=yes --leak-check=full --show-reachable=yes --vex-guest-max-insns=25") diff --git a/debian/packager.sh b/debian/packager.sh index 23ae9cdde..8edc344fd 100755 --- a/debian/packager.sh +++ b/debian/packager.sh @@ -1,23 +1,11 @@ #!/bin/bash -################################################################### # -# This file is part of srsLTE. +# Copyright 2013-2020 Software Radio Systems Limited # -# srsLTE is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of -# the License, or (at your option) any later version. +# By using this file, you agree to the terms and conditions set +# forth in the LICENSE file which can be found at the top level of +# the distribution. # -# srsLTE is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# A copy of the GNU Affero General Public License can be found in -# the LICENSE file in the top-level directory of this distribution -# and at http://www.gnu.org/licenses/. -# -################################################################### RELEASE=19.06 DISTRO=disco diff --git a/run-clang-format-diff.sh b/run-clang-format-diff.sh index 8741c3daa..3da5ee74c 100755 --- a/run-clang-format-diff.sh +++ b/run-clang-format-diff.sh @@ -1,23 +1,12 @@ #!/bin/bash -# Copyright 2013-2020 Software Radio Systems Limited -# -# This file is part of srsLTE. -# -# srsLTE is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of -# the License, or (at your option) any later version. # -# srsLTE is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. +# Copyright 2013-2020 Software Radio Systems Limited # -# A copy of the GNU Affero General Public License can be found in -# the LICENSE file in the top-level directory of this distribution -# and at http://www.gnu.org/licenses/. +# By using this file, you agree to the terms and conditions set +# forth in the LICENSE file which can be found at the top level of +# the distribution. # - + # make sure all commands are echoed #set -x set -o pipefail diff --git a/srsepc/srsepc_if_masq.sh b/srsepc/srsepc_if_masq.sh index 19cec14eb..04ff00378 100755 --- a/srsepc/srsepc_if_masq.sh +++ b/srsepc/srsepc_if_masq.sh @@ -1,24 +1,12 @@ #!/bin/bash -################################################################### # -# This file is part of srsLTE. +# Copyright 2013-2020 Software Radio Systems Limited # -# srsLTE is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of -# the License, or (at your option) any later version. +# By using this file, you agree to the terms and conditions set +# forth in the LICENSE file which can be found at the top level of +# the distribution. # -# srsLTE is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# A copy of the GNU Affero General Public License can be found in -# the LICENSE file in the top-level directory of this distribution -# and at http://www.gnu.org/licenses/. -# -################################################################### #Check for sudo rights sudo -v || exit diff --git a/test/run_lte.sh b/test/run_lte.sh index c86f9e9ec..2b5c1e94c 100755 --- a/test/run_lte.sh +++ b/test/run_lte.sh @@ -3,21 +3,9 @@ # # Copyright 2013-2020 Software Radio Systems Limited # -# This file is part of srsLTE -# -# srsLTE is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of -# the License, or (at your option) any later version. -# -# srsLTE is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# A copy of the GNU Affero General Public License can be found in -# the LICENSE file in the top-level directory of this distribution -# and at http://www.gnu.org/licenses/. +# By using this file, you agree to the terms and conditions set +# forth in the LICENSE file which can be found at the top level of +# the distribution. # epc_pid=0