From 4a577c0c4df656f17ce3759fa970da9b58ed581c Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Thu, 17 Jul 2014 14:10:45 +0000
Subject: [PATCH] GPLv3 in source code

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5560 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 .../CENTOS-LTE-EPC-INTEGRATION/start_enb.bash | 45 +++++++++----------
 .../CENTOS-LTE-EPC-INTEGRATION/utils.bash     | 45 +++++++++----------
 2 files changed, 42 insertions(+), 48 deletions(-)

diff --git a/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/start_enb.bash b/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/start_enb.bash
index f36cd6f424a..7c607587866 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 4ae7f979f45..db42318770a 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
-- 
GitLab