diff --git a/dumux/boxmodels/1p2c/1p2cproblem.hh b/dumux/boxmodels/1p2c/1p2cproblem.hh
index 13761ccd3de0e375a22c17dc9e90e4b49b5e4df4..a069f206cc9fe9056a86ca4eafb55a5c7cac7c2c 100644
--- a/dumux/boxmodels/1p2c/1p2cproblem.hh
+++ b/dumux/boxmodels/1p2c/1p2cproblem.hh
@@ -1,6 +1,8 @@
 // $Id$
 /*****************************************************************************
+ *   Copyright (C) 2009 by Karin Erbertseder                                 *
  *   Copyright (C) 2009 by Andreas Lauser                                    *
+ *   Copyright (C) 2008 by Bernd Flemisch                                    *
  *   Institute of Hydraulic Engineering                                      *
  *   University of Stuttgart, Germany                                        *
  *   email: <givenname>.<name>@iws.uni-stuttgart.de                          *
@@ -30,7 +32,6 @@ namespace Dumux
  * \ingroup OnePTwoCProblems
  * \brief Base class for all problems which use the single-phase, two-component box model
  *
- * \todo Please doc me more!
  */
 template<class TypeTag>
 class OnePTwoCBoxProblem : public BoxProblem<TypeTag>