Correction to copyright notices in some GSoC LTE code

This commit is contained in:
Budiarto Herman
2013-10-17 17:21:14 +03:00
parent 556c5ee911
commit efc6f7e6c8
5 changed files with 31 additions and 7 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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"