mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 10:10:18 -06:00
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:
parent
cdc88582c3
commit
65f3b208cf
@ -1,3 +1,4 @@
|
||||
// $Id:$
|
||||
/*****************************************************************************
|
||||
* Copyright (C) 2007-2008 by Klaus Mosthaf *
|
||||
* Copyright (C) 2007-2008 by Bernd Flemisch *
|
||||
|
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
// $Id$
|
||||
// $Id:$
|
||||
/*****************************************************************************
|
||||
* Copyright (C) 2008-2009 by Melanie Darcis *
|
||||
* Copyright (C) 2009 by Andreas Lauser *
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user