From 6300c927ef15174e6a291d3003b6b396cd8dfddc Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Mon, 9 Dec 2013 20:47:22 +0100 Subject: [PATCH] Fixed headers --- src/crystallization/LocalSteinhardt.h | 4 ++-- src/crystallization/MoleculeOrientation.cpp | 4 ++-- src/crystallization/OrientationSphere.cpp | 4 ++-- src/crystallization/OrientationSphere.h | 4 ++-- src/crystallization/Q4.cpp | 4 ++-- src/crystallization/Q6.cpp | 4 ++-- src/crystallization/Steinhardt.cpp | 4 ++-- src/crystallization/Steinhardt.h | 4 ++-- src/crystallization/StoreVectorsVessel.cpp | 4 ++-- src/crystallization/StoreVectorsVessel.h | 4 ++-- src/crystallization/VectorAverage.cpp | 4 ++-- src/crystallization/VectorMultiColvar.cpp | 4 ++-- src/crystallization/VectorMultiColvar.h | 4 ++-- src/tools/MolDataClass.cpp | 2 +- src/tools/MolDataClass.h | 2 +- 15 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/crystallization/LocalSteinhardt.h b/src/crystallization/LocalSteinhardt.h index e82b544b8..ffd5becad 100644 --- a/src/crystallization/LocalSteinhardt.h +++ b/src/crystallization/LocalSteinhardt.h @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/MoleculeOrientation.cpp b/src/crystallization/MoleculeOrientation.cpp index 26e0d985b..72e07c081 100644 --- a/src/crystallization/MoleculeOrientation.cpp +++ b/src/crystallization/MoleculeOrientation.cpp @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/OrientationSphere.cpp b/src/crystallization/OrientationSphere.cpp index 1a2d40432..93db6ec9e 100644 --- a/src/crystallization/OrientationSphere.cpp +++ b/src/crystallization/OrientationSphere.cpp @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/OrientationSphere.h b/src/crystallization/OrientationSphere.h index fc0ade9b8..e11548a02 100644 --- a/src/crystallization/OrientationSphere.h +++ b/src/crystallization/OrientationSphere.h @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/Q4.cpp b/src/crystallization/Q4.cpp index 17ec0189d..cdc7b8222 100644 --- a/src/crystallization/Q4.cpp +++ b/src/crystallization/Q4.cpp @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/Q6.cpp b/src/crystallization/Q6.cpp index 1ac7d55cd..90b5f7001 100644 --- a/src/crystallization/Q6.cpp +++ b/src/crystallization/Q6.cpp @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/Steinhardt.cpp b/src/crystallization/Steinhardt.cpp index 68412fd04..1b0f1d496 100644 --- a/src/crystallization/Steinhardt.cpp +++ b/src/crystallization/Steinhardt.cpp @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/Steinhardt.h b/src/crystallization/Steinhardt.h index b62d90e8a..2f12d92de 100644 --- a/src/crystallization/Steinhardt.h +++ b/src/crystallization/Steinhardt.h @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/StoreVectorsVessel.cpp b/src/crystallization/StoreVectorsVessel.cpp index 64fbff836..65f9cef76 100644 --- a/src/crystallization/StoreVectorsVessel.cpp +++ b/src/crystallization/StoreVectorsVessel.cpp @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/StoreVectorsVessel.h b/src/crystallization/StoreVectorsVessel.h index ba523fbbc..537f54859 100644 --- a/src/crystallization/StoreVectorsVessel.h +++ b/src/crystallization/StoreVectorsVessel.h @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/VectorAverage.cpp b/src/crystallization/VectorAverage.cpp index d1cf40072..27d515c1d 100644 --- a/src/crystallization/VectorAverage.cpp +++ b/src/crystallization/VectorAverage.cpp @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/VectorMultiColvar.cpp b/src/crystallization/VectorMultiColvar.cpp index 07fe77582..b7a9d7c11 100644 --- a/src/crystallization/VectorMultiColvar.cpp +++ b/src/crystallization/VectorMultiColvar.cpp @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/crystallization/VectorMultiColvar.h b/src/crystallization/VectorMultiColvar.h index def504e4c..9f04b8e4b 100644 --- a/src/crystallization/VectorMultiColvar.h +++ b/src/crystallization/VectorMultiColvar.h @@ -1,10 +1,10 @@ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Copyright (c) 2012 The plumed team + Copyright (c) 2013 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/tools/MolDataClass.cpp b/src/tools/MolDataClass.cpp index f7469ed3e..a080268d5 100644 --- a/src/tools/MolDataClass.cpp +++ b/src/tools/MolDataClass.cpp @@ -4,7 +4,7 @@ See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/tools/MolDataClass.h b/src/tools/MolDataClass.h index a56f4fed5..6247795da 100644 --- a/src/tools/MolDataClass.h +++ b/src/tools/MolDataClass.h @@ -4,7 +4,7 @@ See http://www.plumed-code.org for more information. - This file is part of plumed, version 2.0. + This file is part of plumed, version 2. plumed is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by -- GitLab