Add/update copyright header everywhere
authorAlexey Shvetsov <alexxy@gentoo.org>
Thu, 14 Jul 2016 07:07:28 +0000 (10:07 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Thu, 14 Jul 2016 07:07:28 +0000 (10:07 +0300)
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
31 files changed:
CMakeLists.txt
src/CMakeLists.txt
src/include/numpy_conv.h
src/sip/commandline/Commandline.sip
src/sip/commandline/cmdlineoptionsmodule.sip
src/sip/commandline/cmdlineparser.sip
src/sip/definitions.sip
src/sip/options/Options.sip
src/sip/options/abstractoption.sip
src/sip/options/basicoptions.sip
src/sip/options/filenameoption.sip
src/sip/options/ioptionsbehavior.sip
src/sip/options/ioptionscontainer.sip
src/sip/options/options.sip
src/sip/options/pyoptionsholder.sip
src/sip/options/selectionoption.sip
src/sip/selection/Selection.sip
src/sip/selection/selection.sip
src/sip/string.sip
src/sip/topology/Topology.sip
src/sip/topology/atoms.sip
src/sip/topology/pstringlistwrapper.sip
src/sip/topology/topology.sip
src/sip/trajectoryanalysis/TrajectoryAnalysis.sip
src/sip/trajectoryanalysis/analysisdata.sip
src/sip/trajectoryanalysis/analysismodule.sip
src/sip/trajectoryanalysis/analysissettings.sip
src/sip/trajectoryanalysis/cmdlinerunner.sip
src/sip/trajectoryanalysis/runnercommon.sip
stub_headers/gromacs/analysisdata/paralleloptions.h
stub_headers/gromacs/trajectoryanalysis/runnercommon.h

index 09e340d9a415ad58733a558ee3571cc60ad71030..5d7a1c2807b3d84c294943646079cdbedbfb1fcc 100644 (file)
@@ -1,3 +1,25 @@
+#
+# This file is part of the GROMACS-PyAPI package.
+#
+# Copyright (c) 2014,2015,
+# by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+# by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
+#
+# GROMACS-PyAPI is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License
+# as published by the Free Software Foundation; either version 2.1
+# of the License, or (at your option) any later version.
+#
+# GROMACS-PyAPI 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
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with GROMACS; if not, see
+# http://www.gnu.org/licenses, or write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+
 cmake_minimum_required(VERSION 2.8.11)
 
 list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
index fb8e3c84cdaf049108dad017a977174d257a289c..aecdfeeaf6e3ae88f1be40856997b2add0d6d850 100644 (file)
@@ -1,17 +1,16 @@
 #
-# This file is part of the GROMACS molecular simulation package.
+# This file is part of the GROMACS-PyAPI package.
 #
-# Copyright (c) 2014,2015,2016, by the GROMACS development team, led by
-# Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
-# and including many others, as listed in the AUTHORS file in the
-# top-level source directory and at http://www.gromacs.org.
+# Copyright (c) 2014,2015,2016,2014,2015,
+# by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+# by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
 #
-# GROMACS is free software; you can redistribute it and/or
+# GROMACS-PyAPI is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public License
 # as published by the Free Software Foundation; either version 2.1
 # of the License, or (at your option) any later version.
 #
-# GROMACS is distributed in the hope that it will be useful,
+# GROMACS-PyAPI 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
 # Lesser General Public License for more details.
 # License along with GROMACS; if not, see
 # http://www.gnu.org/licenses, or write to the Free Software Foundation,
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
-#
-# If you want to redistribute modifications to GROMACS, please
-# consider that scientific software is very special. Version
-# control is crucial - bugs must be traceable. We will be happy to
-# consider code for inclusion in the official distribution, but
-# derived work must not be called official GROMACS. Details are found
-# in the README & COPYING files - if they are missing, get the
-# official version at http://www.gromacs.org.
-#
-# To help us fund GROMACS development, we humbly ask that you cite
-# the research papers on the package. Check out http://www.gromacs.org.
 
 find_package(PythonLibrary REQUIRED)
 find_package(NumPy REQUIRED)
index fa2cc39ad2e0386f84d4065aed8506489aadcf6c..d43a305ef628f7db3098cff524d35f51b26e110f 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015,2016, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,2016,2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 #ifndef NUMPY_CONV_H
index 7d99ae326de93624fb6edc59adcdfce5c055c562..bee930055650eb097eddfa01b618651a89e764ab 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2016 by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2016,2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %Module gromacs.Commandline
index 5f6cb940418ff15f34a5e9df8528cf204b4d61a2..b25e30e4af77deecdd4330c29131e0148b3cfe04 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2016 by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2016,2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 class ICommandLineOptionsModuleSettings /NoDefaultCtors/ {
index 64501f4f006839a7640fbef79f2693a7a2050ef3..fbcac5f9be541230591e39eb0193d74fb72f394b 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2016 by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2016,2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 class CommandLineParser /NoDefaultCtors/ {
index 2342cd7d372d378f3270a553b33d5fb450d53218..c0b01c2130ca2e5c6c613c662bced6de2fcb749d 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %Exception gmx::GromacsException(SIP_Exception) /Default/
index 973aa954c32ce97c4d8273b96e50987552e55820..d68b8c8e7220f25ed1b40635e8dc0d0d5109a39f 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %Module gromacs.Options
index e6b03969c547acbb386d48b12c10081a55605e04..68584747bf881bea7a5d1de55b17806744323693 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 class AbstractOption /NoDefaultCtors, Abstract/ {
index ae674a3ed0b7a23153a1f3ace5c24b36aceb5134..d4e54dae4ab06c8696eb982fab5d36c801215dba 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %ModuleHeaderCode
index c73478079ba4a95ed97494ac24e03adfb91ea1c9..ee75c4f5f7bd50d4d62ed17f5a856d5aacb2f3c1 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %ModuleHeaderCode
index 89032dbd24bc624435f00b556ef3fd08525e7dc1..92b626a9e9b0e9055230c29146460912dd4d6351 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2016 by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2016,2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 class IOptionsBehavior /NoDefaultCtors/ {
index b12e3f5adbf7214f7d5e4fd1ae21f0bfa1780c0d..c81fd51274cecea8a3e1d97088bc5be0b84b8356 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2015,2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 class OptionInfo /NoDefaultCtors/;
index b2f43cebf9acf1071d178e8b91ad859035dce613..e931dd2410e984d2fc78e2a518051abe95b6ceed 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 class IOptionManager /NoDefaultCtors/ {
index 83e36cb601dbe8ef4586bc29cd925edb62c872ca..44350a3fdaa503fc084a8b3ab3485923fd6ea6e0 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %ModuleHeaderCode
index 197b1669908ecbd5c7a9ddc904756a96f210308e..837fe562b676928f2b382a6995b5f30f4d5d7ba5 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %ModuleHeaderCode
index 74ec09f27a4bebf57bf491998a5bccf225c0fdc2..c37da1ec30ce8608b50163cc1e855ffb7ccad6c4 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %Module gromacs.Selection
index 6a6d45f0cab4b2b0e620249aec745bbfbaf61471..06fa19fec25d367206e958b74c17c24eebba543f 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %PostInitialisationCode
index 684940ee64c05ae384afbf65b44a4f3dba103ad8..3191f8e03d53842e114f82ede4974cccd7fd18f0 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %MappedType std::string
index 8dbc0507fafce9979f7a99d8b4e87f2c383ca546..1cd76098001956ecea1693645c9768a5bc476eae 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %Module gromacs.Topology
index e6922fe40b649590ffb1153be65c25e434f5b425..57509ea77e0e3d61a82a8c2612d4c3e58c67844e 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 struct t_atom {
index 1d02b08bfd09ec61efa842eb9ffe51f74f9f5a73..b868c935f4af33f35bd998d76e6a00c068668a51 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 // This class is needed to transparently map 'atomname' and similar fields of struct t_atoms.
index 042c16a6ec51bb04009b4f149ab48d770759d1c9..94f41a98cf2251e3cd30fa6421d75910844f1d43 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 struct t_topology
index 45a16ad9f721c5e9ae5001f89983a9eb532812b7..e2e927d3acd6191dfbd106144c850c37a39de183 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 %Module gromacs.TrajectoryAnalysis
index 34a02a60e47de381dfc723ec1c76c7313ed847c1..e039ee9923825b9a0b208eaa0e39d846e54dc76d 100644 (file)
@@ -1,4 +1,25 @@
-
+/*
+ * This file is part of the GROMACS-PyAPI package.
+ *
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
+ *
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * of the License, or (at your option) any later version.
+ *
+ * GROMACS-PyAPI 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with GROMACS; if not, see
+ * http://www.gnu.org/licenses, or write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+ */
 class AbstractAnalysisData /NoDefaultCtors/ {
     %TypeHeaderCode
 #include <gromacs/analysisdata/abstractdata.h>
index 8eeb27d612e0e29d0c66c162cf00f7a6946ccab9..851f2e8533d54f8e715d27eee114407ae101109a 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 struct t_trxframe {
index 3e10d37a0e5e6b9a6f33be87f4825b0aa17d600d..0390eda7feac7b3c9b86583a112bb61fb2d196da 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 class TrajectoryAnalysisSettings {
index 0e3ef23e102a2bf46eaa0e07afb574cdaea2492f..6c61089dfcf553097c2759afce2ebf3d15073b53 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 class TrajectoryAnalysisCommandLineRunner /NoDefaultCtors/ {
index 7d67f2f6817abedf3f42587226f16ba4f84589e5..b771e6fe3d7d01736f5a8ba190be0869127a3842 100644 (file)
@@ -1,17 +1,16 @@
 /*
- * This file is part of the GROMACS molecular simulation package.
+ * This file is part of the GROMACS-PyAPI package.
  *
- * Copyright (c) 2014,2015, by the GROMACS development team, led by
- * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
- * and including many others, as listed in the AUTHORS file in the
- * top-level source directory and at http://www.gromacs.org.
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
  *
- * GROMACS is free software; you can redistribute it and/or
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; either version 2.1
  * of the License, or (at your option) any later version.
  *
- * GROMACS is distributed in the hope that it will be useful,
+ * GROMACS-PyAPI 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
  * Lesser General Public License for more details.
  * License along with GROMACS; if not, see
  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
- *
- * If you want to redistribute modifications to GROMACS, please
- * consider that scientific software is very special. Version
- * control is crucial - bugs must be traceable. We will be happy to
- * consider code for inclusion in the official distribution, but
- * derived work must not be called official GROMACS. Details are found
- * in the README & COPYING files - if they are missing, get the
- * official version at http://www.gromacs.org.
- *
- * To help us fund GROMACS development, we humbly ask that you cite
- * the research papers on the package. Check out http://www.gromacs.org.
  */
 
 // These classes belong to gromacs.Selection, but will remain here until
index 0d6a0c6d1d1228612a7290679dbd26775f9cece6..8c08c6377cde41e46119021b9521712031595035 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * This file is part of the GROMACS-PyAPI package.
+ *
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
+ *
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * of the License, or (at your option) any later version.
+ *
+ * GROMACS-PyAPI 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with GROMACS; if not, see
+ * http://www.gnu.org/licenses, or write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+ */
 #ifndef PARALLELOPTIONS_H
 #define PARALLELOPTIONS_H
 
index 7a15056034ecfa86fc8b6defec19adc2b12e94b8..fbde26814868d4579e462f87f44e27ff65ff5041 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * This file is part of the GROMACS-PyAPI package.
+ *
+ * Copyright (c) 2014,2015,
+ * by Maks Koltsov <maks@omrb.pnpi.spb.ru> and
+ * by Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
+ *
+ * GROMACS-PyAPI is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * of the License, or (at your option) any later version.
+ *
+ * GROMACS-PyAPI 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with GROMACS; if not, see
+ * http://www.gnu.org/licenses, or write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+ */
 #ifndef RUNNERCOMMON_H
 #define RUNNERCOMMON_h