https://svn.lrde.epita.fr/svn/oln/trunk/metalic
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Fix the distribution.
* mlc/basic.hh: Fix dates in copyright notice.
* mlc/Makefile.am (nobase_mlc_HEADERS): Add basic.hh.
Makefile.am | 1 +
basic.hh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
Index: mlc/basic.hh
--- mlc/basic.hh (revision 686)
+++ mlc/basic.hh (working copy)
@@ -1,4 +1,4 @@
-// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 EPITA Research and Development
Laboratory
+// Copyright (C) 2006 EPITA Research and Development Laboratory
//
// This file is part of the Olena Library. This library is free
// software; you can redistribute it and/or modify it under the terms
Index: mlc/Makefile.am
--- mlc/Makefile.am (revision 686)
+++ mlc/Makefile.am (working copy)
@@ -5,6 +5,7 @@
nobase_mlc_HEADERS = \
abort.hh \
assert.hh \
+ basic.hh \
bexpr.hh \
bool.hh \
case.hh \