Commit bcfeb7af authored by Cedric Roux's avatar Cedric Roux

integration fix: put correct licensing information

parent 36bd7e1d
/******************************************************************************* /*
OpenAirInterface * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
Copyright(c) 1999 - 2014 Eurecom * contributor license agreements. See the NOTICE file distributed with
OpenAirInterface is free software: you can redistribute it and/or modify * this work for additional information regarding copyright ownership.
it under the terms of the GNU General Public License as published by * The OpenAirInterface Software Alliance licenses this file to You under
the Free Software Foundation, either version 3 of the License, or * the OAI Public License, Version 1.0 (the "License"); you may not use this file
(at your option) any later version. * except in compliance with the License.
OpenAirInterface is distributed in the hope that it will be useful, * You may obtain a copy of the License at
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * http://www.openairinterface.org/?page_id=698
GNU General Public License for more details. *
You should have received a copy of the GNU General Public License * Unless required by applicable law or agreed to in writing, software
along with OpenAirInterface.The full GNU General Public License is * distributed under the License is distributed on an "AS IS" BASIS,
included in this distribution in the file called "COPYING". If not, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
see <http://www.gnu.org/licenses/>. * See the License for the specific language governing permissions and
Contact Information * limitations under the License.
OpenAirInterface Admin: openair_admin@eurecom.fr *-------------------------------------------------------------------------------
OpenAirInterface Tech : openair_tech@eurecom.fr * For more information about the OpenAirInterface (OAI) Software Alliance:
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr * contact@openairinterface.org
Address : Eurecom, Campus SophiaTech, 450 Route des Chappes, CS 50193 - 06904 Biot Sophia Antipolis cedex, FRANCE */
*******************************************************************************/
/* Form definition file generated by fdesign */ /* Form definition file generated by fdesign */
#include <stdlib.h> #include <stdlib.h>
#include "lte_phy_scope.h" #include "lte_phy_scope.h"
...@@ -797,4 +797,4 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form, ...@@ -797,4 +797,4 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
for (arx=0;arx<nb_antennas_rx;arx++) { for (arx=0;arx<nb_antennas_rx;arx++) {
free(chest_t_abs[arx]); free(chest_t_abs[arx]);
} }
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment