From d0e0c214b3f0c8225de83b0eaf8da0e6e77a6631 Mon Sep 17 00:00:00 2001 From: legrand Date: Mon, 8 Oct 2007 15:00:09 +0000 Subject: [PATCH] corrected author list git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@687 331e1502-861f-0410-8da2-ba01fb791d7f --- .../paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoCombinedLS.h | 2 +- tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoHybridLS.h | 2 +- tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoLS.h | 2 +- tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoNSGAII.h | 2 +- .../paradiseo-ix86-1.0/paradiseo-moeo/src/archive/moeoArchive.h | 2 +- .../src/fitness/moeoAchievementFitnessAssignment.h | 2 +- .../paradiseo-moeo/src/metric/moeoContributionMetric.h | 2 +- .../paradiseo-moeo/src/metric/moeoEntropyMetric.h | 2 +- .../src/utils/moeoArchiveObjectiveVectorSavingUpdater.h | 2 +- .../paradiseo-moeo/src/utils/moeoArchiveUpdater.h | 2 +- .../paradiseo-moeo/src/utils/moeoBinaryMetricSavingUpdater.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoCombinedLS.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoCombinedLS.h index 8d14b335e..9a889bfd9 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoCombinedLS.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoCombinedLS.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* Sebastien Cahon, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoHybridLS.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoHybridLS.h index 070e9128a..3789ca81d 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoHybridLS.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoHybridLS.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* Sebastien Cahon, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoLS.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoLS.h index 3e16cb8fd..d91c4b8e6 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoLS.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoLS.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* Sebastien Cahon, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoNSGAII.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoNSGAII.h index 4b8ea71f9..baa18e376 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoNSGAII.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/algo/moeoNSGAII.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* AbdelHakim Deneche, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/archive/moeoArchive.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/archive/moeoArchive.h index d58416a72..ee6879ba5 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/archive/moeoArchive.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/archive/moeoArchive.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* Sebastien Cahon, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/fitness/moeoAchievementFitnessAssignment.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/fitness/moeoAchievementFitnessAssignment.h index e0ffaee06..62d04712e 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/fitness/moeoAchievementFitnessAssignment.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/fitness/moeoAchievementFitnessAssignment.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* AbdelHakim Deneche, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/metric/moeoContributionMetric.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/metric/moeoContributionMetric.h index 7bf954a51..71f85b325 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/metric/moeoContributionMetric.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/metric/moeoContributionMetric.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* Sebastien Cahon, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/metric/moeoEntropyMetric.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/metric/moeoEntropyMetric.h index 19e7239b3..a299a3649 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/metric/moeoEntropyMetric.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/metric/moeoEntropyMetric.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* Sebastien Cahon, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoArchiveObjectiveVectorSavingUpdater.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoArchiveObjectiveVectorSavingUpdater.h index bb4149512..f20b82b1a 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoArchiveObjectiveVectorSavingUpdater.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoArchiveObjectiveVectorSavingUpdater.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* Sebastien Cahon, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoArchiveUpdater.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoArchiveUpdater.h index 896a6a3a9..f36992502 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoArchiveUpdater.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoArchiveUpdater.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* Sebastien Cahon, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use, diff --git a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoBinaryMetricSavingUpdater.h b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoBinaryMetricSavingUpdater.h index 63317f04b..08aaffce3 100644 --- a/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoBinaryMetricSavingUpdater.h +++ b/tags/paradiseo-ix86-1.0/paradiseo-moeo/src/utils/moeoBinaryMetricSavingUpdater.h @@ -3,7 +3,7 @@ * Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007 * (C) OPAC Team, LIFL, 2002-2007 * -* Arnaud Liefooghe +* Sebastien Cahon, Arnaud Liefooghe * * This software is governed by the CeCILL license under French law and * abiding by the rules of distribution of free software. You can use,