* .vcs: Remove. * src/function_loader.cc, * swig/mln.i, * swig/python/config.py.in, * test/fixtures/my_lib/damien.hh, * test/fixtures/my_lib/damien.hxx, * test/fixtures/my_lib/lib.hh, * test/vaucanson/test-loader.cc: Fix punctuation. --- extatica/.vcs | 23 ----------------------- extatica/ChangeLog | 14 ++++++++++++++ extatica/src/function_loader.cc | 2 +- extatica/swig/mln.i | 2 +- extatica/swig/python/config.py.in | 2 +- extatica/test/fixtures/my_lib/damien.hh | 2 +- extatica/test/fixtures/my_lib/damien.hxx | 2 +- extatica/test/fixtures/my_lib/lib.hh | 2 +- extatica/test/vaucanson/test-loader.cc | 2 +- 9 files changed, 21 insertions(+), 30 deletions(-) delete mode 100644 extatica/.vcs
diff --git a/extatica/.vcs b/extatica/.vcs deleted file mode 100644 index ef8e8b2..0000000 --- a/extatica/.vcs +++ /dev/null @@ -1,23 +0,0 @@ ---- -precious: - - repository - -unmask: - - test/olena/proto-stl-style - - test/dyn.log - - libltdl - -exclude: - - Makefile.in - - _build - - _config - - _install - - # autotools stuffs - - configure - - autom4te.cache - - aclocal.m4 - -junk: - - .gdb_history - - a.out diff --git a/extatica/ChangeLog b/extatica/ChangeLog index 650cbb4..8adb2e5 100644 --- a/extatica/ChangeLog +++ b/extatica/ChangeLog @@ -1,5 +1,19 @@ 2010-11-09 Roland Levillain roland@lrde.epita.fr
+ Cleanup and aesthetic changes. + + * .vcs: Remove. + * src/function_loader.cc, + * swig/mln.i, + * swig/python/config.py.in, + * test/fixtures/my_lib/damien.hh, + * test/fixtures/my_lib/damien.hxx, + * test/fixtures/my_lib/lib.hh, + * test/vaucanson/test-loader.cc: + Fix punctuation. + +2010-11-09 Roland Levillain roland@lrde.epita.fr + Rename Dyn as Extatica within the project.
* config.site: s/dyn/extatica/. diff --git a/extatica/src/function_loader.cc b/extatica/src/function_loader.cc index 4cfc194..1af8543 100644 --- a/extatica/src/function_loader.cc +++ b/extatica/src/function_loader.cc @@ -1,5 +1,5 @@ /* Copyright (C) 2005, 2009, 2010 EPITA Research and Development - Laboratory (LRDE) + Laboratory (LRDE).
This file is part of Olena.
diff --git a/extatica/swig/mln.i b/extatica/swig/mln.i index 320987f..5af6793 100644 --- a/extatica/swig/mln.i +++ b/extatica/swig/mln.i @@ -1,6 +1,6 @@ // -*- C++ -*-
-/* Copyright (C) 2009, 2010 EPITA Research and Development Laboratory (LRDE) +/* Copyright (C) 2009, 2010 EPITA Research and Development Laboratory (LRDE).
This file is part of Olena.
diff --git a/extatica/swig/python/config.py.in b/extatica/swig/python/config.py.in index 969799b..908f156 100644 --- a/extatica/swig/python/config.py.in +++ b/extatica/swig/python/config.py.in @@ -1,6 +1,6 @@ #! /usr/bin/env python
-# Copyright (C) 2009, 2010 EPITA Research and Development Laboratory (LRDE) +# Copyright (C) 2009, 2010 EPITA Research and Development Laboratory (LRDE). # # This file is part of Olena. # diff --git a/extatica/test/fixtures/my_lib/damien.hh b/extatica/test/fixtures/my_lib/damien.hh index c2222a8..578ddb9 100644 --- a/extatica/test/fixtures/my_lib/damien.hh +++ b/extatica/test/fixtures/my_lib/damien.hh @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009 EPITA Research and Development Laboratory (LRDE) +/* Copyright (C) 2005, 2009 EPITA Research and Development Laboratory (LRDE).
This file is part of Olena.
diff --git a/extatica/test/fixtures/my_lib/damien.hxx b/extatica/test/fixtures/my_lib/damien.hxx index 8269ac3..81a97d9 100644 --- a/extatica/test/fixtures/my_lib/damien.hxx +++ b/extatica/test/fixtures/my_lib/damien.hxx @@ -1,4 +1,4 @@ -/* Copyright (C) 2005 EPITA Research and Development Laboratory (LRDE) +/* Copyright (C) 2005 EPITA Research and Development Laboratory (LRDE).
This file is part of Olena.
diff --git a/extatica/test/fixtures/my_lib/lib.hh b/extatica/test/fixtures/my_lib/lib.hh index e3a42c7..e4ed9b9 100644 --- a/extatica/test/fixtures/my_lib/lib.hh +++ b/extatica/test/fixtures/my_lib/lib.hh @@ -1,4 +1,4 @@ -/* Copyright (C) 2005, 2009 EPITA Research and Development Laboratory (LRDE) +/* Copyright (C) 2005, 2009 EPITA Research and Development Laboratory (LRDE).
This file is part of Olena.
diff --git a/extatica/test/vaucanson/test-loader.cc b/extatica/test/vaucanson/test-loader.cc index 7144e82..2c41043 100644 --- a/extatica/test/vaucanson/test-loader.cc +++ b/extatica/test/vaucanson/test-loader.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2005 EPITA Research and Development Laboratory (LRDE) +/* Copyright (C) 2005 EPITA Research and Development Laboratory (LRDE).
This file is part of Olena.