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,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>