# HG changeset patch # User Marco Miozzo # Date 1330944495 -3600 # Node ID 067fc46999d5f35159df799d0bd1be9789e4b7af # Parent e7c0de1585b0b9bc9f339adffd597ad4c55caada Add Acknowldegments to LteMiErrorModel diff -r e7c0de1585b0 -r 067fc46999d5 src/lte/model/lte-mi-error-model.cc --- a/src/lte/model/lte-mi-error-model.cc Mon Mar 05 10:51:08 2012 +0100 +++ b/src/lte/model/lte-mi-error-model.cc Mon Mar 05 11:48:15 2012 +0100 @@ -1,25 +1,34 @@ /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* - * Copyright (c) 2011 SIGNET LAB. Department of Information Engineering (DEI), University of Padua - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation; - * - * This program 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. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * Original Authors: Marco Mezzavilla - * Giovanni Tomasi - * - * Integration in LENA done by: Marco Miozzo - */ +* Copyright (c) 2011 SIGNET LAB. Department of Information Engineering (DEI), University of Padua +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU General Public License version 2 as +* published by the Free Software Foundation; +* +* This program 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. +* +* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +* +* +* Original Work Authors: +* Marco Mezzavilla +* Giovanni Tomasi +* Original Work Acknowldegments: +* This work was supported by the MEDIEVAL (MultiMEDia transport +* for mobIlE Video AppLications) project, which is a +* medium-scale focused research project (STREP) of the 7th +* Framework Programme (FP7) +* +* Subsequent integration in LENA and extension done by: +* Marco Miozzo +*/ + #include #include diff -r e7c0de1585b0 -r 067fc46999d5 src/lte/model/lte-mi-error-model.h --- a/src/lte/model/lte-mi-error-model.h Mon Mar 05 10:51:08 2012 +0100 +++ b/src/lte/model/lte-mi-error-model.h Mon Mar 05 11:48:15 2012 +0100 @@ -15,11 +15,19 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * Original Authors: Marco Mezzavilla - * Giovanni Tomasi - * Integration in LENA and extension done by: - * Marco Miozzo - */ + * + * Original Work Authors: + * Marco Mezzavilla + * Giovanni Tomasi + * Original Work Acknowldegments: + * This work was supported by the MEDIEVAL (MultiMEDia transport + * for mobIlE Video AppLications) project, which is a + * medium-scale focused research project (STREP) of the 7th + * Framework Programme (FP7) + * + * Subsequent integration in LENA and extension done by: + * Marco Miozzo + */ #ifndef LTE_MI_ERROR_MODEL_H #define LTE_MI_ERROR_MODEL_H