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

This commit is contained in:
Andreas Lauser 2009-06-18 17:06:44 +00:00 committed by Andreas Lauser
parent cdc88582c3
commit 65f3b208cf
4 changed files with 32 additions and 1 deletions

View File

@ -1,3 +1,4 @@
// $Id:$
/*****************************************************************************
* Copyright (C) 2007-2008 by Klaus Mosthaf *
* Copyright (C) 2007-2008 by Bernd Flemisch *

View File

@ -1,3 +1,18 @@
// $Id:$
/*****************************************************************************
* Copyright (C) <YEARS> by <ADD_AUTHOR_HERE> *
* Institute of Hydraulic Engineering *
* University of Stuttgart, Germany *
* email: <givenname>.<name>@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 <iostream>
#include <iomanip>

View File

@ -1,4 +1,4 @@
// $Id$
// $Id:$
/*****************************************************************************
* Copyright (C) 2008-2009 by Melanie Darcis *
* Copyright (C) 2009 by Andreas Lauser *

View File

@ -1,3 +1,18 @@
// $Id:$
/*****************************************************************************
* Copyright (C) <YEARS> by <ADD_AUTHOR_HERE> *
* Institute of Hydraulic Engineering *
* University of Stuttgart, Germany *
* email: <givenname>.<name>@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