* doc/Doxyfile.in, * doc/doc.mk, * doc/doxyfuns.sty, * doc/generate_dist_files.sh, * doc/milena.sty, * doc/ref_guide/ref_guide.tex, * doc/tutorial/tutorial.tex, * doc/white_paper/white_paper.tex, * mln/core/concept/object.hh: Update license headers. --- milena/ChangeLog | 14 ++++++++ milena/doc/Doxyfile.in | 17 ++++++++++ milena/doc/doc.mk | 3 +- milena/doc/doxyfuns.sty | 31 ++++++------------ milena/doc/generate_dist_files.sh | 16 +++++++++ milena/doc/milena.sty | 28 +++++----------- milena/doc/ref_guide/ref_guide.tex | 54 ++++++++++++++++++++----------- milena/doc/tutorial/tutorial.tex | 53 ++++++++++++++++++++----------- milena/doc/white_paper/white_paper.tex | 34 ++++++++++++++++++++ milena/mln/core/concept/object.hh | 11 +----- 10 files changed, 173 insertions(+), 88 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index f279706..5a7dda9 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,19 @@ 2009-07-08 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> + Make sure the documentation license is GPL v2. + + * doc/Doxyfile.in, + * doc/doc.mk, + * doc/doxyfuns.sty, + * doc/generate_dist_files.sh, + * doc/milena.sty, + * doc/ref_guide/ref_guide.tex, + * doc/tutorial/tutorial.tex, + * doc/white_paper/white_paper.tex, + * mln/core/concept/object.hh: Update license headers. + +2009-07-08 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> + Fix last issues with ICC. * mln/labeling/colorize.hh: make it deterministic whatever the diff --git a/milena/doc/Doxyfile.in b/milena/doc/Doxyfile.in index 6afa13f..7774897 100644 --- a/milena/doc/Doxyfile.in +++ b/milena/doc/Doxyfile.in @@ -1,3 +1,20 @@ +# Copyright (C) 2007, 2008, 2009 EPITA Research and Development +# Laboratory (LRDE) +# +# This file is part of Olena. +# +# 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 Olena. If not, see <http://www.gnu.org/licenses/>. +# # Doxyfile 1.5.1 #--------------------------------------------------------------------------- diff --git a/milena/doc/doc.mk b/milena/doc/doc.mk index abc1c12..eb9290a 100644 --- a/milena/doc/doc.mk +++ b/milena/doc/doc.mk @@ -1,6 +1,7 @@ # -*- Automake -*- -# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE). +# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory +# (LRDE). # # This file is part of Olena. # diff --git a/milena/doc/doxyfuns.sty b/milena/doc/doxyfuns.sty index cf0d0b6..e99bff0 100644 --- a/milena/doc/doxyfuns.sty +++ b/milena/doc/doxyfuns.sty @@ -1,29 +1,18 @@ -%% Copyright (C) 2009 EPITA Research and Development Laboratory +%% Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) %% -%% This file is part of the Milena 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. -%% -%% As a special exception, you may use this file as part of a free -%% software library without restriction. Specifically, if other files -%% instantiate templates or use macros or inline functions from this -%% file, or you compile this file and link it with other files to -%% produce an executable, this 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. +%% along with Olena. If not, see <http://www.gnu.org/licenses/>. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -104,7 +93,7 @@ % Include an output image. % #1 - output image number. % #2 - related sample file name. -% #3 - Size of the picture (Latex ONLY) +% #3 - Size of the picture (Latex ONLY) \newcommand{\doxyfigure}[3][1]{ \backslash endhtmlonly% \backslash image html #2-#1.png% @@ -113,7 +102,7 @@ % Include an image from located in one of the path specified in IMAGE_PATH. % #1 - image name. -% #2 - Size of the picture (Latex ONLY) +% #2 - Size of the picture (Latex ONLY) \newcommand{\doxyimg}[2]{ \backslash endhtmlonly% \backslash image html #1.png% diff --git a/milena/doc/generate_dist_files.sh b/milena/doc/generate_dist_files.sh index 6a6b711..5ff7aca 100755 --- a/milena/doc/generate_dist_files.sh +++ b/milena/doc/generate_dist_files.sh @@ -1,3 +1,19 @@ +# Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE). +# +# This file is part of Olena. +# +# 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 Olena. If not, see <http://www.gnu.org/licenses/>. + #! /bin/sh ## FIXME: Don't use `echo -n', as echo's options are not portable. diff --git a/milena/doc/milena.sty b/milena/doc/milena.sty index 9a9a617..f4df262 100644 --- a/milena/doc/milena.sty +++ b/milena/doc/milena.sty @@ -1,29 +1,19 @@ -%% Copyright (C) 2009 EPITA Research and Development Laboratory +%% Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) %% -%% This file is part of the Milena 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. -%% -%% As a special exception, you may use this file as part of a free -%% software library without restriction. Specifically, if other files -%% instantiate templates or use macros or inline functions from this -%% file, or you compile this file and link it with other files to -%% produce an executable, this 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. +%% along with Olena. If not, see <http://www.gnu.org/licenses/>. + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/milena/doc/ref_guide/ref_guide.tex b/milena/doc/ref_guide/ref_guide.tex index dec1885..4acf619 100644 --- a/milena/doc/ref_guide/ref_guide.tex +++ b/milena/doc/ref_guide/ref_guide.tex @@ -1,29 +1,19 @@ -%% Copyright (C) 2009 EPITA Research and Development Laboratory +%% Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) %% -%% This file is part of the Milena 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. -%% -%% As a special exception, you may use this file as part of a free -%% software library without restriction. Specifically, if other files -%% instantiate templates or use macros or inline functions from this -%% file, or you compile this file and link it with other files to -%% produce an executable, this 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. +%% along with Olena. If not, see <http://www.gnu.org/licenses/>. + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -53,6 +43,7 @@ \begin{document} + % Doxygen use only - Generate the left menu. %Write foreword below. \begin{htmlonly} @@ -80,9 +71,34 @@ \backslash htmlonly \end{htmlonly} + + \begin{latexonly} \maketitle +%==================================== +\chapter*{Copyright} + +Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE). + + +This document is part of Olena. + + +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 Olena. If not, see $<$http://www.gnu.org/licenses/$>$. + \tableofcontents \end{latexonly} diff --git a/milena/doc/tutorial/tutorial.tex b/milena/doc/tutorial/tutorial.tex index 3d2e847..407c982 100644 --- a/milena/doc/tutorial/tutorial.tex +++ b/milena/doc/tutorial/tutorial.tex @@ -1,29 +1,19 @@ -%% Copyright (C) 2009 EPITA Research and Development Laboratory +%% Copyright (C) 2008, 2009 EPITA Research and Development Laboratory +%% (LRDE) %% -%% This file is part of the Milena 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. -%% -%% As a special exception, you may use this file as part of a free -%% software library without restriction. Specifically, if other files -%% instantiate templates or use macros or inline functions from this -%% file, or you compile this file and link it with other files to -%% produce an executable, this 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. +%% along with Olena. If not, see <http://www.gnu.org/licenses/>. %%%%%%%%%%%%%%%%%%%%%% @@ -80,10 +70,35 @@ \begin{latexonly} \maketitle +%==================================== +\chapter*{Copyright} + +Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE). + + +This document is part of Olena. + + +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 Olena. If not, see $<$http://www.gnu.org/licenses/$>$. + \tableofcontents + \end{latexonly} + %==================================== \doxychapter{tuto1}{Welcome} diff --git a/milena/doc/white_paper/white_paper.tex b/milena/doc/white_paper/white_paper.tex index fb230ae..f32a979 100644 --- a/milena/doc/white_paper/white_paper.tex +++ b/milena/doc/white_paper/white_paper.tex @@ -1,3 +1,19 @@ +%% Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) +%% +%% This file is part of Olena. +%% +%% 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 Olena. If not, see <http://www.gnu.org/licenses/>. + \documentclass{article} %\usepackage{hevea} @@ -180,4 +196,22 @@ Milena's \textbf{documentation}: %Demo + tuto + doc + +\section*{Copyright} +Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) + +This document is part of Olena. + +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 Olena. If not, see $<$http://www.gnu.org/licenses/$>$. + \end{document} diff --git a/milena/mln/core/concept/object.hh b/milena/mln/core/concept/object.hh index 122306a..74e3c2a 100644 --- a/milena/mln/core/concept/object.hh +++ b/milena/mln/core/concept/object.hh @@ -109,6 +109,8 @@ \section copyright Copyright and License. Copyright (C) 2007, 2008, 2009 EPITA Research and Development (LRDE) + This documentation is part of Olena. + 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. @@ -120,15 +122,6 @@ You should have received a copy of the GNU General Public License along with Olena. If not, see <http://www.gnu.org/licenses/>. - - As a special exception, you may use this file as part of a free - software project without restriction. Specifically, if other files - instantiate templates or use macros or inline functions from this - file, or you compile this file and link it with other files to produce - an executable, this 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. */ -- 1.5.6.5