diff --git a/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/start_enb.bash b/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/start_enb.bash index f36cd6f424a388be20aae257a5b4566985f80ad7..7c6075878664502a56a68cdd767bc50c54c92913 100755 --- a/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/start_enb.bash +++ b/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/start_enb.bash @@ -1,34 +1,31 @@ #!/bin/bash ################################################################################ -# Eurecom OpenAirInterface core network -# Copyright(c) 1999 - 2014 Eurecom +# OpenAirInterface +# Copyright(c) 1999 - 2014 Eurecom # -# This program is free software; you can redistribute it and/or modify it -# under the terms and conditions of the GNU General Public License, -# version 2, as published by the Free Software Foundation. +# OpenAirInterface is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -# more details. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. +# OpenAirInterface 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 General Public License for more details. # -# The full GNU General Public License is included in this distribution in -# the file called "COPYING". +# You should have received a copy of the GNU General Public License +# along with OpenAirInterface.The full GNU General Public License is +# included in this distribution in the file called "COPYING". If not, +# see <http://www.gnu.org/licenses/>. +# +# Contact Information +# OpenAirInterface Admin: openair_admin@eurecom.fr +# OpenAirInterface Tech : openair_tech@eurecom.fr +# OpenAirInterface Dev : openair4g-devel@eurecom.fr +# +# Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France. # -# Contact Information -# Openair Admin: openair_admin@eurecom.fr -# Openair Tech : openair_tech@eurecom.fr -# Forums : http://forums.eurecom.fsr/openairinterface -# Address : EURECOM, -# Campus SophiaTech, -# 450 Route des Chappes, -# CS 50193 -# 06904 Biot Sophia Antipolis cedex, -# FRANCE ################################################################################ # file start_enb.bash # brief diff --git a/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/utils.bash b/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/utils.bash index 4ae7f979f4505fd5905f981308e2469fe370f67d..db42318770a8dba9f477827883df1a60843eac85 100755 --- a/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/utils.bash +++ b/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/utils.bash @@ -1,33 +1,30 @@ ################################################################################ -# Eurecom OpenAirInterface core network -# Copyright(c) 1999 - 2014 Eurecom +# OpenAirInterface +# Copyright(c) 1999 - 2014 Eurecom # -# This program is free software; you can redistribute it and/or modify it -# under the terms and conditions of the GNU General Public License, -# version 2, as published by the Free Software Foundation. +# OpenAirInterface is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -# more details. # -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. +# OpenAirInterface 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 General Public License for more details. # -# The full GNU General Public License is included in this distribution in -# the file called "COPYING". +# You should have received a copy of the GNU General Public License +# along with OpenAirInterface.The full GNU General Public License is +# included in this distribution in the file called "COPYING". If not, +# see <http://www.gnu.org/licenses/>. +# +# Contact Information +# OpenAirInterface Admin: openair_admin@eurecom.fr +# OpenAirInterface Tech : openair_tech@eurecom.fr +# OpenAirInterface Dev : openair4g-devel@eurecom.fr +# +# Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France. # -# Contact Information -# Openair Admin: openair_admin@eurecom.fr -# Openair Tech : openair_tech@eurecom.fr -# Forums : http://forums.eurecom.fsr/openairinterface -# Address : EURECOM, -# Campus SophiaTech, -# 450 Route des Chappes, -# CS 50193 -# 06904 Biot Sophia Antipolis cedex, -# FRANCE ################################################################################ # file utils.bash # brief