Update headers, fix style for some py files
[alexxy/gromacs.git] / src / python / sip / options / abstractoption.sip
index df74dfcbe25faf6113ae3ce00f187c9984044a56..17236636806a80e2fabdfce4c9ecfb1d8ff9a541 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014, by the GROMACS development team, led by
+ * 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.
@@ -33,7 +33,7 @@
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-class AbstractOption /NoDefaultCtors/ {
+class AbstractOption /NoDefaultCtors,Abstract/ {
 %TypeHeaderCode
 #include <gromacs/options/abstractoption.h>
 using gmx::AbstractOption;