* python/box2d-misc.py, * python/data.py, * python/dynamic-image2d-misc.py, * python/image2d-misc.py, * python/morpho-fun.py, * python/morpho-segm.py, * python/sps-common.in, * python/sps.py, * python/swilena.py: Here.
--- swilena/ChangeLog | 15 +++++++++++++++ swilena/python/box2d-misc.py | 15 +++++++-------- swilena/python/data.py | 15 +++++++-------- swilena/python/dynamic-image2d-misc.py | 15 +++++++-------- swilena/python/image2d-misc.py | 15 +++++++-------- swilena/python/morpho-fun.py | 15 +++++++-------- swilena/python/morpho-segm.py | 15 +++++++-------- swilena/python/sps-common.in | 15 +++++++-------- swilena/python/sps.py | 15 +++++++-------- swilena/python/swilena.py | 15 +++++++-------- 10 files changed, 78 insertions(+), 72 deletions(-)
diff --git a/swilena/ChangeLog b/swilena/ChangeLog index 7575d9a..4359233 100644 --- a/swilena/ChangeLog +++ b/swilena/ChangeLog @@ -1,5 +1,20 @@ 2009-06-10 Roland Levillain roland@lrde.epita.fr
+ Update copyright headers in Swilena/Python. + + * python/box2d-misc.py, + * python/data.py, + * python/dynamic-image2d-misc.py, + * python/image2d-misc.py, + * python/morpho-fun.py, + * python/morpho-segm.py, + * python/sps-common.in, + * python/sps.py, + * python/swilena.py: + Here. + +2009-06-10 Roland Levillain roland@lrde.epita.fr + Update copyright headers in Swilena.
* box.ixx, diff --git a/swilena/python/box2d-misc.py b/swilena/python/box2d-misc.py index afc9f6a..b6c6944 100644 --- a/swilena/python/box2d-misc.py +++ b/swilena/python/box2d-misc.py @@ -2,20 +2,19 @@
# Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) # -# This file is part of the Olena Library. This library is free -# software; you can redistribute it and/or modify it under the terms -# of the GNU General Public License version 2 as published by the -# Free Software Foundation. +# This file is part of Olena. # -# This library is distributed in the hope that it will be useful, +# Olena 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, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02111-1307, USA. +# along with Olena. If not, see http://www.gnu.org/licenses/.
from swilena import *
diff --git a/swilena/python/data.py b/swilena/python/data.py index 989bf34..4a162d9 100644 --- a/swilena/python/data.py +++ b/swilena/python/data.py @@ -2,20 +2,19 @@
# Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) # -# This file is part of the Olena Library. This library is free -# software; you can redistribute it and/or modify it under the terms -# of the GNU General Public License version 2 as published by the -# Free Software Foundation. +# This file is part of Olena. # -# This library is distributed in the hope that it will be useful, +# Olena 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, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02111-1307, USA. +# along with Olena. If not, see http://www.gnu.org/licenses/.
# \file python/data.py # \brief Access to the data of the distribution (images, meshes, etc.). diff --git a/swilena/python/dynamic-image2d-misc.py b/swilena/python/dynamic-image2d-misc.py index cc023dc..0e32e34 100644 --- a/swilena/python/dynamic-image2d-misc.py +++ b/swilena/python/dynamic-image2d-misc.py @@ -2,20 +2,19 @@
# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE) # -# This file is part of the Olena Library. This library is free -# software; you can redistribute it and/or modify it under the terms -# of the GNU General Public License version 2 as published by the -# Free Software Foundation. +# This file is part of Olena. # -# This library is distributed in the hope that it will be useful, +# Olena 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, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02111-1307, USA. +# along with Olena. If not, see http://www.gnu.org/licenses/.
# \file python/dynamic-image2d-misc.py # \brief Test on C++ ``dynamic'' image2d extended in Python. diff --git a/swilena/python/image2d-misc.py b/swilena/python/image2d-misc.py index 737b39b..43b7bff 100644 --- a/swilena/python/image2d-misc.py +++ b/swilena/python/image2d-misc.py @@ -2,20 +2,19 @@
# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE) # -# This file is part of the Olena Library. This library is free -# software; you can redistribute it and/or modify it under the terms -# of the GNU General Public License version 2 as published by the -# Free Software Foundation. +# This file is part of Olena. # -# This library is distributed in the hope that it will be useful, +# Olena 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, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02111-1307, USA. +# along with Olena. If not, see http://www.gnu.org/licenses/.
from swilena import *
diff --git a/swilena/python/morpho-fun.py b/swilena/python/morpho-fun.py index 68ba9b6..fd55202 100644 --- a/swilena/python/morpho-fun.py +++ b/swilena/python/morpho-fun.py @@ -2,20 +2,19 @@
# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE) # -# This file is part of the Olena Library. This library is free -# software; you can redistribute it and/or modify it under the terms -# of the GNU General Public License version 2 as published by the -# Free Software Foundation. +# This file is part of Olena. # -# This library is distributed in the hope that it will be useful, +# Olena 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, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02111-1307, USA. +# along with Olena. If not, see http://www.gnu.org/licenses/.
# \file python/morpho-fun.py # \brief Test on mathematical morphology on functions (scalar images). diff --git a/swilena/python/morpho-segm.py b/swilena/python/morpho-segm.py index 1641b7b..021f91a 100644 --- a/swilena/python/morpho-segm.py +++ b/swilena/python/morpho-segm.py @@ -2,20 +2,19 @@
# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE) # -# This file is part of the Olena Library. This library is free -# software; you can redistribute it and/or modify it under the terms -# of the GNU General Public License version 2 as published by the -# Free Software Foundation. +# This file is part of Olena. # -# This library is distributed in the hope that it will be useful, +# Olena 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, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02111-1307, USA. +# along with Olena. If not, see http://www.gnu.org/licenses/.
# \file python/morpho-segm.py # \brief Test on watershed transform-based segmentation. diff --git a/swilena/python/sps-common.in b/swilena/python/sps-common.in index 46c3e62..c547ea2 100644 --- a/swilena/python/sps-common.in +++ b/swilena/python/sps-common.in @@ -2,20 +2,19 @@
# Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) # -# This file is part of the Olena Library. This library is free -# software; you can redistribute it and/or modify it under the terms -# of the GNU General Public License version 2 as published by the -# Free Software Foundation. +# This file is part of Olena. # -# This library is distributed in the hope that it will be useful, +# Olena 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, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02111-1307, USA. +# along with Olena. If not, see http://www.gnu.org/licenses/.
# The Swilena Python Shell.
diff --git a/swilena/python/sps.py b/swilena/python/sps.py index 9882338..9257e7e 100644 --- a/swilena/python/sps.py +++ b/swilena/python/sps.py @@ -2,20 +2,19 @@
# Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) # -# This file is part of the Olena Library. This library is free -# software; you can redistribute it and/or modify it under the terms -# of the GNU General Public License version 2 as published by the -# Free Software Foundation. +# This file is part of Olena. # -# This library is distributed in the hope that it will be useful, +# Olena 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, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02111-1307, USA. +# along with Olena. If not, see http://www.gnu.org/licenses/.
from swilena import *
diff --git a/swilena/python/swilena.py b/swilena/python/swilena.py index ce093b5..8cb695a 100644 --- a/swilena/python/swilena.py +++ b/swilena/python/swilena.py @@ -2,20 +2,19 @@
# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE) # -# This file is part of the Olena Library. This library is free -# software; you can redistribute it and/or modify it under the terms -# of the GNU General Public License version 2 as published by the -# Free Software Foundation. +# This file is part of Olena. # -# This library is distributed in the hope that it will be useful, +# Olena 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, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Fifth Floor, -# Boston, MA 02111-1307, USA. +# along with Olena. If not, see http://www.gnu.org/licenses/.
# \file swilena.py # \brief The whole Swilena suite.