From 65f3b208cfee86d0683c0e63cd330c28cf5128e8 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Thu, 18 Jun 2009 17:06:44 +0000 Subject: [PATCH] add copyright dummy preambles to every file in the release which does not have one. add Id tag to every source file in the release --- examples/tutorial_coupled.cc | 1 + examples/tutorial_decoupled.cc | 15 +++++++++++++++ examples/tutorialproblem_coupled.hh | 2 +- examples/tutorialproblem_decoupled.hh | 15 +++++++++++++++ 4 files changed, 32 insertions(+), 1 deletion(-) diff --git a/examples/tutorial_coupled.cc b/examples/tutorial_coupled.cc index 0d20a8358..70a947064 100644 --- a/examples/tutorial_coupled.cc +++ b/examples/tutorial_coupled.cc @@ -1,3 +1,4 @@ +// $Id:$ /***************************************************************************** * Copyright (C) 2007-2008 by Klaus Mosthaf * * Copyright (C) 2007-2008 by Bernd Flemisch * diff --git a/examples/tutorial_decoupled.cc b/examples/tutorial_decoupled.cc index c1be36e2b..aa0a0ca86 100644 --- a/examples/tutorial_decoupled.cc +++ b/examples/tutorial_decoupled.cc @@ -1,3 +1,18 @@ +// $Id:$ +/***************************************************************************** + * Copyright (C) by * + * Institute of Hydraulic Engineering * + * University of Stuttgart, Germany * + * email: .@iws.uni-stuttgart.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version, as long as this copyright notice * + * is included in its original form. * + * * + * This program is distributed WITHOUT ANY WARRANTY. * + *****************************************************************************/ #include "config.h" #include #include diff --git a/examples/tutorialproblem_coupled.hh b/examples/tutorialproblem_coupled.hh index 90fe08b19..0b63ccc1f 100644 --- a/examples/tutorialproblem_coupled.hh +++ b/examples/tutorialproblem_coupled.hh @@ -1,4 +1,4 @@ -// $Id$ +// $Id:$ /***************************************************************************** * Copyright (C) 2008-2009 by Melanie Darcis * * Copyright (C) 2009 by Andreas Lauser * diff --git a/examples/tutorialproblem_decoupled.hh b/examples/tutorialproblem_decoupled.hh index 9542745b3..ea8fa7441 100644 --- a/examples/tutorialproblem_decoupled.hh +++ b/examples/tutorialproblem_decoupled.hh @@ -1,3 +1,18 @@ +// $Id:$ +/***************************************************************************** + * Copyright (C) by * + * Institute of Hydraulic Engineering * + * University of Stuttgart, Germany * + * email: .@iws.uni-stuttgart.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version, as long as this copyright notice * + * is included in its original form. * + * * + * This program is distributed WITHOUT ANY WARRANTY. * + *****************************************************************************/ #ifndef TUTORIALPROBLEM_DECOUPLED_HH #define TUTORIALPROBLEM_DECOUPLED_HH