[PATCH 10/19] Update dates in Swilena's copyright headers.
* ch_value.ixx, dpoint2d.i, dynamic_image2d.i, fill.ixx, * image2d.ixx, image2d_int.i, image2d_int_u8.i, int_u.ixx, * intp.ixx, morpho.ixx, neighb2d.i, window2d.i, * python/morpho-fun.py, python/morpho-segm.py: Here. --- swilena/ChangeLog | 10 ++++++++++ swilena/ch_value.ixx | 2 +- swilena/dpoint2d.i | 2 +- swilena/dynamic_image2d.i | 2 +- swilena/fill.ixx | 2 +- swilena/image2d.ixx | 2 +- swilena/image2d_int.i | 7 +------ swilena/image2d_int_u8.i | 2 +- swilena/int_u.ixx | 2 +- swilena/intp.ixx | 13 +++++++++---- swilena/morpho.ixx | 2 +- swilena/neighb2d.i | 2 +- swilena/python/morpho-fun.py | 2 +- swilena/python/morpho-segm.py | 2 +- swilena/window2d.i | 2 +- 15 files changed, 32 insertions(+), 22 deletions(-) diff --git a/swilena/ChangeLog b/swilena/ChangeLog index 4a83499..bbbe6d7 100644 --- a/swilena/ChangeLog +++ b/swilena/ChangeLog @@ -1,5 +1,15 @@ 2009-05-27 Roland Levillain <roland@lrde.epita.fr> + Update dates in Swilena's copyright headers. + + * ch_value.ixx, dpoint2d.i, dynamic_image2d.i, fill.ixx, + * image2d.ixx, image2d_int.i, image2d_int_u8.i, int_u.ixx, + * intp.ixx, morpho.ixx, neighb2d.i, window2d.i, + * python/morpho-fun.py, python/morpho-segm.py: + Here. + +2009-05-27 Roland Levillain <roland@lrde.epita.fr> + Exercise Swilena/Python iterators. * python/box2d-misc.py: New test. diff --git a/swilena/ch_value.ixx b/swilena/ch_value.ixx index 9ed217c..e48f371 100644 --- a/swilena/ch_value.ixx +++ b/swilena/ch_value.ixx @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 diff --git a/swilena/dpoint2d.i b/swilena/dpoint2d.i index 48a4e93..bde8f07 100644 --- a/swilena/dpoint2d.i +++ b/swilena/dpoint2d.i @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 diff --git a/swilena/dynamic_image2d.i b/swilena/dynamic_image2d.i index acee985..2ae3c16 100644 --- a/swilena/dynamic_image2d.i +++ b/swilena/dynamic_image2d.i @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 diff --git a/swilena/fill.ixx b/swilena/fill.ixx index a1c1e2c..958c5ae 100644 --- a/swilena/fill.ixx +++ b/swilena/fill.ixx @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 diff --git a/swilena/image2d.ixx b/swilena/image2d.ixx index 4e46159..75f0f3b 100644 --- a/swilena/image2d.ixx +++ b/swilena/image2d.ixx @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 diff --git a/swilena/image2d_int.i b/swilena/image2d_int.i index 095be31..92f3d5e 100644 --- a/swilena/image2d_int.i +++ b/swilena/image2d_int.i @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 @@ -32,11 +32,6 @@ %module image2d_int -/* FIXME: Shouldn't it be - - %include "intp.i" - - instead? After all, module `intp' generates wrappers too. */ %include "intp.ixx" %include "image2d.ixx" instantiate_image2d(image2d_int, int) diff --git a/swilena/image2d_int_u8.i b/swilena/image2d_int_u8.i index 38f1318..b420445 100644 --- a/swilena/image2d_int_u8.i +++ b/swilena/image2d_int_u8.i @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 diff --git a/swilena/int_u.ixx b/swilena/int_u.ixx index cb9c29d..71fc02e 100644 --- a/swilena/int_u.ixx +++ b/swilena/int_u.ixx @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 diff --git a/swilena/intp.ixx b/swilena/intp.ixx index 41ad5b7..add19cf 100644 --- a/swilena/intp.ixx +++ b/swilena/intp.ixx @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 @@ -32,8 +32,13 @@ %module intp %include "cpointer.i" -// Wrap a class interface around an "int *" (see -// // http://www.swig.org/Doc1.3/Library.html#Library_nn4). -// %pointer_class(int, intp); + +/* FIXME: Wrapping a class interface around an "int *" using + + %pointer_class(int, intp); + + would be better (see http://www.swig.org/Doc1.3/Library.html#Library_nn4). + We might be able to add extra methods (like __str__) this way. */ + /* Create some functions for working with "int *" */ %pointer_functions(int, intp); diff --git a/swilena/morpho.ixx b/swilena/morpho.ixx index 7145a39..5b90a22 100644 --- a/swilena/morpho.ixx +++ b/swilena/morpho.ixx @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 diff --git a/swilena/neighb2d.i b/swilena/neighb2d.i index 38a4370..a5c67b2 100644 --- a/swilena/neighb2d.i +++ b/swilena/neighb2d.i @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 diff --git a/swilena/python/morpho-fun.py b/swilena/python/morpho-fun.py index 6b8c10e..bf96e48 100644 --- a/swilena/python/morpho-fun.py +++ b/swilena/python/morpho-fun.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +# 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 diff --git a/swilena/python/morpho-segm.py b/swilena/python/morpho-segm.py index 5874f19..83af24d 100644 --- a/swilena/python/morpho-segm.py +++ b/swilena/python/morpho-segm.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +# 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 diff --git a/swilena/window2d.i b/swilena/window2d.i index d95b55a..68556c6 100644 --- a/swilena/window2d.i +++ b/swilena/window2d.i @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2008 EPITA Research and Development Laboratory (LRDE) +// 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 -- 1.6.1.2
participants (1)
-
Roland Levillain