Correction to copyright notices in some GSoC LTE code
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
|
||||
/*
|
||||
* Copyright (c) 2011 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
|
||||
* Copyright (c) 2013 Budiarto Herman
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -15,8 +16,13 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* Author: Budiarto Herman <budiarto.herman@magister.fi>
|
||||
* Original work authors (from lte-enb-rrc.cc):
|
||||
* - Nicola Baldo <nbaldo@cttc.es>
|
||||
* - Marco Miozzo <mmiozzo@cttc.es>
|
||||
* - Manuel Requena <manuel.requena@cttc.es>
|
||||
*
|
||||
* Converted to handover algorithm interface by:
|
||||
* - Budiarto Herman <budiarto.herman@magister.fi>
|
||||
*/
|
||||
|
||||
#include "a2-a4-rsrq-handover-algorithm.h"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
|
||||
/*
|
||||
* Copyright (c) 2011, 2012 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
|
||||
* Copyright (c) 2013 Budiarto Herman
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -15,8 +16,13 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* Author: Budiarto Herman <budiarto.herman@magister.fi>
|
||||
* Original work authors (from lte-enb-rrc.cc):
|
||||
* - Nicola Baldo <nbaldo@cttc.es>
|
||||
* - Marco Miozzo <mmiozzo@cttc.es>
|
||||
* - Manuel Requena <manuel.requena@cttc.es>
|
||||
*
|
||||
* Converted to handover algorithm interface by:
|
||||
* - Budiarto Herman <budiarto.herman@magister.fi>
|
||||
*/
|
||||
|
||||
#ifndef A2_A4_RSRQ_HANDOVER_ALGORITHM_H
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
|
||||
/*
|
||||
* Copyright (c) 2011 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
|
||||
* Copyright (c) 2013 Budiarto Herman
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -15,8 +16,13 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* Author: Budiarto Herman <budiarto.herman@magister.fi>
|
||||
* Original work authors (from lte-enb-rrc.cc):
|
||||
* - Nicola Baldo <nbaldo@cttc.es>
|
||||
* - Marco Miozzo <mmiozzo@cttc.es>
|
||||
* - Manuel Requena <manuel.requena@cttc.es>
|
||||
*
|
||||
* Converted to ANR interface by:
|
||||
* - Budiarto Herman <budiarto.herman@magister.fi>
|
||||
*/
|
||||
|
||||
#include "lte-anr.h"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
|
||||
/*
|
||||
* Copyright (c) 2011, 2012 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
|
||||
* Copyright (c) 2013 Budiarto Herman
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -15,8 +16,13 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* Author: Budiarto Herman <budiarto.herman@magister.fi>
|
||||
* Original work authors (from lte-enb-rrc.cc):
|
||||
* - Nicola Baldo <nbaldo@cttc.es>
|
||||
* - Marco Miozzo <mmiozzo@cttc.es>
|
||||
* - Manuel Requena <manuel.requena@cttc.es>
|
||||
*
|
||||
* Converted to ANR interface by:
|
||||
* - Budiarto Herman <budiarto.herman@magister.fi>
|
||||
*/
|
||||
|
||||
#ifndef LTE_ANR_H
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* Author: Nicola Baldo <nbaldo@cttc.es>
|
||||
* Marco Miozzo <mmiozzo@cttc.es>
|
||||
* Manuel Requena <manuel.requena@cttc.es>
|
||||
* Authors: Nicola Baldo <nbaldo@cttc.es>
|
||||
* Marco Miozzo <mmiozzo@cttc.es>
|
||||
* Manuel Requena <manuel.requena@cttc.es>
|
||||
*/
|
||||
|
||||
#include "lte-enb-rrc.h"
|
||||
|
||||
Reference in New Issue
Block a user