4061: Repair more copyright headers.

* tests/core/image/edge_image.cc, * tests/core/image/graph_image.cc, * tests/core/image/line_graph_image.cc, * tests/core/image/vertex_image.cc, * tests/io/plot/load.cc, * tests/io/tiff/tiff2pbm.cc, * tests/util/line_graph.cc, * tests/world/binary_2d/enlarge.cc: repair copyright headers. --- milena/ChangeLog | 13 +++++++++++++ milena/tests/core/image/edge_image.cc | 3 +-- milena/tests/core/image/graph_image.cc | 3 +-- milena/tests/core/image/line_graph_image.cc | 3 +-- milena/tests/core/image/vertex_image.cc | 3 +-- milena/tests/io/plot/load.cc | 3 +-- milena/tests/io/tiff/tiff2pbm.cc | 3 +-- milena/tests/util/line_graph.cc | 3 +-- milena/tests/world/binary_2d/enlarge.cc | 3 +-- 9 files changed, 21 insertions(+), 16 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 734a115..8fc4f2f 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,18 @@ 2009-06-10 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> + Repair more copyright headers. + + * tests/core/image/edge_image.cc, + * tests/core/image/graph_image.cc, + * tests/core/image/line_graph_image.cc, + * tests/core/image/vertex_image.cc, + * tests/io/plot/load.cc, + * tests/io/tiff/tiff2pbm.cc, + * tests/util/line_graph.cc, + * tests/world/binary_2d/enlarge.cc: repair copyright headers. + +2009-06-10 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> + * mln/geom/seeds2tiling.hh: fix an invalid reference. 2009-06-10 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> diff --git a/milena/tests/core/image/edge_image.cc b/milena/tests/core/image/edge_image.cc index 1998569..7c29bfb 100644 --- a/milena/tests/core/image/edge_image.cc +++ b/milena/tests/core/image/edge_image.cc @@ -1,5 +1,4 @@ -// Copyright (C) 2009 - EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // diff --git a/milena/tests/core/image/graph_image.cc b/milena/tests/core/image/graph_image.cc index b946312..8ba01f6 100644 --- a/milena/tests/core/image/graph_image.cc +++ b/milena/tests/core/image/graph_image.cc @@ -1,5 +1,4 @@ -// Copyright (C) 2009 - EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // diff --git a/milena/tests/core/image/line_graph_image.cc b/milena/tests/core/image/line_graph_image.cc index 4546a35..634dc5b 100644 --- a/milena/tests/core/image/line_graph_image.cc +++ b/milena/tests/core/image/line_graph_image.cc @@ -1,5 +1,4 @@ -// Copyright (C) 2009 - EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // diff --git a/milena/tests/core/image/vertex_image.cc b/milena/tests/core/image/vertex_image.cc index 21cefce..a48f2ab 100644 --- a/milena/tests/core/image/vertex_image.cc +++ b/milena/tests/core/image/vertex_image.cc @@ -1,5 +1,4 @@ -// Copyright (C) 2009 - EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // diff --git a/milena/tests/io/plot/load.cc b/milena/tests/io/plot/load.cc index 93c5a0e..9a88e96 100644 --- a/milena/tests/io/plot/load.cc +++ b/milena/tests/io/plot/load.cc @@ -1,5 +1,4 @@ -// Copyright (C) 2009 - EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // diff --git a/milena/tests/io/tiff/tiff2pbm.cc b/milena/tests/io/tiff/tiff2pbm.cc index 2384579..a7484dc 100644 --- a/milena/tests/io/tiff/tiff2pbm.cc +++ b/milena/tests/io/tiff/tiff2pbm.cc @@ -1,5 +1,4 @@ -// Copyright (C) 2009 - EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // diff --git a/milena/tests/util/line_graph.cc b/milena/tests/util/line_graph.cc index 85c0c30..3fefe3f 100644 --- a/milena/tests/util/line_graph.cc +++ b/milena/tests/util/line_graph.cc @@ -1,5 +1,4 @@ -// Copyright (C) 2009 - EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // diff --git a/milena/tests/world/binary_2d/enlarge.cc b/milena/tests/world/binary_2d/enlarge.cc index 9df09cb..dfc278d 100644 --- a/milena/tests/world/binary_2d/enlarge.cc +++ b/milena/tests/world/binary_2d/enlarge.cc @@ -1,5 +1,4 @@ -// Copyright (C) 2009 - EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // -- 1.5.6.5
participants (1)
-
Guillaume Lazzara