3985: Fix the library name in the copyright text.

https://svn.lrde.epita.fr/svn/oln/trunk/milena Index: ChangeLog from Thierry Geraud <thierry.geraud@lrde.epita.fr> Fix the library name in the copyright text. * tests/data.hh.in, * doc/milena.sty, * doc/ref_guide/ref_guide.tex, * doc/doxyfuns.sty, * doc/tutorial/tutorial.tex (copyright): Fix the library name. doc/doxyfuns.sty | 2 +- doc/milena.sty | 2 +- doc/ref_guide/ref_guide.tex | 2 +- doc/tutorial/tutorial.tex | 2 +- tests/data.hh.in | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) Index: tests/data.hh.in --- tests/data.hh.in (revision 3984) +++ tests/data.hh.in (working copy) @@ -1,7 +1,7 @@ // Copyright (C) 2008, 2009 EPITA Research and Development Laboratory // (LRDE) // -// This file is part of the Olena Library. This library is free +// 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. Index: doc/milena.sty --- doc/milena.sty (revision 3984) +++ doc/milena.sty (working copy) @@ -1,6 +1,6 @@ %% Copyright (C) 2009 EPITA Research and Development Laboratory %% -%% This file is part of the Olena Library. This library is free +%% 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. Index: doc/ref_guide/ref_guide.tex --- doc/ref_guide/ref_guide.tex (revision 3984) +++ doc/ref_guide/ref_guide.tex (working copy) @@ -1,6 +1,6 @@ %% Copyright (C) 2009 EPITA Research and Development Laboratory %% -%% This file is part of the Olena Library. This library is free +%% 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. Index: doc/doxyfuns.sty --- doc/doxyfuns.sty (revision 3984) +++ doc/doxyfuns.sty (working copy) @@ -1,6 +1,6 @@ %% Copyright (C) 2009 EPITA Research and Development Laboratory %% -%% This file is part of the Olena Library. This library is free +%% 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. Index: doc/tutorial/tutorial.tex --- doc/tutorial/tutorial.tex (revision 3984) +++ doc/tutorial/tutorial.tex (working copy) @@ -1,6 +1,6 @@ %% Copyright (C) 2009 EPITA Research and Development Laboratory %% -%% This file is part of the Olena Library. This library is free +%% 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.
participants (1)
-
Thierry Geraud