From 1936cae7679fc36796fc72da1c4dc9874ae82cf8 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Tue, 4 Jan 2011 15:49:28 +0000 Subject: [PATCH] change copyright notices to the one suggested by the FSF --- examples/tutorial_coupled.cc | 15 ++++++++++----- examples/tutorial_decoupled.cc | 15 ++++++++++----- examples/tutorialproblem_coupled.hh | 15 ++++++++++----- examples/tutorialproblem_decoupled.hh | 19 ++++++++++++------- examples/tutorialspatialparameters_coupled.hh | 15 ++++++++++----- .../tutorialspatialparameters_decoupled.hh | 15 ++++++++++----- 6 files changed, 62 insertions(+), 32 deletions(-) diff --git a/examples/tutorial_coupled.cc b/examples/tutorial_coupled.cc index 5a847e742..e26763fa7 100644 --- a/examples/tutorial_coupled.cc +++ b/examples/tutorial_coupled.cc @@ -7,13 +7,18 @@ * University of Stuttgart, Germany * * email: .@iws.uni-stuttgart.de * * * - * This program is free software; you can redistribute it and/or modify * + * 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. * + * the Free Software Foundation, either version 2 of the License, or * + * (at your option) any later version. * * * - * This program is distributed WITHOUT ANY WARRANTY. * + * This program 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 this program. If not, see . * *****************************************************************************/ /*! * \file diff --git a/examples/tutorial_decoupled.cc b/examples/tutorial_decoupled.cc index fa40d17bb..fbfbf744b 100644 --- a/examples/tutorial_decoupled.cc +++ b/examples/tutorial_decoupled.cc @@ -7,13 +7,18 @@ * University of Stuttgart, Germany * * email: .@iws.uni-stuttgart.de * * * - * This program is free software; you can redistribute it and/or modify * + * 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. * + * the Free Software Foundation, either version 2 of the License, or * + * (at your option) any later version. * * * - * This program is distributed WITHOUT ANY WARRANTY. * + * This program 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 this program. If not, see . * *****************************************************************************/ /*! * \file diff --git a/examples/tutorialproblem_coupled.hh b/examples/tutorialproblem_coupled.hh index 1bb98cc3f..202759b12 100644 --- a/examples/tutorialproblem_coupled.hh +++ b/examples/tutorialproblem_coupled.hh @@ -6,13 +6,18 @@ * University of Stuttgart, Germany * * email: .@iws.uni-stuttgart.de * * * - * This program is free software; you can redistribute it and/or modify * + * 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. * + * the Free Software Foundation, either version 2 of the License, or * + * (at your option) any later version. * * * - * This program is distributed WITHOUT ANY WARRANTY. * + * This program 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 this program. If not, see . * *****************************************************************************/ /*! * \file diff --git a/examples/tutorialproblem_decoupled.hh b/examples/tutorialproblem_decoupled.hh index 3c77df509..55585b623 100644 --- a/examples/tutorialproblem_decoupled.hh +++ b/examples/tutorialproblem_decoupled.hh @@ -7,13 +7,18 @@ * 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. * + * 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. * + * * + * This program 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 this program. If not, see . * *****************************************************************************/ /*! * \file diff --git a/examples/tutorialspatialparameters_coupled.hh b/examples/tutorialspatialparameters_coupled.hh index 2c8dd227a..8ad60dcaf 100644 --- a/examples/tutorialspatialparameters_coupled.hh +++ b/examples/tutorialspatialparameters_coupled.hh @@ -5,13 +5,18 @@ * University of Stuttgart, Germany * * email: .@iws.uni-stuttgart.de * * * - * This program is free software; you can redistribute it and/or modify * + * 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. * + * the Free Software Foundation, either version 2 of the License, or * + * (at your option) any later version. * * * - * This program is distributed WITHOUT ANY WARRANTY. * + * This program 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 this program. If not, see . * *****************************************************************************/ /*! * \file diff --git a/examples/tutorialspatialparameters_decoupled.hh b/examples/tutorialspatialparameters_decoupled.hh index bc021ae22..da1490b02 100644 --- a/examples/tutorialspatialparameters_decoupled.hh +++ b/examples/tutorialspatialparameters_decoupled.hh @@ -5,13 +5,18 @@ * University of Stuttgart, Germany * * email: .@iws.uni-stuttgart.de * * * - * This program is free software; you can redistribute it and/or modify * + * 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. * + * the Free Software Foundation, either version 2 of the License, or * + * (at your option) any later version. * * * - * This program is distributed WITHOUT ANY WARRANTY. * + * This program 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 this program. If not, see . * *****************************************************************************/ /*! * \file