last set of license header changes

master
Andre Puschmann 4 years ago
parent 9608236ce4
commit 00f3f21081

@ -1,12 +1,13 @@
## This file should be placed in the root directory of your project. #
## Then modify the CMakeLists.txt file in the root directory of your # Copyright 2013-2020 Software Radio Systems Limited
## project to incorporate the testing dashboard. #
## # The following are required to uses Dart and the Cdash dashboard # By using this file, you agree to the terms and conditions set
## ENABLE_TESTING() # forth in the LICENSE file which can be found at the top level of
## INCLUDE(CTest) # the distribution.
#
set(CTEST_PROJECT_NAME "srsLTE") set(CTEST_PROJECT_NAME "srsLTE")
set(CTEST_NIGHTLY_START_TIME "00:00:00 GMT") set(CTEST_NIGHTLY_START_TIME "00:00:00 GMT")
set(CTEST_DROP_METHOD "http") set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org") set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=srsLTE") set(CTEST_DROP_LOCATION "/submit.php?project=srsLTE")

20
debian/packager.sh vendored

@ -1,23 +1,11 @@
#!/bin/bash #!/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 # By using this file, you agree to the terms and conditions set
# it under the terms of the GNU Affero General Public License as # forth in the LICENSE file which can be found at the top level of
# published by the Free Software Foundation, either version 3 of # the distribution.
# 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/.
#
###################################################################
RELEASE=19.06 RELEASE=19.06
DISTRO=disco DISTRO=disco

@ -1,21 +1,10 @@
#!/bin/bash #!/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 # Copyright 2013-2020 Software Radio Systems Limited
# 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 # By using this file, you agree to the terms and conditions set
# the LICENSE file in the top-level directory of this distribution # forth in the LICENSE file which can be found at the top level of
# and at http://www.gnu.org/licenses/. # the distribution.
# #
# make sure all commands are echoed # make sure all commands are echoed

@ -1,24 +1,12 @@
#!/bin/bash #!/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 # By using this file, you agree to the terms and conditions set
# it under the terms of the GNU Affero General Public License as # forth in the LICENSE file which can be found at the top level of
# published by the Free Software Foundation, either version 3 of # the distribution.
# 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/.
#
###################################################################
#Check for sudo rights #Check for sudo rights
sudo -v || exit sudo -v || exit

@ -3,21 +3,9 @@
# #
# Copyright 2013-2020 Software Radio Systems Limited # Copyright 2013-2020 Software Radio Systems Limited
# #
# This file is part of srsLTE # 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
# srsLTE is free software: you can redistribute it and/or modify # the distribution.
# 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/.
# #
epc_pid=0 epc_pid=0

Loading…
Cancel
Save