From 02f092492e8c45e565229a4e534af1e0cfa67b15 Mon Sep 17 00:00:00 2001 From: Franz Roters Date: Fri, 22 Mar 2013 17:35:05 +0000 Subject: [PATCH] updated copyright header --- code/CPFEM.f90 | 2 +- code/DAMASK_abaqus_exp.f | 2 +- code/DAMASK_abaqus_std.f | 2 +- code/DAMASK_marc.f90 | 2 +- code/DAMASK_spectral_driver.f90 | 18 ++++++++++++++++++ code/DAMASK_spectral_interface.f90 | 2 +- code/DAMASK_spectral_solverAL.f90 | 18 ++++++++++++++++++ code/DAMASK_spectral_solverBasic.f90 | 18 ++++++++++++++++++ code/DAMASK_spectral_solverBasicPETSc.f90 | 18 ++++++++++++++++++ code/DAMASK_spectral_utilities.f90 | 18 ++++++++++++++++++ code/FEsolving.f90 | 2 +- code/IO.f90 | 2 +- code/compilation_info.f90 | 19 +++++++++++++++++++ code/constitutive.f90 | 2 +- code/constitutive_dislotwin.f90 | 2 +- code/constitutive_j2.f90 | 2 +- code/constitutive_none.f90 | 2 +- code/constitutive_nonlocal.f90 | 2 +- code/constitutive_phenopowerlaw.f90 | 2 +- code/constitutive_titanmod.f90 | 2 +- code/core_quit.f90 | 2 +- code/crystallite.f90 | 2 +- code/debug.f90 | 2 +- code/homogenization.f90 | 2 +- code/homogenization_RGC.f90 | 2 +- code/homogenization_isostrain.f90 | 2 +- code/lattice.f90 | 2 +- code/material.f90 | 2 +- code/math.f90 | 2 +- code/mesh.f90 | 2 +- code/numerics.f90 | 2 +- code/prec.f90 | 2 +- copyright header.txt | 19 ------------------- misc/copyright header.txt | 2 +- 34 files changed, 136 insertions(+), 46 deletions(-) delete mode 100644 copyright header.txt diff --git a/code/CPFEM.f90 b/code/CPFEM.f90 index bcb3fa96e..17656d037 100644 --- a/code/CPFEM.f90 +++ b/code/CPFEM.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced Material Simulation Kit. diff --git a/code/DAMASK_abaqus_exp.f b/code/DAMASK_abaqus_exp.f index 3a016ff02..2ae442e2e 100644 --- a/code/DAMASK_abaqus_exp.f +++ b/code/DAMASK_abaqus_exp.f @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/DAMASK_abaqus_std.f b/code/DAMASK_abaqus_std.f index 1ecbeab05..5e5b59933 100644 --- a/code/DAMASK_abaqus_std.f +++ b/code/DAMASK_abaqus_std.f @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/DAMASK_marc.f90 b/code/DAMASK_marc.f90 index b9f4152a2..b7f5b1790 100644 --- a/code/DAMASK_marc.f90 +++ b/code/DAMASK_marc.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced Material Simulation Kit. diff --git a/code/DAMASK_spectral_driver.f90 b/code/DAMASK_spectral_driver.f90 index d15c4a544..a2368d63b 100644 --- a/code/DAMASK_spectral_driver.f90 +++ b/code/DAMASK_spectral_driver.f90 @@ -1,3 +1,21 @@ +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH +! +! This file is part of DAMASK, +! the Düsseldorf Advanced MAterial Simulation Kit. +! +! DAMASK 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 3 of the License, or +! (at your option) any later version. +! +! DAMASK is distributed in the hope that it will be useful, +! but WITHOUT ANY WARRANTY; without even the implied warranty of +! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +! GNU General Public License for more details. +! +! You should have received a copy of the GNU General Public License +! along with DAMASK. If not, see . +! !-------------------------------------------------------------------------------------------------- ! $Id$ !-------------------------------------------------------------------------------------------------- diff --git a/code/DAMASK_spectral_interface.f90 b/code/DAMASK_spectral_interface.f90 index ed775bf85..b6e676822 100644 --- a/code/DAMASK_spectral_interface.f90 +++ b/code/DAMASK_spectral_interface.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced Material Simulation Kit. diff --git a/code/DAMASK_spectral_solverAL.f90 b/code/DAMASK_spectral_solverAL.f90 index 1086338f9..bd3dbe2b7 100644 --- a/code/DAMASK_spectral_solverAL.f90 +++ b/code/DAMASK_spectral_solverAL.f90 @@ -1,3 +1,21 @@ +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH +! +! This file is part of DAMASK, +! the Düsseldorf Advanced MAterial Simulation Kit. +! +! DAMASK 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 3 of the License, or +! (at your option) any later version. +! +! DAMASK is distributed in the hope that it will be useful, +! but WITHOUT ANY WARRANTY; without even the implied warranty of +! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +! GNU General Public License for more details. +! +! You should have received a copy of the GNU General Public License +! along with DAMASK. If not, see . +! !-------------------------------------------------------------------------------------------------- ! $Id: DAMASK_spectral_solverAL.f90 1654 2012-08-03 09:25:48Z MPIE\m.diehl $ !-------------------------------------------------------------------------------------------------- diff --git a/code/DAMASK_spectral_solverBasic.f90 b/code/DAMASK_spectral_solverBasic.f90 index c99ab4139..f8a247ebb 100644 --- a/code/DAMASK_spectral_solverBasic.f90 +++ b/code/DAMASK_spectral_solverBasic.f90 @@ -1,3 +1,21 @@ +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH +! +! This file is part of DAMASK, +! the Düsseldorf Advanced MAterial Simulation Kit. +! +! DAMASK 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 3 of the License, or +! (at your option) any later version. +! +! DAMASK is distributed in the hope that it will be useful, +! but WITHOUT ANY WARRANTY; without even the implied warranty of +! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +! GNU General Public License for more details. +! +! You should have received a copy of the GNU General Public License +! along with DAMASK. If not, see . +! !-------------------------------------------------------------------------------------------------- ! $Id$ !-------------------------------------------------------------------------------------------------- diff --git a/code/DAMASK_spectral_solverBasicPETSc.f90 b/code/DAMASK_spectral_solverBasicPETSc.f90 index 88505075f..26e3ca42e 100644 --- a/code/DAMASK_spectral_solverBasicPETSc.f90 +++ b/code/DAMASK_spectral_solverBasicPETSc.f90 @@ -1,3 +1,21 @@ +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH +! +! This file is part of DAMASK, +! the Düsseldorf Advanced MAterial Simulation Kit. +! +! DAMASK 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 3 of the License, or +! (at your option) any later version. +! +! DAMASK is distributed in the hope that it will be useful, +! but WITHOUT ANY WARRANTY; without even the implied warranty of +! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +! GNU General Public License for more details. +! +! You should have received a copy of the GNU General Public License +! along with DAMASK. If not, see . +! !-------------------------------------------------------------------------------------------------- ! $Id: DAMASK_spectral_SolverAL.f90 1654 2012-08-03 09:25:48Z MPIE\m.diehl $ !-------------------------------------------------------------------------------------------------- diff --git a/code/DAMASK_spectral_utilities.f90 b/code/DAMASK_spectral_utilities.f90 index 1d6bfeb1a..c37e8ca24 100644 --- a/code/DAMASK_spectral_utilities.f90 +++ b/code/DAMASK_spectral_utilities.f90 @@ -1,3 +1,21 @@ +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH +! +! This file is part of DAMASK, +! the Düsseldorf Advanced MAterial Simulation Kit. +! +! DAMASK 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 3 of the License, or +! (at your option) any later version. +! +! DAMASK is distributed in the hope that it will be useful, +! but WITHOUT ANY WARRANTY; without even the implied warranty of +! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +! GNU General Public License for more details. +! +! You should have received a copy of the GNU General Public License +! along with DAMASK. If not, see . +! !-------------------------------------------------------------------------------------------------- ! $Id$ !-------------------------------------------------------------------------------------------------- diff --git a/code/FEsolving.f90 b/code/FEsolving.f90 index fb54dcdf2..885339f62 100644 --- a/code/FEsolving.f90 +++ b/code/FEsolving.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/IO.f90 b/code/IO.f90 index f2ec7df1b..55e6879e8 100644 --- a/code/IO.f90 +++ b/code/IO.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/compilation_info.f90 b/code/compilation_info.f90 index b04b5aef0..99b3fad05 100644 --- a/code/compilation_info.f90 +++ b/code/compilation_info.f90 @@ -1,3 +1,22 @@ +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH +! +! This file is part of DAMASK, +! the Düsseldorf Advanced MAterial Simulation Kit. +! +! DAMASK 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 3 of the License, or +! (at your option) any later version. +! +! DAMASK is distributed in the hope that it will be useful, +! but WITHOUT ANY WARRANTY; without even the implied warranty of +! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +! GNU General Public License for more details. +! +! You should have received a copy of the GNU General Public License +! along with DAMASK. If not, see . +! +!############################################################## !$Id$ #ifdef __GFORTRAN__ write(6,*) 'Compiled with ', compiler_version() !not supported by GFORTRAN 4.5 and ifort 12 diff --git a/code/constitutive.f90 b/code/constitutive.f90 index 71f9da5f1..4cf80c0ed 100644 --- a/code/constitutive.f90 +++ b/code/constitutive.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/constitutive_dislotwin.f90 b/code/constitutive_dislotwin.f90 index fdea5dc8e..fdbc144f0 100644 --- a/code/constitutive_dislotwin.f90 +++ b/code/constitutive_dislotwin.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/constitutive_j2.f90 b/code/constitutive_j2.f90 index f92d827a3..0e506eaef 100644 --- a/code/constitutive_j2.f90 +++ b/code/constitutive_j2.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/constitutive_none.f90 b/code/constitutive_none.f90 index f7cc73741..ffdc30276 100644 --- a/code/constitutive_none.f90 +++ b/code/constitutive_none.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/constitutive_nonlocal.f90 b/code/constitutive_nonlocal.f90 index a2640735d..ecf46344f 100644 --- a/code/constitutive_nonlocal.f90 +++ b/code/constitutive_nonlocal.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/constitutive_phenopowerlaw.f90 b/code/constitutive_phenopowerlaw.f90 index 71c11aeb6..a184152bb 100644 --- a/code/constitutive_phenopowerlaw.f90 +++ b/code/constitutive_phenopowerlaw.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/constitutive_titanmod.f90 b/code/constitutive_titanmod.f90 index 25354bc15..df72ec3a5 100644 --- a/code/constitutive_titanmod.f90 +++ b/code/constitutive_titanmod.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/core_quit.f90 b/code/core_quit.f90 index 8d1460102..143687a89 100644 --- a/code/core_quit.f90 +++ b/code/core_quit.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/crystallite.f90 b/code/crystallite.f90 index a4ffa8cd3..9a8b58e2d 100644 --- a/code/crystallite.f90 +++ b/code/crystallite.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/debug.f90 b/code/debug.f90 index 094ab054c..86c8e57f5 100644 --- a/code/debug.f90 +++ b/code/debug.f90 @@ -1,4 +1,4 @@ -! Copyright 2011,2012 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-2013 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced Material Simulation Kit. diff --git a/code/homogenization.f90 b/code/homogenization.f90 index 567d4a8f6..7b2b74e2d 100644 --- a/code/homogenization.f90 +++ b/code/homogenization.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/homogenization_RGC.f90 b/code/homogenization_RGC.f90 index 6f9f2bd75..71b786e0b 100644 --- a/code/homogenization_RGC.f90 +++ b/code/homogenization_RGC.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/homogenization_isostrain.f90 b/code/homogenization_isostrain.f90 index 6609d0649..1fd3b2b14 100644 --- a/code/homogenization_isostrain.f90 +++ b/code/homogenization_isostrain.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/lattice.f90 b/code/lattice.f90 index 23b10aea8..f3956e11b 100644 --- a/code/lattice.f90 +++ b/code/lattice.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/material.f90 b/code/material.f90 index 79e82a992..d67a1032f 100644 --- a/code/material.f90 +++ b/code/material.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/math.f90 b/code/math.f90 index 98539b7a0..901755f50 100644 --- a/code/math.f90 +++ b/code/math.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/mesh.f90 b/code/mesh.f90 index a8f53a28f..77cd37069 100644 --- a/code/mesh.f90 +++ b/code/mesh.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced Material Simulation Kit. diff --git a/code/numerics.f90 b/code/numerics.f90 index 73c41e3cb..dae755b28 100644 --- a/code/numerics.f90 +++ b/code/numerics.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit. diff --git a/code/prec.f90 b/code/prec.f90 index 849c1a293..18688de28 100644 --- a/code/prec.f90 +++ b/code/prec.f90 @@ -1,4 +1,4 @@ -! Copyright 2011 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-13 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced Material Simulation Kit. diff --git a/copyright header.txt b/copyright header.txt deleted file mode 100644 index 9ffb4ec34..000000000 --- a/copyright header.txt +++ /dev/null @@ -1,19 +0,0 @@ -! Copyright 2011,2012 Max-Planck-Institut für Eisenforschung GmbH -! -! This file is part of DAMASK, -! the Düsseldorf Advanced MAterial Simulation Kit. -! -! DAMASK 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 3 of the License, or -! (at your option) any later version. -! -! DAMASK is distributed in the hope that it will be useful, -! but WITHOUT ANY WARRANTY; without even the implied warranty of -! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -! GNU General Public License for more details. -! -! You should have received a copy of the GNU General Public License -! along with DAMASK. If not, see . -! -!############################################################## diff --git a/misc/copyright header.txt b/misc/copyright header.txt index 9ffb4ec34..62a750222 100644 --- a/misc/copyright header.txt +++ b/misc/copyright header.txt @@ -1,4 +1,4 @@ -! Copyright 2011,2012 Max-Planck-Institut für Eisenforschung GmbH +! Copyright 2011-2013 Max-Planck-Institut für Eisenforschung GmbH ! ! This file is part of DAMASK, ! the Düsseldorf Advanced MAterial Simulation Kit.