From: telleriam Date: Tue, 26 May 2009 09:16:27 +0000 (+0000) Subject: Unified header for FNA X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fna.git/commitdiff_plain/45f5e058d668a5e8db88f743f14ebd77b91f02d8 Unified header for FNA git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1820 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/include/fna.h b/include/fna.h index 7660afa..3892b3d 100644 --- a/include/fna.h +++ b/include/fna.h @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/include/fna_configuration.h b/include/fna_configuration.h index 3f79a0a..348797e 100644 --- a/include/fna_configuration.h +++ b/include/fna_configuration.h @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/include/frsh_fna.h b/include/frsh_fna.h index f662bed..fafe228 100644 --- a/include/frsh_fna.h +++ b/include/frsh_fna.h @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/src/fna_configuration.c b/src/fna_configuration.c index 656f9c6..60d33c9 100644 --- a/src/fna_configuration.c +++ b/src/fna_configuration.c @@ -1,11 +1,11 @@ -// ----------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 FRESCOR consortium partners: +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK // Scuola Superiore Sant'Anna, ITALY // Kaiserslautern University, GERMANY -// Univ. Politécnica Valencia, SPAIN +// Univ. Politecnica Valencia, SPAIN // Czech Technical University in Prague, CZECH REPUBLIC // ENEA SWEDEN // Thales Communication S.A. FRANCE @@ -13,9 +13,9 @@ // Rapita Systems Ltd UK // Evidence ITALY // -// See http://www.frescor.org for a link to partners' websites +// See http://www.frescor.org // -// FRESCOR project (FP6/2005/IST/5-034026) is funded +// The FRESCOR project (FP6/2005/IST/5-034026) is funded // in part by the European Union Sixth Framework Programme // The European Union is not liable of any use that may be // made of this code. @@ -28,32 +28,26 @@ // Universidad de Cantabria, SPAIN // University of York, UK // -// FSF API web pages: http://marte.unican.es/fsf/docs -// http://shark.sssup.it/contrib/first/docs/ -// -// This file is part of FRSH API -// -// FRSH API is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2, or (at your option) -// any later version. -// -// FRSH API 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. +// This file is part of FNA (Frescor Network Adaptation) // -// You should have received a copy of the GNU General Public License -// distributed with FRSH API; see file COPYING. If not, write to the -// Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. // -// As a special exception, if you include this header file into source -// files to be compiled, this header file does not by itself cause -// the resulting executable to be covered by the GNU General Public -// License. This exception does not however invalidate any other -// reasons why the executable file might be covered by the GNU General -// Public License. +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. // ----------------------------------------------------------------------- //============================================== diff --git a/src_frescan/frescan.c b/src_frescan/frescan.c index c2f5c7e..c9b142a 100644 --- a/src_frescan/frescan.c +++ b/src_frescan/frescan.c @@ -16,53 +16,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan.h b/src_frescan/frescan.h index e2f59da..b5d7b45 100644 --- a/src_frescan/frescan.h +++ b/src_frescan/frescan.h @@ -16,53 +16,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres.c b/src_frescan/frescan_bwres.c index 4354602..71ed086 100644 --- a/src_frescan/frescan_bwres.c +++ b/src_frescan/frescan_bwres.c @@ -14,53 +14,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres.h b/src_frescan/frescan_bwres.h index 5cd5328..3b4c676 100644 --- a/src_frescan/frescan_bwres.h +++ b/src_frescan/frescan_bwres.h @@ -14,53 +14,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_analysis.c b/src_frescan/frescan_bwres_analysis.c index b2a6196..7d36983 100644 --- a/src_frescan/frescan_bwres_analysis.c +++ b/src_frescan/frescan_bwres_analysis.c @@ -21,53 +21,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_analysis.h b/src_frescan/frescan_bwres_analysis.h index 8b721bb..8ecfbfe 100644 --- a/src_frescan/frescan_bwres_analysis.h +++ b/src_frescan/frescan_bwres_analysis.h @@ -21,53 +21,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_fna.c b/src_frescan/frescan_bwres_fna.c index cfff706..0c4ca6e 100644 --- a/src_frescan/frescan_bwres_fna.c +++ b/src_frescan/frescan_bwres_fna.c @@ -13,53 +13,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_fna.h b/src_frescan/frescan_bwres_fna.h index ac502af..e1c13c6 100644 --- a/src_frescan/frescan_bwres_fna.h +++ b/src_frescan/frescan_bwres_fna.h @@ -13,53 +13,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_frsh_fna.c b/src_frescan/frescan_bwres_frsh_fna.c index 1e6bd95..67e10cd 100644 --- a/src_frescan/frescan_bwres_frsh_fna.c +++ b/src_frescan/frescan_bwres_frsh_fna.c @@ -14,53 +14,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_messages.c b/src_frescan/frescan_bwres_messages.c index 9af251c..cc0bffd 100644 --- a/src_frescan/frescan_bwres_messages.c +++ b/src_frescan/frescan_bwres_messages.c @@ -15,53 +15,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_messages.h b/src_frescan/frescan_bwres_messages.h index 1191219..393bd96 100644 --- a/src_frescan/frescan_bwres_messages.h +++ b/src_frescan/frescan_bwres_messages.h @@ -15,53 +15,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_mode_change.c b/src_frescan/frescan_bwres_mode_change.c index dd858e8..2eeadf0 100644 --- a/src_frescan/frescan_bwres_mode_change.c +++ b/src_frescan/frescan_bwres_mode_change.c @@ -15,53 +15,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_mode_change.h b/src_frescan/frescan_bwres_mode_change.h index 59e6bb7..04bfeb4 100644 --- a/src_frescan/frescan_bwres_mode_change.h +++ b/src_frescan/frescan_bwres_mode_change.h @@ -15,53 +15,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_requests.c b/src_frescan/frescan_bwres_requests.c index 16a1b00..4c995ac 100644 --- a/src_frescan/frescan_bwres_requests.c +++ b/src_frescan/frescan_bwres_requests.c @@ -15,53 +15,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_requests.h b/src_frescan/frescan_bwres_requests.h index 207d325..e5dde6f 100644 --- a/src_frescan/frescan_bwres_requests.h +++ b/src_frescan/frescan_bwres_requests.h @@ -14,53 +14,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_robjs.c b/src_frescan/frescan_bwres_robjs.c index cdf2915..34c50e7 100644 --- a/src_frescan/frescan_bwres_robjs.c +++ b/src_frescan/frescan_bwres_robjs.c @@ -15,53 +15,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_robjs.h b/src_frescan/frescan_bwres_robjs.h index ceb0395..94eddb6 100644 --- a/src_frescan/frescan_bwres_robjs.h +++ b/src_frescan/frescan_bwres_robjs.h @@ -15,53 +15,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_threads.c b/src_frescan/frescan_bwres_threads.c index 9ccf58a..20df2b7 100644 --- a/src_frescan/frescan_bwres_threads.c +++ b/src_frescan/frescan_bwres_threads.c @@ -14,53 +14,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_bwres_threads.h b/src_frescan/frescan_bwres_threads.h index 2657ad0..998b1d9 100644 --- a/src_frescan/frescan_bwres_threads.h +++ b/src_frescan/frescan_bwres_threads.h @@ -14,53 +14,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_config.h b/src_frescan/frescan_config.h index ca5a67b..ef77237 100644 --- a/src_frescan/frescan_config.h +++ b/src_frescan/frescan_config.h @@ -17,53 +17,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_data.c b/src_frescan/frescan_data.c index 3679238..f87ef86 100644 --- a/src_frescan/frescan_data.c +++ b/src_frescan/frescan_data.c @@ -17,53 +17,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_data.h b/src_frescan/frescan_data.h index c035f98..394fcba 100644 --- a/src_frescan/frescan_data.h +++ b/src_frescan/frescan_data.h @@ -17,53 +17,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_debug.h b/src_frescan/frescan_debug.h index 32546c7..65e22b5 100644 --- a/src_frescan/frescan_debug.h +++ b/src_frescan/frescan_debug.h @@ -17,53 +17,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_hw_buffer.c b/src_frescan/frescan_hw_buffer.c index bc66efb..67bb580 100644 --- a/src_frescan/frescan_hw_buffer.c +++ b/src_frescan/frescan_hw_buffer.c @@ -19,53 +19,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_hw_buffer.h b/src_frescan/frescan_hw_buffer.h index d6eb2ca..3824c18 100644 --- a/src_frescan/frescan_hw_buffer.h +++ b/src_frescan/frescan_hw_buffer.h @@ -19,53 +19,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_id.c b/src_frescan/frescan_id.c index f692b8e..b583619 100644 --- a/src_frescan/frescan_id.c +++ b/src_frescan/frescan_id.c @@ -20,53 +20,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_id.h b/src_frescan/frescan_id.h index 28a088c..3ee7eef 100644 --- a/src_frescan/frescan_id.h +++ b/src_frescan/frescan_id.h @@ -20,53 +20,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_packets.c b/src_frescan/frescan_packets.c index 5fc5520..6734d3f 100644 --- a/src_frescan/frescan_packets.c +++ b/src_frescan/frescan_packets.c @@ -18,53 +18,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_packets.h b/src_frescan/frescan_packets.h index 049a7b3..171c6e2 100644 --- a/src_frescan/frescan_packets.h +++ b/src_frescan/frescan_packets.h @@ -18,53 +18,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_queues.c b/src_frescan/frescan_queues.c index fc29e59..757fc6d 100644 --- a/src_frescan/frescan_queues.c +++ b/src_frescan/frescan_queues.c @@ -19,53 +19,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_queues.h b/src_frescan/frescan_queues.h index 93fd58d..901e764 100644 --- a/src_frescan/frescan_queues.h +++ b/src_frescan/frescan_queues.h @@ -17,53 +17,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_servers.c b/src_frescan/frescan_servers.c index 8f8d3bf..a20811b 100644 --- a/src_frescan/frescan_servers.c +++ b/src_frescan/frescan_servers.c @@ -18,53 +18,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_servers.h b/src_frescan/frescan_servers.h index 0e967cb..dc84bc7 100644 --- a/src_frescan/frescan_servers.h +++ b/src_frescan/frescan_servers.h @@ -18,53 +18,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_servers_replenishments.c b/src_frescan/frescan_servers_replenishments.c index b2e75f4..b07f6ba 100644 --- a/src_frescan/frescan_servers_replenishments.c +++ b/src_frescan/frescan_servers_replenishments.c @@ -17,53 +17,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_servers_replenishments.h b/src_frescan/frescan_servers_replenishments.h index ecf2791..d0a12fe 100644 --- a/src_frescan/frescan_servers_replenishments.h +++ b/src_frescan/frescan_servers_replenishments.h @@ -17,53 +17,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_frescan/frescan_types.h b/src_frescan/frescan_types.h index 46da17c..c42dc71 100644 --- a/src_frescan/frescan_types.h +++ b/src_frescan/frescan_types.h @@ -16,53 +16,57 @@ * * @license * - * ----------------------------------------------------------------------- - * Copyright (C) 2006 - 2008 FRESCOR consortium partners: - * - * Universidad de Cantabria, SPAIN - * University of York, UK - * Scuola Superiore Sant'Anna, ITALY - * Kaiserslautern University, GERMANY - * Univ. Politécnica Valencia, SPAIN - * Czech Technical University in Prague, CZECH REPUBLIC - * ENEA SWEDEN - * Thales Communication S.A. FRANCE - * Visual Tools S.A. SPAIN - * Rapita Systems Ltd UK - * Evidence ITALY - * - * See http://www.frescor.org for a link to partners' websites - * - * FRESCOR project (FP6/2005/IST/5-034026) is funded - * in part by the European Union Sixth Framework Programme - * The European Union is not liable of any use that may be - * made of this code. - * - * This file is part of FRESCAN - * - * FRESCAN is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * FRESCAN 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 - * distributed with FRESCAN; see file COPYING. If not, write to the - * Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * As a special exception, including FRESCAN header files in a file, - * instantiating FRESCAN generics or templates, or linking other files - * with FRESCAN objects to produce an executable application, does not - * by itself cause the resulting executable application to be covered - * by the GNU General Public License. This exception does not - * however invalidate any other reasons why the executable file might be - * covered by the GNU Public License. - * ----------------------------------------------------------------------- +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- * */ diff --git a/src_rtep/rtep_fna.h b/src_rtep/rtep_fna.h index 3fb64a3..8928713 100644 --- a/src_rtep/rtep_fna.h +++ b/src_rtep/rtep_fna.h @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/src_rtep/rtep_fna_c.c b/src_rtep/rtep_fna_c.c index a208a9a..1fa15e6 100644 --- a/src_rtep/rtep_fna_c.c +++ b/src_rtep/rtep_fna_c.c @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/src_rtep/rtep_frsh_fna_c.c b/src_rtep/rtep_frsh_fna_c.c index 6cf891d..f2c549f 100644 --- a/src_rtep/rtep_frsh_fna_c.c +++ b/src_rtep/rtep_frsh_fna_c.c @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/src_unix/unix_fna.c b/src_unix/unix_fna.c index 5ab3540..472c009 100644 --- a/src_unix/unix_fna.c +++ b/src_unix/unix_fna.c @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/src_unix/unix_fna.h b/src_unix/unix_fna.h index bf6c06b..91cc639 100644 --- a/src_unix/unix_fna.h +++ b/src_unix/unix_fna.h @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/tests/tests_frescan/test_frescan_bwres_cancel_in_master.c b/tests/tests_frescan/test_frescan_bwres_cancel_in_master.c index 49548a0..c5a2410 100644 --- a/tests/tests_frescan/test_frescan_bwres_cancel_in_master.c +++ b/tests/tests_frescan/test_frescan_bwres_cancel_in_master.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_cancel_in_slave.c b/tests/tests_frescan/test_frescan_bwres_cancel_in_slave.c index b5ca357..01fcaea 100644 --- a/tests/tests_frescan/test_frescan_bwres_cancel_in_slave.c +++ b/tests/tests_frescan/test_frescan_bwres_cancel_in_slave.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_gn_vs_single_measures.c b/tests/tests_frescan/test_frescan_bwres_gn_vs_single_measures.c index f98f5ab..9336daa 100644 --- a/tests/tests_frescan/test_frescan_bwres_gn_vs_single_measures.c +++ b/tests/tests_frescan/test_frescan_bwres_gn_vs_single_measures.c @@ -1,3 +1,55 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- + #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_init.c b/tests/tests_frescan/test_frescan_bwres_init.c index 2a92240..d2c0414 100644 --- a/tests/tests_frescan/test_frescan_bwres_init.c +++ b/tests/tests_frescan/test_frescan_bwres_init.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_messages_req_gn.c b/tests/tests_frescan/test_frescan_bwres_messages_req_gn.c index 83ddb2b..9440fd4 100644 --- a/tests/tests_frescan/test_frescan_bwres_messages_req_gn.c +++ b/tests/tests_frescan/test_frescan_bwres_messages_req_gn.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_negotiate_in_master.c b/tests/tests_frescan/test_frescan_bwres_negotiate_in_master.c index 5669eef..88c7388 100644 --- a/tests/tests_frescan/test_frescan_bwres_negotiate_in_master.c +++ b/tests/tests_frescan/test_frescan_bwres_negotiate_in_master.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_negotiate_in_master_not_accepted.c b/tests/tests_frescan/test_frescan_bwres_negotiate_in_master_not_accepted.c index e4d17d4..04ec479 100644 --- a/tests/tests_frescan/test_frescan_bwres_negotiate_in_master_not_accepted.c +++ b/tests/tests_frescan/test_frescan_bwres_negotiate_in_master_not_accepted.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave.c b/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave.c index 00478b8..9caf16e 100644 --- a/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave.c +++ b/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_not_accepted.c b/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_not_accepted.c index 43c45f7..39e443b 100644 --- a/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_not_accepted.c +++ b/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_not_accepted.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_with_sc.c b/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_with_sc.c index 58abf9f..37494cf 100644 --- a/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_with_sc.c +++ b/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_with_sc.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_with_sc_and_mode_change.c b/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_with_sc_and_mode_change.c index da65a0d..72358a2 100644 --- a/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_with_sc_and_mode_change.c +++ b/tests/tests_frescan/test_frescan_bwres_negotiate_in_slave_with_sc_and_mode_change.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_renegotiate_in_master.c b/tests/tests_frescan/test_frescan_bwres_renegotiate_in_master.c index 64ec583..917871e 100644 --- a/tests/tests_frescan/test_frescan_bwres_renegotiate_in_master.c +++ b/tests/tests_frescan/test_frescan_bwres_renegotiate_in_master.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_renegotiate_in_slave.c b/tests/tests_frescan/test_frescan_bwres_renegotiate_in_slave.c index 3e5fc92..201cf84 100644 --- a/tests/tests_frescan/test_frescan_bwres_renegotiate_in_slave.c +++ b/tests/tests_frescan/test_frescan_bwres_renegotiate_in_slave.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_bwres_robjs_timedwait.c b/tests/tests_frescan/test_frescan_bwres_robjs_timedwait.c index 26a7fdc..52ada0e 100644 --- a/tests/tests_frescan/test_frescan_bwres_robjs_timedwait.c +++ b/tests/tests_frescan/test_frescan_bwres_robjs_timedwait.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- /*! * @file test_frescan_bwres_robjs_timedwait.c * diff --git a/tests/tests_frescan/test_frescan_bwres_robjs_wait.c b/tests/tests_frescan/test_frescan_bwres_robjs_wait.c index ba39166..d9f6ee8 100644 --- a/tests/tests_frescan/test_frescan_bwres_robjs_wait.c +++ b/tests/tests_frescan/test_frescan_bwres_robjs_wait.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- /*! * @file test_frescan_bwres_robjs_wait.c * diff --git a/tests/tests_frescan/test_frescan_fp_send_basic.c b/tests/tests_frescan/test_frescan_fp_send_basic.c index 262d137..7bdc864 100644 --- a/tests/tests_frescan/test_frescan_fp_send_basic.c +++ b/tests/tests_frescan/test_frescan_fp_send_basic.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_fp_send_basic_pp_measures.c b/tests/tests_frescan/test_frescan_fp_send_basic_pp_measures.c index 3e608ce..e10ae40 100644 --- a/tests/tests_frescan/test_frescan_fp_send_basic_pp_measures.c +++ b/tests/tests_frescan/test_frescan_fp_send_basic_pp_measures.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include diff --git a/tests/tests_frescan/test_frescan_fp_send_receive_measures.c b/tests/tests_frescan/test_frescan_fp_send_receive_measures.c index c9679be..4f08fbf 100644 --- a/tests/tests_frescan/test_frescan_fp_send_receive_measures.c +++ b/tests/tests_frescan/test_frescan_fp_send_receive_measures.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_init.c b/tests/tests_frescan/test_frescan_init.c index ca0245e..2afff81 100644 --- a/tests/tests_frescan/test_frescan_init.c +++ b/tests/tests_frescan/test_frescan_init.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_queues.c b/tests/tests_frescan/test_frescan_queues.c index cd03ad8..4079cd8 100644 --- a/tests/tests_frescan/test_frescan_queues.c +++ b/tests/tests_frescan/test_frescan_queues.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_servers_current_budget.c b/tests/tests_frescan/test_frescan_servers_current_budget.c index 3f53275..2adac67 100644 --- a/tests/tests_frescan/test_frescan_servers_current_budget.c +++ b/tests/tests_frescan/test_frescan_servers_current_budget.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- // mgcc test_frescan_servers_send_basic.c -L. -lfrescan -o mprogram_wifi2 // mgcc test_frescan_servers_send_basic.c -DSENDER -L. -lfrescan -o mprogram_wifi1 diff --git a/tests/tests_frescan/test_frescan_servers_destroy.c b/tests/tests_frescan/test_frescan_servers_destroy.c index aff29ba..51c4533 100644 --- a/tests/tests_frescan/test_frescan_servers_destroy.c +++ b/tests/tests_frescan/test_frescan_servers_destroy.c @@ -1,3 +1,55 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- + // mgcc test_frescan_servers_send_basic.c -L. -lfrescan -o mprogram_wifi2 // mgcc test_frescan_servers_send_basic.c -DSENDER -L. -lfrescan -o mprogram_wifi1 diff --git a/tests/tests_frescan/test_frescan_servers_perceived_commit.c b/tests/tests_frescan/test_frescan_servers_perceived_commit.c index aab9297..d84abb1 100644 --- a/tests/tests_frescan/test_frescan_servers_perceived_commit.c +++ b/tests/tests_frescan/test_frescan_servers_perceived_commit.c @@ -1,3 +1,55 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- + // mgcc test_frescan_servers_send_basic.c -L. -lfrescan -o mprogram_wifi2 // mgcc test_frescan_servers_send_basic.c -DSENDER -L. -lfrescan -o mprogram_wifi1 diff --git a/tests/tests_frescan/test_frescan_servers_send_basic.c b/tests/tests_frescan/test_frescan_servers_send_basic.c index bf6cba6..b2fad5d 100644 --- a/tests/tests_frescan/test_frescan_servers_send_basic.c +++ b/tests/tests_frescan/test_frescan_servers_send_basic.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- // mgcc test_frescan_servers_send_basic.c -L. -lfrescan -o mprogram_wifi2 // mgcc test_frescan_servers_send_basic.c -DSENDER -L. -lfrescan -o mprogram_wifi1 diff --git a/tests/tests_frescan/test_frescan_servers_send_fast.c b/tests/tests_frescan/test_frescan_servers_send_fast.c index cb99829..680810b 100644 --- a/tests/tests_frescan/test_frescan_servers_send_fast.c +++ b/tests/tests_frescan/test_frescan_servers_send_fast.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_servers_send_receive_measures.c b/tests/tests_frescan/test_frescan_servers_send_receive_measures.c index a581f89..6e7ac2a 100644 --- a/tests/tests_frescan/test_frescan_servers_send_receive_measures.c +++ b/tests/tests_frescan/test_frescan_servers_send_receive_measures.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include // perror #include // exit #include // sleep diff --git a/tests/tests_frescan/test_frescan_servers_update.c b/tests/tests_frescan/test_frescan_servers_update.c index 285fd07..3cb46aa 100644 --- a/tests/tests_frescan/test_frescan_servers_update.c +++ b/tests/tests_frescan/test_frescan_servers_update.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- // mgcc test_frescan_servers_send_basic.c -L. -lfrescan -o mprogram_wifi2 // mgcc test_frescan_servers_send_basic.c -DSENDER -L. -lfrescan -o mprogram_wifi1 diff --git a/tests/tests_rtep_fna/test_c_rtep_fna.c b/tests/tests_rtep_fna/test_c_rtep_fna.c index 3f5daec..fde13a6 100644 --- a/tests/tests_rtep_fna/test_c_rtep_fna.c +++ b/tests/tests_rtep_fna/test_c_rtep_fna.c @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/tests/tests_rtep_fna/test_c_rtep_fna_measurement.c b/tests/tests_rtep_fna/test_c_rtep_fna_measurement.c index fb3e9d3..79cfe9a 100644 --- a/tests/tests_rtep_fna/test_c_rtep_fna_measurement.c +++ b/tests/tests_rtep_fna/test_c_rtep_fna_measurement.c @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/tests/tests_rtep_fna/test_c_rtep_fna_with_frsh.c b/tests/tests_rtep_fna/test_c_rtep_fna_with_frsh.c index ea59771..c9ae3f1 100644 --- a/tests/tests_rtep_fna/test_c_rtep_fna_with_frsh.c +++ b/tests/tests_rtep_fna/test_c_rtep_fna_with_frsh.c @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/tests/tests_rtep_fna/test_c_rtep_frsh_fna.c b/tests/tests_rtep_fna/test_c_rtep_frsh_fna.c index ba8ee26..400ecb8 100644 --- a/tests/tests_rtep_fna/test_c_rtep_frsh_fna.c +++ b/tests/tests_rtep_fna/test_c_rtep_frsh_fna.c @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// Copyright (C) 2006 - 2007 by the FRESCOR consortium: +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: // // Universidad de Cantabria, SPAIN // University of York, UK diff --git a/tests/tests_unix_fna/test_unix_address.c b/tests/tests_unix_fna/test_unix_address.c index 31b3ba1..88583a4 100644 --- a/tests/tests_unix_fna/test_unix_address.c +++ b/tests/tests_unix_fna/test_unix_address.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include #include #include diff --git a/tests/tests_unix_fna/test_unix_fna_send_receive.c b/tests/tests_unix_fna/test_unix_fna_send_receive.c index dc34cfa..ee4917c 100644 --- a/tests/tests_unix_fna/test_unix_fna_send_receive.c +++ b/tests/tests_unix_fna/test_unix_fna_send_receive.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include #include /* atoi */ #include /* sleep */ diff --git a/tests/tests_unix_fna/test_unix_send_receive.c b/tests/tests_unix_fna/test_unix_send_receive.c index 64b1e1a..2186cfa 100644 --- a/tests/tests_unix_fna/test_unix_send_receive.c +++ b/tests/tests_unix_fna/test_unix_send_receive.c @@ -1,3 +1,54 @@ +//---------------------------------------------------------------------- +// Copyright (C) 2006 - 2009 by the FRESCOR consortium: +// +// Universidad de Cantabria, SPAIN +// University of York, UK +// Scuola Superiore Sant'Anna, ITALY +// Kaiserslautern University, GERMANY +// Univ. Politecnica Valencia, SPAIN +// Czech Technical University in Prague, CZECH REPUBLIC +// ENEA SWEDEN +// Thales Communication S.A. FRANCE +// Visual Tools S.A. SPAIN +// Rapita Systems Ltd UK +// Evidence ITALY +// +// See http://www.frescor.org +// +// The FRESCOR project (FP6/2005/IST/5-034026) is funded +// in part by the European Union Sixth Framework Programme +// The European Union is not liable of any use that may be +// made of this code. +// +// +// based on previous work (FSF) done in the FIRST project +// +// Copyright (C) 2005 Mälardalen University, SWEDEN +// Scuola Superiore S.Anna, ITALY +// Universidad de Cantabria, SPAIN +// University of York, UK +// +// This file is part of FNA (Frescor Network Adaptation) +// +// FNA is free software; you can redistribute it and/or modify it +// under terms of the GNU General Public License as published by the +// Free Software Foundation; either version 2, or (at your option) any +// later version. FNA 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 FNA; see file +// COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, +// Cambridge, MA 02139, USA. +// +// As a special exception, including FNA header files in a file, +// instantiating FNA generics or templates, or linking other files +// with FNA objects to produce an executable application, does not +// by itself cause the resulting executable application to be covered +// by the GNU General Public License. This exception does not +// however invalidate any other reasons why the executable file might be +// covered by the GNU Public License. +// ----------------------------------------------------------------------- #include #include /* atoi */ #include /* sleep */