diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..9ecee674 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,40 @@ +The following people have contributed to ESPResSo: + +Dmytro Antypov +Arjit Maitra +Axel Arnold +Vincent Ballenegger +Tristan Bereau +Nils Binz +Joan Josep Cerdà +Ira Cooke +D. Galperin +Jon Halverson +Vagelis Harmandaris +Christian Holm +illya +Karen Johnston +Christoph Junghans +Stefan Kesselheim +Kai Grass +Peter Kosovan +Hans-Jörg Limbach +Vladimir Lobaskin +Bernward Mann +Frank Mühlbach +Olaf Lenz +Igor Pasichny +Simon Poblete +Adolfo Poma +Matej Praprotnik +Ben Reynwar +sathish +Mehmet Sayar +C. Schneider +schuerg +Marcello Sega +Torsten Stühn +Mehmet Süzen +Sandeep Tyagi +Ulf Schiller +zunjing diff --git a/CMakeLists.txt b/CMakeLists.txt index 08a5a4a3..f8b8daef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,21 @@ +# Copyright (C) 2009,2010 The ESPResSo project +# Copyright (C) 2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + +# This file is part of ESPResSo. + +# ESPResSo 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. + +# ESPResSo 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 . + cmake_minimum_required(VERSION 2.6) project(ESPResSo) diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..8d748def --- /dev/null +++ b/ChangeLog @@ -0,0 +1,3 @@ +2010-10-14 Olaf Lenz + + * Started ChangeLog. For older changes, see ./old/RELEASE_NOTES. diff --git a/Espresso b/Espresso index 84e56324..7f6aeb6b 100755 --- a/Espresso +++ b/Espresso @@ -1,5 +1,22 @@ #!/bin/sh # This is the Espresso-wrapper that is used in the source directory +# Copyright (C) 2007, Olaf Lenz +# +# This file is part of ESPResSo. +# +# ESPResSo 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. +# +# ESPResSo 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 . + # get the name of the directory from the script name script=$0 diff --git a/Espresso.in b/Espresso.in index d943ba0b..f730587d 100644 --- a/Espresso.in +++ b/Espresso.in @@ -1,6 +1,22 @@ #!/bin/sh -# This is the Espresso-wrapper that is used in the source directory - +# This is the Espresso-wrapper that is used in the source directory. +# Copyright (C) 2007, Olaf Lenz +# +# This file is part of ESPResSo. +# +# ESPResSo 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. +# +# ESPResSo 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 . +# # get the name of the directory from the script name script=$0 diff --git a/Makefile-am.am b/Makefile-am.am index f260ce63..4107303d 100644 --- a/Makefile-am.am +++ b/Makefile-am.am @@ -1,3 +1,19 @@ +# Copyright (C) 2007,2008,2009,2010 Olaf Lenz, Axel Arnold +# +# This file is part of ESPResSo. +# +# ESPResSo 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. +# +# ESPResSo 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 . SUBDIRS = . scripts tools testsuite doc # List files that should go into the distribution but are not required diff --git a/NEWS b/NEWS new file mode 100644 index 00000000..8a47ab6f --- /dev/null +++ b/NEWS @@ -0,0 +1,21 @@ +ESPResSo news +------------- + +* Noteworthy changes in the current development version: + +** The license was upgraded to GPLv3. + +** The whole package was adapted to GNU standards. + +======================================================================== +For older changes to ESPResSo, see ./old/RELEASE_NOTES. + +======================================================================== +Copyright (C) 2010 The ESPResSo project + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license is included in the ``GNU Free +Documentation License'' file as part of this distribution. diff --git a/adresso.c b/adresso.c index 973e042c..e1de15af 100644 --- a/adresso.c +++ b/adresso.c @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 adresso.c This is the place for adaptive resolution scheme Implementation of adresso.h diff --git a/adresso.h b/adresso.h index 1913d93b..8d5bf1ad 100644 --- a/adresso.h +++ b/adresso.h @@ -1,12 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. - +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef ADRESSO_H #define ADRESSO_H /** \file adresso.h diff --git a/angle.h b/angle.h index 321cd259..253d9fe8 100644 --- a/angle.h +++ b/angle.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef ANGLE_H #define ANGLE_H /** \file angle.h diff --git a/angledist.h b/angledist.h index 607b40e1..b78f6a94 100644 --- a/angledist.h +++ b/angledist.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef ANGLEDIST_H #define ANGLEDIST_H /** \file angledist.h diff --git a/bin.c b/bin.c index 81f848e7..dbfd2913 100644 --- a/bin.c +++ b/bin.c @@ -1,3 +1,22 @@ +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #include "bin.h" #include "parser.h" diff --git a/bin.h b/bin.h index 4f4d812d..a3e81258 100644 --- a/bin.h +++ b/bin.h @@ -1,3 +1,22 @@ +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef BIN_H #define BIN_H diff --git a/binary_file.c b/binary_file.c index ef18d15f..28291fb8 100644 --- a/binary_file.c +++ b/binary_file.c @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 binary_file.c Implementation of \ref binary_file.h "binary_file.h". */ diff --git a/blockfile.c b/blockfile.c index 9b80066d..e0b18bbe 100644 --- a/blockfile.c +++ b/blockfile.c @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 blockfile.c Implementation of \ref blockfile.h "blockfile.h". If you compile this file with the option -DTCL_FILE_IO instead of the C-like FILE * diff --git a/blockfile.h b/blockfile.h index e7442462..dda07783 100644 --- a/blockfile.h +++ b/blockfile.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 blockfile.h This contains routines to access files formatted as described in \ref blockformat. The file can be either a Tcl channel or a FILE *, which is called FILETYPE here. diff --git a/blockfile_tcl.c b/blockfile_tcl.c index 4acb26f6..e6cd7f1d 100644 --- a/blockfile_tcl.c +++ b/blockfile_tcl.c @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 blockfile_tcl.c Implementation of \ref blockfile_tcl.h "blockfile_tcl.h". */ diff --git a/blockfile_tcl.h b/blockfile_tcl.h index 4217e5b1..ce721ba1 100644 --- a/blockfile_tcl.h +++ b/blockfile_tcl.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 blockfile_tcl.h Contains only the tcl interface for block coded files. diff --git a/blockfile_test.c b/blockfile_test.c index 0f1519f3..ee5b968c 100644 --- a/blockfile_test.c +++ b/blockfile_test.c @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 blockfile_test.c Reference implementation for the blockfile C-interface. */ diff --git a/bmhtf-nacl.h b/bmhtf-nacl.h index 519a26c2..41bb4652 100644 --- a/bmhtf-nacl.h +++ b/bmhtf-nacl.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef BMHTF_NACL_H #define BMHTF_NACL_H diff --git a/buckingham.h b/buckingham.h index 4e840b06..6f279781 100644 --- a/buckingham.h +++ b/buckingham.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef BUCKINGHAM_H #define BUCKINGHAM_H /** \file buckingham.h diff --git a/cells.c b/cells.c index df646750..98cae465 100644 --- a/cells.c +++ b/cells.c @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 cells.c * * This file contains functions for the cell system. diff --git a/cells.h b/cells.h index 3ea1595c..23d7ad24 100644 --- a/cells.h +++ b/cells.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef CELLS_H #define CELLS_H /** \file cells.h diff --git a/comfixed.h b/comfixed.h index b713ed6e..bb465134 100644 --- a/comfixed.h +++ b/comfixed.h @@ -1,12 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. - +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef COMFIXED_H #define COMFIXED_H diff --git a/comforce.h b/comforce.h index 0f8ca430..e88baf65 100644 --- a/comforce.h +++ b/comforce.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 comforce.h * Routines to enable comforce */ diff --git a/communication.c b/communication.c index 559304c1..23d9f44f 100644 --- a/communication.c +++ b/communication.c @@ -1,13 +1,21 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2006; all rights reserved unless otherwise stated. -/** \file communication.c - Implementation of \ref communication.h "communication.h". +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . */ #include #include diff --git a/communication.h b/communication.h index 004391a6..65a94ded 100644 --- a/communication.h +++ b/communication.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef COMM_H #define COMM_H /** \file communication.h diff --git a/config.c b/config.c index fd8d1d0c..c36a9508 100644 --- a/config.c +++ b/config.c @@ -1,12 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. - +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 config.c * * contains \ref code_info and version stuff. diff --git a/config.h b/config.h index 575fd43c..19cd3218 100644 --- a/config.h +++ b/config.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef CONFIG_H #define CONFIG_H diff --git a/config/Espresso.m4 b/config/Espresso.m4 index e36967f3..5ca13179 100644 --- a/config/Espresso.m4 +++ b/config/Espresso.m4 @@ -1,5 +1,21 @@ dnl -*- mode: autoconf -*- - +dnl Copyright (C) 2010 The ESPResSo project +dnl Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany +dnl +dnl This file is part of ESPResSo. +dnl +dnl ESPResSo is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl ESPResSo is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . AC_DEFUN([ES_INIT_CHOOSER],[ # test whether to use the chooser or not AC_ARG_ENABLE(chooser, diff --git a/config/compiler.m4 b/config/compiler.m4 index 10318d0d..86534b01 100644 --- a/config/compiler.m4 +++ b/config/compiler.m4 @@ -1,6 +1,24 @@ dnl -*- mode: autoconf -*- dnl This file contains macros that test for different features of the dnl C-compiler and linker. +dnl +dnl Copyright (C) 2010 The ESPResSo project +dnl Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany +dnl +dnl This file is part of ESPResSo. +dnl +dnl ESPResSo is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl ESPResSo is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . AC_DEFUN([ES_CHECK_COMPILER],[ # Test for (obsolete) option --enable-mode diff --git a/config/fftw.m4 b/config/fftw.m4 index dc3e8500..37e48498 100644 --- a/config/fftw.m4 +++ b/config/fftw.m4 @@ -1,5 +1,21 @@ dnl -*- mode: autoconf -*- - +dnl Copyright (C) 2010 The ESPResSo project +dnl Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany +dnl +dnl This file is part of ESPResSo. +dnl +dnl ESPResSo is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl ESPResSo is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . AC_DEFUN([ES_CHECK_FFTW],[ AC_ARG_WITH([fftw], AC_HELP_STRING([--with-fftw=VERSION], diff --git a/config/header.txt b/config/header.txt new file mode 100644 index 00000000..51f18464 --- /dev/null +++ b/config/header.txt @@ -0,0 +1,19 @@ +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ diff --git a/config/mpi.m4 b/config/mpi.m4 index a103b77b..6ccd9fcf 100644 --- a/config/mpi.m4 +++ b/config/mpi.m4 @@ -1,5 +1,21 @@ -ldnl -*- mode: autoconf -*- - +dnl -*- mode: autoconf -*- +dnl Copyright (C) 2010 The ESPResSo project +dnl Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany +dnl +dnl This file is part of ESPResSo. +dnl +dnl ESPResSo is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl ESPResSo is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . AC_DEFUN([ES_CHECK_MPI],[ AC_BEFORE([$0],[ES_CHECK_COMPILER]) diff --git a/config/myconfig-default.h.in b/config/myconfig-default.h.in index 1928be31..57e0d96a 100644 --- a/config/myconfig-default.h.in +++ b/config/myconfig-default.h.in @@ -1,3 +1,22 @@ +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ /* This is the default file @myconfig@. DO NOT MODIFY THIS FILE! Instead, copy the file diff --git a/configure.ac b/configure.ac index c9d0bf60..05190e7e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,19 @@ +# Copyright (C) 2006,2007,2008,2009,2010 Olaf Lenz, Axel Arnold +# Copyright (C) 2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany +# +# 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 3 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 . + dnl Process this file with autoconf to produce a configure script. dnl Fetch the version and timestamp from RELEASE_NOTES m4_define([ESPRESSO_VERSION], diff --git a/constraint.c b/constraint.c index 57a7d69a..46a0027e 100644 --- a/constraint.c +++ b/constraint.c @@ -1,3 +1,22 @@ +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 constraint.c Implementation of \ref constraint.h "constraint.h", here it's just the parsing stuff. */ diff --git a/constraint.h b/constraint.h index 45eae0e4..6f37733f 100644 --- a/constraint.h +++ b/constraint.h @@ -1,11 +1,22 @@ -// This file is part of the ESPResSo distribution (http://www.espresso.mpg.de). -// It is therefore subject to the ESPResSo license agreement which you accepted upon receiving the distribution -// and by which you are legally bound while utilizing this file in any form or way. -// There is NO WARRANTY, not even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -// You should have received a copy of that license along with this program; -// if not, refer to http://www.espresso.mpg.de/license.html where its current version can be found, or -// write to Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany. -// Copyright (c) 2002-2009; all rights reserved unless otherwise stated. +/* + Copyright (C) 2010 The ESPResSo project + Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009,2010 Max-Planck-Institute for Polymer Research, Theory Group, PO Box 3148, 55021 Mainz, Germany + + This file is part of ESPResSo. + + ESPResSo 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. + + ESPResSo 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 . +*/ #ifndef CONSTRAINT_H #define CONSTRAINT_H #include "statistics.h" diff --git a/internal/naming_convention.txt b/internal/naming_convention.txt deleted file mode 100644 index 0d85c0bd..00000000 --- a/internal/naming_convention.txt +++ /dev/null @@ -1,44 +0,0 @@ -Naming convention for ESPResSo: - - -******************* -* Versions v1.x.x * -******************* - -v1.0 Kim -v1.1 Naomi - (skipped version numbers v1.2 through v1.4) -v1.5 Neelix -v1.6 Icheb -v1.7 Mezoti -v1.8 Rebi & Azan -v1.9 Seska - - -******************* -* Versions v2.x.x * -******************* - -v2.0 Ydalir -v2.1 Alsheim -v2.2 Walaskialf -v2.3 Gladsheim -v2.4 Thrymheim -v2.5 Breidablick -v2.6 Folkwang -v2.7 Glitnir -v2.8 Noatun -v2.9 Widi - - -******************* -* Alternate Route * -******************* - -Possible new schemes include: -- http://de.wikipedia.org/wiki/R%C3%B6mische_Kaiser -- http://de.wikipedia.org/wiki/Nordische_Mythologie -- http://de.wikipedia.org/wiki/Germanischen_Mythologie -- http://de.wikipedia.org/wiki/Liste_griechischer_G%C3%B6tter - - diff --git a/RELEASE_NOTES b/old/RELEASE_NOTES similarity index 100% rename from RELEASE_NOTES rename to old/RELEASE_NOTES diff --git a/copyright.sh b/tools/copyright.sh similarity index 100% rename from copyright.sh rename to tools/copyright.sh