Add Acknowldegments to LteMiErrorModel
authorMarco Miozzo <marco.miozzo@cttc.es>
Mon, 05 Mar 2012 11:48:15 +0100
changeset 8662 067fc46999d5
parent 8661 e7c0de1585b0
child 8663 5e7f07723483
child 8671 8d0f6849e90c
Add Acknowldegments to LteMiErrorModel
src/lte/model/lte-mi-error-model.cc
src/lte/model/lte-mi-error-model.h
--- 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 <mezzavil@dei.unipd.it>
- *                   Giovanni Tomasi <tomasigv@gmail.com>
- *             
- * Integration in LENA done by: Marco Miozzo <marco.miozzo@cttc.es>
- */
+* 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 <mezzavil@dei.unipd.it>
+*      Giovanni Tomasi <tomasigv@gmail.com>
+* 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 <marco.miozzo@cttc.es>
+*/ 
+
 
 #include <list>
 #include <tr1/functional>
--- 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 <mezzavil@dei.unipd.it>
- *                   Giovanni Tomasi <tomasigv@gmail.com>
- * Integration in LENA and extension done by: 
- *                            Marco Miozzo <marco.miozzo@cttc.es>
- */
+ *
+ * Original Work Authors:
+ *      Marco Mezzavilla <mezzavil@dei.unipd.it>
+ *      Giovanni Tomasi <tomasigv@gmail.com>
+ * 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 <marco.miozzo@cttc.es>
+ */ 
 
 #ifndef LTE_MI_ERROR_MODEL_H
 #define LTE_MI_ERROR_MODEL_H