diff --git a/src/Action.cpp b/src/Action.cpp
index c8c38ff93bfe7372164d1a3d73dba1a411f89b75..4bf9874f64c156a0fc833e51cb23258746e0b8c6 100644
--- a/src/Action.cpp
+++ b/src/Action.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Action.h"
 #include "ActionWithValue.h"
diff --git a/src/Action.h b/src/Action.h
index c136ff06c1a525e2f2d85bad3347b3ca30ae1aaf..6df3bedeb43b5548576f76814bc8dfed052807da 100644
--- a/src/Action.h
+++ b/src/Action.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Action_h
 #define __PLUMED_Action_h
diff --git a/src/ActionAtomistic.cpp b/src/ActionAtomistic.cpp
index 480e25928096bb7457a22788a6b16df6881c6887..b26acdcfde8441a09142d129887da20cc70b62ca 100644
--- a/src/ActionAtomistic.cpp
+++ b/src/ActionAtomistic.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionAtomistic.h"
 #include "PlumedMain.h"
diff --git a/src/ActionAtomistic.h b/src/ActionAtomistic.h
index 5cbc01a390b1a6c5a5a4998ea7aa1b603ffe614a..f41ffba381f25bf38aa3b8a21a56a587171e27a7 100644
--- a/src/ActionAtomistic.h
+++ b/src/ActionAtomistic.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_ActionAtomistic_h
 #define __PLUMED_ActionAtomistic_h
diff --git a/src/ActionPilot.cpp b/src/ActionPilot.cpp
index e00820e5f4eec214ed661ea3b782bf2c89f5e5ff..7d10b9315f7b80f50437dd691fd11bf9267fe18f 100644
--- a/src/ActionPilot.cpp
+++ b/src/ActionPilot.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionPilot.h"
 
diff --git a/src/ActionPilot.h b/src/ActionPilot.h
index 5368f10ec0f877363ce0de52a93f5082c5fb42a5..42b337780fea5500100c250d586fe5d4378e5b1d 100644
--- a/src/ActionPilot.h
+++ b/src/ActionPilot.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_ActionPilot_h
 #define __PLUMED_ActionPilot_h
diff --git a/src/ActionRegister.cpp b/src/ActionRegister.cpp
index 2aba7233d0830edfdb79118eeda9d6206afa4ade..8a89ec65edaac7d17955396ad1abc66a2f9d6be2 100644
--- a/src/ActionRegister.cpp
+++ b/src/ActionRegister.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionRegister.h"
 #include "Tools.h"
diff --git a/src/ActionRegister.h b/src/ActionRegister.h
index f8b30dc4a531574342590c17c44dde0e7e9310a7..66fc3d95abcfba0e15b696148403b588a378c640 100644
--- a/src/ActionRegister.h
+++ b/src/ActionRegister.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_ActionRegister_h
 #define __PLUMED_ActionRegister_h
diff --git a/src/ActionSet.cpp b/src/ActionSet.cpp
index bcc1d8e2efa883dcb4fe23ef6f89f06f1963aafc..2d4e7f034661edc6d828fba2d5c8577d2e57485b 100644
--- a/src/ActionSet.cpp
+++ b/src/ActionSet.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionSet.h"
 
diff --git a/src/ActionSet.h b/src/ActionSet.h
index 8a500977f01198154d46b18eff0681b92e0d7167..80a53b4e122502d8ebbc8dadcc0885d781694e23 100644
--- a/src/ActionSet.h
+++ b/src/ActionSet.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_ActionSet_h
 #define __PLUMED_ActionSet_h
diff --git a/src/ActionSetup.cpp b/src/ActionSetup.cpp
index d77b5099a7c787cea518284dd2b983a3aeb4b14c..0e950f0593fdf42f69a5a1a90fee85e4b22a2865 100644
--- a/src/ActionSetup.cpp
+++ b/src/ActionSetup.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionSetup.h"
 #include "PlumedMain.h"
diff --git a/src/ActionSetup.h b/src/ActionSetup.h
index c1429abc08d713617d1283c04b86d48e9c189e8e..565c905393f49b46614fdc001c17a1a5c65208cd 100644
--- a/src/ActionSetup.h
+++ b/src/ActionSetup.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_ActionSetup_h
 #define __PLUMED_ActionSetup_h
diff --git a/src/ActionWithArguments.cpp b/src/ActionWithArguments.cpp
index c4dc772ce5a980dfc11d52e7d423a1475cf0de00..017ddfa0f4aa0487f1706a4c122b3d82cc058dde 100644
--- a/src/ActionWithArguments.cpp
+++ b/src/ActionWithArguments.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionWithArguments.h"
 #include "ActionWithValue.h"
diff --git a/src/ActionWithArguments.h b/src/ActionWithArguments.h
index c6a033498465099c5520e7269707b7567b464791..85d9e0b7885f3a97506cbcca8f0379747ef90b1e 100644
--- a/src/ActionWithArguments.h
+++ b/src/ActionWithArguments.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_ActionWithArguments_h
 #define __PLUMED_ActionWithArguments_h
diff --git a/src/ActionWithDistribution.cpp b/src/ActionWithDistribution.cpp
index 0dc081c9a169fd4eb45ba7df0ec8280dece2bd3f..d6fa72342433be4365d59915500d4e3197d8fff8 100644
--- a/src/ActionWithDistribution.cpp
+++ b/src/ActionWithDistribution.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionWithDistribution.h"
 #include "MultiColvar.h"
diff --git a/src/ActionWithDistribution.h b/src/ActionWithDistribution.h
index 6b7efb84ecab785e467031b4c1c0a46cfad65005..7b37e102ba028a1f390ffd962120db55544cd08f 100644
--- a/src/ActionWithDistribution.h
+++ b/src/ActionWithDistribution.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_ActionWithDistribution_h
 #define __PLUMED_ActionWithDistribution_h
diff --git a/src/ActionWithValue.cpp b/src/ActionWithValue.cpp
index 5ace7f05ef18f65a0dc12813e45a8b6d4c6a00ed..1cfc26ff742f094150e9d23de24ce4535a66fd3d 100644
--- a/src/ActionWithValue.cpp
+++ b/src/ActionWithValue.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionWithValue.h"
 #include "PlumedException.h"
diff --git a/src/ActionWithValue.h b/src/ActionWithValue.h
index 50e095cdcf1a952fdacd2238005fd0e08637cd40..74e04fe5d116a63a3caedbdc509feb3b11d9a2cd 100644
--- a/src/ActionWithValue.h
+++ b/src/ActionWithValue.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_ActionWithValue_h
 #define __PLUMED_ActionWithValue_h
diff --git a/src/ActionWithVirtualAtom.cpp b/src/ActionWithVirtualAtom.cpp
index 654627960692f0f4c75b70256ee0d8cb495d8235..f5c268849385aaf4a33c9c65756b4545e6003541 100644
--- a/src/ActionWithVirtualAtom.cpp
+++ b/src/ActionWithVirtualAtom.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionWithVirtualAtom.h"
 #include "Atoms.h"
diff --git a/src/ActionWithVirtualAtom.h b/src/ActionWithVirtualAtom.h
index 2c9c05884f4a3d5f4aa85177ca4ddbd2207e565d..c3913867fd72d2241b002f5ba485336d648209f6 100644
--- a/src/ActionWithVirtualAtom.h
+++ b/src/ActionWithVirtualAtom.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_ActionWithVirtualAtom_h
 #define __PLUMED_ActionWithVirtualAtom_h
diff --git a/src/Angle.cpp b/src/Angle.cpp
index 858aaab6e1513b42d445281abb6949292b124675..64900ec43d1b964c48f9301b06cf2696b684f49d 100644
--- a/src/Angle.cpp
+++ b/src/Angle.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Angle.h"
 #include "Tools.h"
diff --git a/src/Angle.h b/src/Angle.h
index 19e4a4d8d181f672c657b1a8c47d70702b88b827..9f0784dbdc320e7d5e0be4b1f5131289431a2156 100644
--- a/src/Angle.h
+++ b/src/Angle.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Angle_h
 #define __PLUMED_Angle_h
diff --git a/src/AtomNumber.h b/src/AtomNumber.h
index 208bc4c9819a641750818741b09eb5f8dcf27ee1..fdcac2e70b0da42f5b8d5b5a79ba964dcd0b716b 100644
--- a/src/AtomNumber.h
+++ b/src/AtomNumber.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_AtomNumber_h
 #define __PLUMED_AtomNumber_h
diff --git a/src/Atoms.cpp b/src/Atoms.cpp
index 201cbff297ecc479e30d605625ee45bf1b476909..de8e6ef189ea54e1df9a148b176d25538f9c2074 100644
--- a/src/Atoms.cpp
+++ b/src/Atoms.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Atoms.h"
 #include "ActionAtomistic.h"
diff --git a/src/Atoms.h b/src/Atoms.h
index 3c122eee3aa797c0a0129acdcb1b772e8b14664c..b3e701b6b7240cc00bea9e9e06f9e06d7f8888b3 100644
--- a/src/Atoms.h
+++ b/src/Atoms.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Atoms_h
 #define __PLUMED_Atoms_h
diff --git a/src/Bias.cpp b/src/Bias.cpp
index b902aab3b8ab70744f4cb2246b17d5c7839db6ac..aeca8797cafde4b3d28c4b36e64c713900eddc62 100644
--- a/src/Bias.cpp
+++ b/src/Bias.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Bias.h"
 #include "Colvar.h"
diff --git a/src/Bias.h b/src/Bias.h
index a07cda28acbb0bc17aa579ba3fb20052f765f92e..11b78485db6a76eb8da4174d814e2ee36b92c850 100644
--- a/src/Bias.h
+++ b/src/Bias.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Bias_h
 #define __PLUMED_Bias_h
diff --git a/src/BiasExternal.cpp b/src/BiasExternal.cpp
index 22fb991d11590432bdc22fc449f49279bb2e6cca..61ff84a9778e1a6da1602b631b1e822f8e264408 100644
--- a/src/BiasExternal.cpp
+++ b/src/BiasExternal.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Bias.h"
 #include "ActionRegister.h"
diff --git a/src/BiasFieldMetadynamics.cpp b/src/BiasFieldMetadynamics.cpp
index 98748b2de6c24afbeff55d3eec092bf3a7a1b0c8..b1f0c44ed43d3cee079bd844dc564513e33e8d23 100644
--- a/src/BiasFieldMetadynamics.cpp
+++ b/src/BiasFieldMetadynamics.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionPilot.h"
 #include "ActionRegister.h"
diff --git a/src/BiasLWalls.cpp b/src/BiasLWalls.cpp
index de434325c98323cd2bcd00cac9a1b9afca128030..5b9566fdeeed5d1de246d49198389c329a3a41d0 100644
--- a/src/BiasLWalls.cpp
+++ b/src/BiasLWalls.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Bias.h"
 #include "ActionRegister.h"
diff --git a/src/BiasMetaD.cpp b/src/BiasMetaD.cpp
index 94f1753b8c775f4998764344f784121c58a7a73b..269f76a4b1dd6ef9b70b39444787f931431c00cd 100644
--- a/src/BiasMetaD.cpp
+++ b/src/BiasMetaD.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Bias.h"
 #include "ActionRegister.h"
diff --git a/src/BiasMovingRestraint.cpp b/src/BiasMovingRestraint.cpp
index e4f19a8cedce389f0b9307615919082783144918..c3a66b09b90016110f0dcdacef4665217bb32f0a 100644
--- a/src/BiasMovingRestraint.cpp
+++ b/src/BiasMovingRestraint.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Bias.h"
 #include "ActionRegister.h"
diff --git a/src/BiasRatchet.cpp b/src/BiasRatchet.cpp
index ec592de0a9c0f80a9b1b560de47854203ec29731..72e3ca967b47d7392f674699cbefeb0552e9b0e7 100644
--- a/src/BiasRatchet.cpp
+++ b/src/BiasRatchet.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Bias.h"
 #include "Random.h"
diff --git a/src/BiasRestraint.cpp b/src/BiasRestraint.cpp
index 40f8f81d6224b1bae28afa4f57a43dd765dde3d9..011feab529d3956860bf1cb349bcfda0024f7825 100644
--- a/src/BiasRestraint.cpp
+++ b/src/BiasRestraint.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Bias.h"
 #include "ActionRegister.h"
diff --git a/src/BiasUWalls.cpp b/src/BiasUWalls.cpp
index 39d43ffd12453d2f295ba213c840ac6c5aebf6ad..ee6f3880e5fb25dc807708e757b011624d531c20 100644
--- a/src/BiasUWalls.cpp
+++ b/src/BiasUWalls.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Bias.h"
 #include "ActionRegister.h"
diff --git a/src/CLTool.h b/src/CLTool.h
index 69ea9c11e2452790625e48635e248969e4edabf7..1dc435baadc6b486e8101660e1e82e52a7d52284 100644
--- a/src/CLTool.h
+++ b/src/CLTool.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 
 #ifndef __PLUMED_CLTool_h
diff --git a/src/CLToolDriver.cpp b/src/CLToolDriver.cpp
index 284c663eee619d8385d16717b7ae09996508cb4d..73b155e44e38c21ceb338adeeec3203588d07a0e 100644
--- a/src/CLToolDriver.cpp
+++ b/src/CLToolDriver.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "CLTool.h"
 #include "CLToolRegister.h"
diff --git a/src/CLToolInfo.cpp b/src/CLToolInfo.cpp
index a955bf94a65b8eed3cb75acc25b34798286d129c..44c407979b1d2526c4d3dbf8884a5fcc5f94adee 100644
--- a/src/CLToolInfo.cpp
+++ b/src/CLToolInfo.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "CLTool.h"
 #include "CLToolRegister.h"
diff --git a/src/CLToolMain.cpp b/src/CLToolMain.cpp
index e45ef075804dfc1fbe8cd8430e5a8187e9cf1b8d..ce4dd6aed5b44bed3b62c1017a7ae7f9a1670859 100644
--- a/src/CLToolMain.cpp
+++ b/src/CLToolMain.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "PlumedConfig.h"
 #include "PlumedException.h"
diff --git a/src/CLToolMain.h b/src/CLToolMain.h
index 28bdb18c3d9dbc6f779cfd5f4d59655a29c2ab13..405d735b3cb65735c87522a2c2f5dcae24749119 100644
--- a/src/CLToolMain.h
+++ b/src/CLToolMain.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 
 #ifndef __PLUMED_CLToolMain_h
diff --git a/src/CLToolManual.cpp b/src/CLToolManual.cpp
index cea715a5620112a99585f221816240091200686c..0754891bceaf81ff408ea8fb7c0fa3fd32b21f9a 100644
--- a/src/CLToolManual.cpp
+++ b/src/CLToolManual.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "CLTool.h"
 #include "CLToolRegister.h"
diff --git a/src/CLToolRegister.cpp b/src/CLToolRegister.cpp
index a667be5079356e8ebce3882b23553699752d4242..4d9292b996ae58d021484012d53f19e93f26731e 100644
--- a/src/CLToolRegister.cpp
+++ b/src/CLToolRegister.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "CLToolRegister.h"
 #include "Tools.h"
diff --git a/src/CLToolRegister.h b/src/CLToolRegister.h
index 3f2292170b6c14bcc069eb42b13bb0f7f6e832c0..251a1be8c5cd6df03ab670905850b4e084e43068 100644
--- a/src/CLToolRegister.h
+++ b/src/CLToolRegister.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_CLToolRegister_h
 #define __PLUMED_CLToolRegister_h
diff --git a/src/CLToolSimpleMD.cpp b/src/CLToolSimpleMD.cpp
index 5c21e136a65c78dba140422ace13051fa5b8523e..0a7d9ca49504a33d4165215a7bb35049b9660e64 100644
--- a/src/CLToolSimpleMD.cpp
+++ b/src/CLToolSimpleMD.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "CLTool.h"
 #include "CLToolRegister.h"
diff --git a/src/Citations.cpp b/src/Citations.cpp
index 7cd488e15ed77e52de67d7700460fd49a1a1a9a1..aebf931c90c18ecd776354916f4e634a81f5cadd 100644
--- a/src/Citations.cpp
+++ b/src/Citations.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Citations.h"
 #include "PlumedException.h"
diff --git a/src/Citations.h b/src/Citations.h
index 022521ef9380c144e8a56e4ea98b18f50845c449..79fb95a4e84bbf17d79b4bda2fdf56021f512813 100644
--- a/src/Citations.h
+++ b/src/Citations.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Citations_h
 #define __PLUMED_Citations_h
diff --git a/src/Colvar.cpp b/src/Colvar.cpp
index b9c53a44549d4c5997c06f512d7a17d0d2757180..a0e93ecd11af8f20035748ae0cd01e0b7d46cb93 100644
--- a/src/Colvar.cpp
+++ b/src/Colvar.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include <vector>
diff --git a/src/Colvar.h b/src/Colvar.h
index b60a25e2870a98603c9ca0ad05e3edb9fdeee4a5..b4e53a5b2fcafec75db263472e5727764eddc5c7 100644
--- a/src/Colvar.h
+++ b/src/Colvar.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Colvar_h
 #define __PLUMED_Colvar_h
diff --git a/src/ColvarAlphaRMSD.cpp b/src/ColvarAlphaRMSD.cpp
index 9e05676cfb8ec538368a4445a0ae44dcfed43fd2..5db1dda6191f6530280a21a8ba59e771fcf114dc 100644
--- a/src/ColvarAlphaRMSD.cpp
+++ b/src/ColvarAlphaRMSD.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "MultiColvarSecondaryStructureRMSD.h"
 #include "ActionRegister.h"
diff --git a/src/ColvarAngle.cpp b/src/ColvarAngle.cpp
index 0001afe358cf1fc9f9f5e3c2fa8f547850e59cb7..975040686322bf1b215f574e5d1027bc2c4a5ea4 100644
--- a/src/ColvarAngle.cpp
+++ b/src/ColvarAngle.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "ActionRegister.h"
diff --git a/src/ColvarAntibetaRMSD.cpp b/src/ColvarAntibetaRMSD.cpp
index b7764d00a2ca62dbaa6a9e56eb1dcaead296c596..56d8f8faeb5ac1f554acaa662aa975bab31965c6 100644
--- a/src/ColvarAntibetaRMSD.cpp
+++ b/src/ColvarAntibetaRMSD.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "MultiColvarSecondaryStructureRMSD.h"
 #include "ActionRegister.h"
diff --git a/src/ColvarContactMap.cpp b/src/ColvarContactMap.cpp
index e6d96ba6102bb7278601b7ba54c24caa50e98bcd..3c53baa091d78b6c7a0db934d952b6a8536f34dd 100644
--- a/src/ColvarContactMap.cpp
+++ b/src/ColvarContactMap.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "NeighborList.h"
diff --git a/src/ColvarCoordination.cpp b/src/ColvarCoordination.cpp
index 769b0f314f4b6b4a893ee09d02d1307c113a5821..f11e0405bab0d3a8faac6a1fa55b826d34b34aae 100644
--- a/src/ColvarCoordination.cpp
+++ b/src/ColvarCoordination.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "SwitchingFunction.h"
 #include "Colvar.h"
diff --git a/src/ColvarDRMSD.cpp b/src/ColvarDRMSD.cpp
index 33dd15ab1bed81453ef71c00654ef24caef4a4f6..5943911b1abdec24191d9b3567c9a58492533437 100644
--- a/src/ColvarDRMSD.cpp
+++ b/src/ColvarDRMSD.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "PlumedMain.h"
diff --git a/src/ColvarDipole.cpp b/src/ColvarDipole.cpp
index e301b10c8715964e7d9b4a616d24acf2e77a2fb9..46dcba33aebca61c417ad1d9169677d36fb3222a 100644
--- a/src/ColvarDipole.cpp
+++ b/src/ColvarDipole.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "ActionRegister.h"
diff --git a/src/ColvarDistance.cpp b/src/ColvarDistance.cpp
index 7138c6b93c643c3d3b902600a9d205016b1733a8..4eb74602c312c561f399b0cc6eae1fa98262429b 100644
--- a/src/ColvarDistance.cpp
+++ b/src/ColvarDistance.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "ActionRegister.h"
diff --git a/src/ColvarEnergy.cpp b/src/ColvarEnergy.cpp
index d2883f24ab4f0a6e1be19e8c7f9775be62caabd6..848603ebc15590168070592d01cb6d977dba0e6a 100644
--- a/src/ColvarEnergy.cpp
+++ b/src/ColvarEnergy.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "ActionRegister.h"
diff --git a/src/ColvarParabetaRMSD.cpp b/src/ColvarParabetaRMSD.cpp
index 40a3af50889dbefb580eebafea0c05266fd911fd..ea990a1f528a861a195f677c79b761c495357217 100644
--- a/src/ColvarParabetaRMSD.cpp
+++ b/src/ColvarParabetaRMSD.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "MultiColvarSecondaryStructureRMSD.h"
 #include "ActionRegister.h"
diff --git a/src/ColvarRGYR.cpp b/src/ColvarRGYR.cpp
index 5624432d6db3e9cea1828be04e1cc772cdba3c91..c50f28c02c3d72ff32daf12db56f2ca811bf73f4 100644
--- a/src/ColvarRGYR.cpp
+++ b/src/ColvarRGYR.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "ActionRegister.h"
diff --git a/src/ColvarRMSD.cpp b/src/ColvarRMSD.cpp
index 3d38596229cc2709c81c77d24f42de263f991cca..e6f929c30a8ade7f7bff0fdc8d2b496983ec69f3 100644
--- a/src/ColvarRMSD.cpp
+++ b/src/ColvarRMSD.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "PlumedMain.h"
diff --git a/src/ColvarTemplate.cpp b/src/ColvarTemplate.cpp
index b511eae0b1b7df5dbd0b457cb863712a7ab3445b..8332342e71c0b09932dc674ac47096d62a1bcacc 100644
--- a/src/ColvarTemplate.cpp
+++ b/src/ColvarTemplate.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "ActionRegister.h"
diff --git a/src/ColvarTorsion.cpp b/src/ColvarTorsion.cpp
index ef0035137f017651e99143737759d4a895e8db75..049f884b03798a56cd91f315ea4e4f233c8a25f7 100644
--- a/src/ColvarTorsion.cpp
+++ b/src/ColvarTorsion.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "ActionRegister.h"
diff --git a/src/ColvarVolume.cpp b/src/ColvarVolume.cpp
index 0381838b120967383e0faf9593f42aab3972b547..ba5328977cd283c350e4541fcd43e1db36c2e40f 100644
--- a/src/ColvarVolume.cpp
+++ b/src/ColvarVolume.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Colvar.h"
 #include "ActionRegister.h"
diff --git a/src/CubicInterpolation.cpp b/src/CubicInterpolation.cpp
index 3ec42b313f811a09498accb5a4bb1130aed06f05..4bc10e5bee2a0253d795547467946037bdde78ee 100644
--- a/src/CubicInterpolation.cpp
+++ b/src/CubicInterpolation.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "CubicInterpolation.h"
 
diff --git a/src/CubicInterpolation.h b/src/CubicInterpolation.h
index efd2238a68def0e7231617af3b2f1e14698d5def..cb17cda298581b6244d30366fef8264f153e86c4 100644
--- a/src/CubicInterpolation.h
+++ b/src/CubicInterpolation.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_CubitInterpolation_h
 #define __PLUMED_CubitInterpolation_h
diff --git a/src/DLLoader.cpp b/src/DLLoader.cpp
index 217dcdbff8b05878327548d964ebdf6cb66d5727..de8c14791b9583a447b5368d2c37ce37b4f19159 100644
--- a/src/DLLoader.cpp
+++ b/src/DLLoader.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DLLoader.h"
 
diff --git a/src/DLLoader.h b/src/DLLoader.h
index 65cfe25281387fd821601a846615ba193582ad7e..37bc025610740c327b2024130eec286e1805ce62 100644
--- a/src/DLLoader.h
+++ b/src/DLLoader.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_DLLoader_h
 #define __PLUMED_DLLoader_h
diff --git a/src/DRMSD.cpp b/src/DRMSD.cpp
index 5410f3269d303991aff58de21db23438400684e9..34e464440604cfc3aec7b0f1d94bd821dfda1071 100644
--- a/src/DRMSD.cpp
+++ b/src/DRMSD.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DRMSD.h"
 #include "PDB.h"
diff --git a/src/DRMSD.h b/src/DRMSD.h
index 3758ac677e34aef09fa9ff74503b6514cae71fe4..b9ce260d55fbf14404042e528fe4466884d2b1e9 100644
--- a/src/DRMSD.h
+++ b/src/DRMSD.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_DRMSD_h
 #define __PLUMED_DRMSD_h
diff --git a/src/DistributionCVdens.cpp b/src/DistributionCVdens.cpp
index 190cdfad6e5358e7c83b5a03b401746676fa834e..cfc6eeffa41bcf61115dacc139376b1f972159b4 100644
--- a/src/DistributionCVdens.cpp
+++ b/src/DistributionCVdens.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DistributionFunctions.h"
 #include "Value.h"
diff --git a/src/DistributionFunctions.cpp b/src/DistributionFunctions.cpp
index 660fa0e537ba8052c6cb70ab44cc66bbacb2afb9..80db7c76fc0741ce34f29a390e656550c18d1e8f 100644
--- a/src/DistributionFunctions.cpp
+++ b/src/DistributionFunctions.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionWithDistribution.h"
 #include "DistributionFunctions.h"
diff --git a/src/DistributionFunctions.h b/src/DistributionFunctions.h
index 87b0a011a5e152e687424ac81594e55544a89cc1..0c3fd8fdd4b3f2b488f72e15cf2a064f278b412b 100644
--- a/src/DistributionFunctions.h
+++ b/src/DistributionFunctions.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_DistributionFunction_h
 #define __PLUMED_DistributionFunction_h
diff --git a/src/DistributionGradient.cpp b/src/DistributionGradient.cpp
index e8da7fc814b235fdebf7b3006b696667931f0b07..05224693548e79dde4bc5cbce51418feeb990aa2 100644
--- a/src/DistributionGradient.cpp
+++ b/src/DistributionGradient.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DistributionFunctions.h"
 #include "Keywords.h"
diff --git a/src/DistributionLessThan.cpp b/src/DistributionLessThan.cpp
index 245fcddbfc99a18aa98b0697861553a3e98d1e61..4835b550fa0884d446057542a7d79bd142a1c345 100644
--- a/src/DistributionLessThan.cpp
+++ b/src/DistributionLessThan.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DistributionFunctions.h"
 
diff --git a/src/DistributionMean.cpp b/src/DistributionMean.cpp
index 71cca324ec220c8e4913da1bd9329a0b70021680..4666121e9a981a5f5cdfb9d841b16da43a7e4f11 100644
--- a/src/DistributionMean.cpp
+++ b/src/DistributionMean.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DistributionFunctions.h"
 
diff --git a/src/DistributionMin.cpp b/src/DistributionMin.cpp
index ceeed9f41ee2c1d47224135c2c2b22b87cf815ee..b086b907ca5137fa64f24c142ca3fdb51dbea0b6 100644
--- a/src/DistributionMin.cpp
+++ b/src/DistributionMin.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DistributionFunctions.h"
 #include "Keywords.h"
diff --git a/src/DistributionMoment.cpp b/src/DistributionMoment.cpp
index ab36eb0cc60c627581b1bc33b47425a499e91945..34091eccda7e984008d5d1c117fab5137836d22b 100644
--- a/src/DistributionMoment.cpp
+++ b/src/DistributionMoment.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DistributionFunctions.h"
 
diff --git a/src/DistributionMoreThan.cpp b/src/DistributionMoreThan.cpp
index 11dc3816426ee5974341f6cb737255cec58c8a7e..b11d525fdba616de4ba12178d2739bd0fb8f0eff 100644
--- a/src/DistributionMoreThan.cpp
+++ b/src/DistributionMoreThan.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DistributionFunctions.h"
 
diff --git a/src/DistributionSum.cpp b/src/DistributionSum.cpp
index 398e79d9a152c45d996d9f87964db7d7d5b78dad..93e953255cad99f52bb807f4339b3d6c7892a13d 100644
--- a/src/DistributionSum.cpp
+++ b/src/DistributionSum.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DistributionFunctions.h"
 
diff --git a/src/DistributionWithin.cpp b/src/DistributionWithin.cpp
index 1ef6f34b75181e654135aa47cfa06af71ef3ffdf..f25f63143d16035b55e53b6c4a347d1275ca6ea6 100644
--- a/src/DistributionWithin.cpp
+++ b/src/DistributionWithin.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "DistributionFunctions.h"
 
diff --git a/src/DynamicList.h b/src/DynamicList.h
index fd3c1c98ddee804776d53f6552493b56b6b395da..1fc824047dc7b4743e87f143f181a8d35c26b7fe 100644
--- a/src/DynamicList.h
+++ b/src/DynamicList.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_DynamicList_h
 #define __PLUMED_DynamicList_h
diff --git a/src/ExchangePatterns.cpp b/src/ExchangePatterns.cpp
index 4273bdc4c29287e405f6b9a8a475c37500ff107a..bdfc4434396e225f87ec8228205d7c6da3727041 100644
--- a/src/ExchangePatterns.cpp
+++ b/src/ExchangePatterns.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ExchangePatterns.h"
 
diff --git a/src/ExchangePatterns.h b/src/ExchangePatterns.h
index 348fbd53abbba506032fc3f5c205aefc37c8fa31..2e846537e5e777c7b0659e7be1573c273a978ff3 100644
--- a/src/ExchangePatterns.h
+++ b/src/ExchangePatterns.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_ExchangePatterns_h
 #define __PLUMED_ExchangePatterns_h
diff --git a/src/Field.cpp b/src/Field.cpp
index 12108acf5775b8b10e41aa0f06051933128e2fbf..1a0aa0f46a60a98db7f060994c987860c24ae0de 100644
--- a/src/Field.cpp
+++ b/src/Field.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Field.h"
 #include "PlumedCommunicator.h"
diff --git a/src/Field.h b/src/Field.h
index 2e0aba41248541473bf31784cd90bfc2356da95a..c7ba87687e9a2a07be45aeab1c44a71535558b19 100644
--- a/src/Field.h
+++ b/src/Field.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Field_h
 #define __PLUMED_Field_h
diff --git a/src/FieldBias.cpp b/src/FieldBias.cpp
index d14b8146e457fcc0484ea8145554a03220a389cc..25d86adbd36e28fb2979543a91026c3dda0bc2bd 100644
--- a/src/FieldBias.cpp
+++ b/src/FieldBias.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "FieldBias.h"
 #include "PlumedMain.h"
diff --git a/src/FieldBias.h b/src/FieldBias.h
index 05cdb51dcb6d56c25c22de250332e67e96634086..578e2a4823a29b0f14f1e99a7b3d3b675eb469e7 100644
--- a/src/FieldBias.h
+++ b/src/FieldBias.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_FieldBias_h
 #define __PLUMED_FieldBias_h
diff --git a/src/FlexibleBin.cpp b/src/FlexibleBin.cpp
index fd14adc2b3505c609129aacdc34e65f2cfc6aef1..44251bfd7486ae139e42835fb719106d650fdd54 100644
--- a/src/FlexibleBin.cpp
+++ b/src/FlexibleBin.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "FlexibleBin.h"
 #include "ActionWithArguments.h"
diff --git a/src/FlexibleBin.h b/src/FlexibleBin.h
index b6bc3a725b75fdc0d8928afae8e517ac3eae0f54..b80a6ea91cf182b881bfdcb99e13e9dffe92733b 100644
--- a/src/FlexibleBin.h
+++ b/src/FlexibleBin.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_FlexibleBin_h
 #define __PLUMED_FlexibleBin_h
diff --git a/src/Function.cpp b/src/Function.cpp
index 8aac9fe53c2eb12583dba429935a806bcc691348..9344e403308c71fce39e51316a7f393cd477bdf3 100644
--- a/src/Function.cpp
+++ b/src/Function.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Function.h"
 
diff --git a/src/Function.h b/src/Function.h
index 53ef90f9b4588b64a9137a85c6a1b5e8caa99a04..e60dc9cb11fdd2c069f4c16d5e7fd62be822659f 100644
--- a/src/Function.h
+++ b/src/Function.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Function_h
 #define __PLUMED_Function_h
diff --git a/src/FunctionCombine.cpp b/src/FunctionCombine.cpp
index f5c97acc41c12d1278e25af2c5f18645c7377256..4e4fb0f311f3a0c462aa6bf7a92830ea47380ee1 100644
--- a/src/FunctionCombine.cpp
+++ b/src/FunctionCombine.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionRegister.h"
 #include "Function.h"
diff --git a/src/FunctionMatheval.cpp b/src/FunctionMatheval.cpp
index 00109e171c901fe6f20b8fa9937773d2e40537b3..588e321eb87c0ad20396f8a3a87376b319725c59 100644
--- a/src/FunctionMatheval.cpp
+++ b/src/FunctionMatheval.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionRegister.h"
 #include "Function.h"
diff --git a/src/FunctionPiecewise.cpp b/src/FunctionPiecewise.cpp
index 19dcf9d60ea7858b50da7d5bd79ab93222dc4de9..26ad70a8045146071b1a22245fc53891e6dc1d46 100644
--- a/src/FunctionPiecewise.cpp
+++ b/src/FunctionPiecewise.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionRegister.h"
 #include "Function.h"
diff --git a/src/FunctionSort.cpp b/src/FunctionSort.cpp
index 7dee7cd0b87c6ca9188bab1b38eb0a09848df22e..c726744affef630862630c30beb89b94616559eb 100644
--- a/src/FunctionSort.cpp
+++ b/src/FunctionSort.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionRegister.h"
 #include "Function.h"
diff --git a/src/FunctionTarget.cpp b/src/FunctionTarget.cpp
index b4cc1821c5af136c1ac2ba745a4fbbe42b98f784..9cd53590ea7f02293cbfe1e16c5f0291fbedec72 100644
--- a/src/FunctionTarget.cpp
+++ b/src/FunctionTarget.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Function.h"
 #include "PlumedMain.h"
diff --git a/src/GREX.cpp b/src/GREX.cpp
index 9f0d53a717cc6cf33d667182d3c835c2eb28e5fe..ac5c077e84e1aa21912fe31232798afe567d8476 100644
--- a/src/GREX.cpp
+++ b/src/GREX.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "GREX.h"
 #include "PlumedMain.h"
diff --git a/src/GREX.h b/src/GREX.h
index 944e755a9468a1346b0cbd5f979ebeea1ca31dbe..73f304c57003b58703688f0664f177b7de4146e8 100644
--- a/src/GREX.h
+++ b/src/GREX.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Grex_h
 #define __PLUMED_Grex_h
diff --git a/src/GenericCOM.cpp b/src/GenericCOM.cpp
index 9a2994d1de435876205b8d2b7155f7afe8998d2c..7a05b5a813fe852dcfc5e660320f44152c8fd52b 100644
--- a/src/GenericCOM.cpp
+++ b/src/GenericCOM.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionWithVirtualAtom.h"
 #include "ActionRegister.h"
diff --git a/src/GenericDebug.cpp b/src/GenericDebug.cpp
index 1ea2d0d908de426d539fd68ba48f834d04157106..8e2f7de99273df5afa19e5a510fad1925552ccfa 100644
--- a/src/GenericDebug.cpp
+++ b/src/GenericDebug.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionRegister.h"
 #include "ActionPilot.h"
diff --git a/src/GenericDumpAtoms.cpp b/src/GenericDumpAtoms.cpp
index 8c68e05ceaa91739e21071eb948dd64ce48c62c5..6703f66ffcd464f460608f214c35c2e39edc2f3a 100644
--- a/src/GenericDumpAtoms.cpp
+++ b/src/GenericDumpAtoms.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionAtomistic.h"
 #include "ActionPilot.h"
diff --git a/src/GenericDumpDerivatives.cpp b/src/GenericDumpDerivatives.cpp
index 5dd8331037cb34070f0fb66c36c4ff753d8eb437..9bbb83ebab7c1eab1a60a3f2301f91f469a5874b 100644
--- a/src/GenericDumpDerivatives.cpp
+++ b/src/GenericDumpDerivatives.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionPilot.h"
 #include "ActionWithArguments.h"
diff --git a/src/GenericDumpField.cpp b/src/GenericDumpField.cpp
index 24275ab0b8514cfc4d46d2c3dabb7bb35fc6a977..422bad8bf5d94a0192e78ae3f46d1692a8d7f9e2 100644
--- a/src/GenericDumpField.cpp
+++ b/src/GenericDumpField.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionPilot.h"
 #include "ActionRegister.h"
diff --git a/src/GenericDumpForces.cpp b/src/GenericDumpForces.cpp
index d5c3ac4c9feb188d2c43c5d0353fa52223d1f26c..ef54b5f784677f696f27195a7e5df1ae9d7935e3 100644
--- a/src/GenericDumpForces.cpp
+++ b/src/GenericDumpForces.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionPilot.h"
 #include "ActionWithArguments.h"
diff --git a/src/GenericDumpProjections.cpp b/src/GenericDumpProjections.cpp
index f4bfeab898c9d4822299db40088308221aac1244..e3012b5959baba3e3504ebe4f670c7c6699a6618 100644
--- a/src/GenericDumpProjections.cpp
+++ b/src/GenericDumpProjections.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionPilot.h"
 #include "ActionWithArguments.h"
diff --git a/src/GenericFlush.cpp b/src/GenericFlush.cpp
index 4986d7d1c2f2d4864227763b664b23c34acd09d1..eb2244e8a8eaf35740ce1aed5e9fd7657b1554d4 100644
--- a/src/GenericFlush.cpp
+++ b/src/GenericFlush.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionRegister.h"
 #include "ActionPilot.h"
diff --git a/src/GenericGhostAtom.cpp b/src/GenericGhostAtom.cpp
index eb623fa21c4a61bd50ed845d0a297e1b823a6823..70d7007a29e51a3c0a99b281f77bb3592b17a701 100644
--- a/src/GenericGhostAtom.cpp
+++ b/src/GenericGhostAtom.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionWithVirtualAtom.h"
 #include "ActionRegister.h"
diff --git a/src/GenericGroup.cpp b/src/GenericGroup.cpp
index cf58872fac05dcfd6ef8962ff2d5a645d87ba17f..3a74132cc109cba51bd22e7c73e28b71cf02d538 100644
--- a/src/GenericGroup.cpp
+++ b/src/GenericGroup.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_GenericGroup_h
 #define __PLUMED_GenericGroup_h
diff --git a/src/GenericPrint.cpp b/src/GenericPrint.cpp
index 3a2a9f70b6e88905a26c69b79da3f25734e74edb..aabee48899ebe79e1a54f0617f977c6b0ddecb7e 100644
--- a/src/GenericPrint.cpp
+++ b/src/GenericPrint.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionPilot.h"
 #include "ActionWithArguments.h"
diff --git a/src/GenericWholeMolecules.cpp b/src/GenericWholeMolecules.cpp
index 844acece3966bf901f44aedb8bc52803f4c63ece..2b5ba7a912a1f440df3ecf90bed322a0ff95186b 100644
--- a/src/GenericWholeMolecules.cpp
+++ b/src/GenericWholeMolecules.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionAtomistic.h"
 #include "ActionPilot.h"
diff --git a/src/Grid.cpp b/src/Grid.cpp
index 5ac2b36382f8aa1cf3ecf49576633403ec3d0ea6..b842a473b0c7a7eca734a6ade7069812f644a644 100644
--- a/src/Grid.cpp
+++ b/src/Grid.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include <vector>
 #include <cmath>
diff --git a/src/Grid.h b/src/Grid.h
index 6da0bd87c156c8ca446e8ba85383a6c9dca86832..8bde5e9fa41792f905152a5307d3cc86ca297f90 100644
--- a/src/Grid.h
+++ b/src/Grid.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Grid_h
 #define __PLUMED_Grid_h
diff --git a/src/HistogramBead.cpp b/src/HistogramBead.cpp
index 7b8d647daa3b4124e3835ccf76e3bf9a74263e5b..02359bb159fd75e4787a5b825f9c271f39b9f19c 100644
--- a/src/HistogramBead.cpp
+++ b/src/HistogramBead.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "HistogramBead.h"
 #include <vector>
diff --git a/src/HistogramBead.h b/src/HistogramBead.h
index a9d251066e02fbc191dee5cf8f0faf596ccdc2fb..823d08de48f2b9be1ac3c2e71b51cd95ed3b2496 100644
--- a/src/HistogramBead.h
+++ b/src/HistogramBead.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_HistogramBead_h
 #define __PLUMED_HistogramBead_h
diff --git a/src/Kearsley.cpp b/src/Kearsley.cpp
index 20639df36d0651c19d78ee3dec4e6b8f7551f87b..b7f8a77ad9ec3f0a0ffb1b9bd15dd9ff4f3534c8 100644
--- a/src/Kearsley.cpp
+++ b/src/Kearsley.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Kearsley.h"
 #include <cmath>
diff --git a/src/Kearsley.h b/src/Kearsley.h
index c246727f6fdf5c641de6648686064fd5405b3462..68e9f1d06f5103c359150d140c33e393962efefd 100644
--- a/src/Kearsley.h
+++ b/src/Kearsley.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Kearsley_h
 #define __PLUMED_Kearsley_h
diff --git a/src/Keywords.cpp b/src/Keywords.cpp
index 7338c8764f7a456fb81a8c30a4326fc3d2c0f9e2..5724e58f67781edc9f2dfed22cb4782a743e40d1 100644
--- a/src/Keywords.cpp
+++ b/src/Keywords.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Keywords.h"
 #include "DistributionFunctions.h"
diff --git a/src/Keywords.h b/src/Keywords.h
index fbf8cda6dc9ed74e07def623af4f4ab53efadcaa..cdb387a7551eb8a836db745b48414712487fb971 100644
--- a/src/Keywords.h
+++ b/src/Keywords.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Keywords_h
 #define __PLUMED_Keywords_h
diff --git a/src/Log.cpp b/src/Log.cpp
index 1f77a569d4b31e5fafba13c18368b02d64a78536..40354c5eb0713709d79561b18412f067c5f89649 100644
--- a/src/Log.cpp
+++ b/src/Log.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include <cstdarg>
 #include <cstring>
diff --git a/src/Log.h b/src/Log.h
index dabb89aff0c518d8e3fd9eb0946c75ce928aaead..e7b7cbf5287397026fcf2386a720bb7f4b37150d 100644
--- a/src/Log.h
+++ b/src/Log.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Log_h
 #define __PLUMED_Log_h
diff --git a/src/MDAtoms.cpp b/src/MDAtoms.cpp
index c09a44f78c90aae37549c42d1e9cbeb81614460c..7c80e50c312a6ee3482ce6b6dca92fec90186226 100644
--- a/src/MDAtoms.cpp
+++ b/src/MDAtoms.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include <algorithm>
 #include <string>
diff --git a/src/MDAtoms.h b/src/MDAtoms.h
index f8531b1472790613193980d617220b8e21bddbc6..85f376c3a1ab2fb670f9e2d6887a520db5718bb4 100644
--- a/src/MDAtoms.h
+++ b/src/MDAtoms.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_MDAtoms_h
 #define __PLUMED_MDAtoms_h
diff --git a/src/Matrix.h b/src/Matrix.h
index 8ebc5bc4ff110c12a87bb829991f58823d37aa91..d40e9f35d8126c918c56daa0b040b9a7d43554a1 100644
--- a/src/Matrix.h
+++ b/src/Matrix.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Matrix_h
 #define __PLUMED_Matrix_h
diff --git a/src/MatrixSquareBracketsAccess.h b/src/MatrixSquareBracketsAccess.h
index 1d6d96e35800f00e6169983b049139f03312e404..c6edda8cb8ab44e35e000b6c5e61ff92bbcb19e9 100644
--- a/src/MatrixSquareBracketsAccess.h
+++ b/src/MatrixSquareBracketsAccess.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_MatrixSquareBracketsAccess_h
 #define __PLUMED_MatrixSquareBracketsAccess_h
diff --git a/src/MultiColvar.cpp b/src/MultiColvar.cpp
index 50239b4f71868b0894e3ac7aa93dd72d6ba17a42..86dd175283823c482dc30d570cb05f4461b241b7 100644
--- a/src/MultiColvar.cpp
+++ b/src/MultiColvar.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "MultiColvar.h"
 #include "PlumedMain.h"
diff --git a/src/MultiColvar.h b/src/MultiColvar.h
index 68017e68beafb6e2b9f3255890bafdb9f6c44606..4e9415e918a19d4aa912c7ed8c6f8fb0dc8ff2f0 100644
--- a/src/MultiColvar.h
+++ b/src/MultiColvar.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_MultiColvar_h
 #define __PLUMED_MultiColvar_h
diff --git a/src/MultiColvarCoordination.cpp b/src/MultiColvarCoordination.cpp
index 23b8ce2b11934c5095c52d1ec02d2e488fe1c6d1..9e2fc5e79ab7b0b2f339f7f722ffba7dac1ab5b0 100644
--- a/src/MultiColvarCoordination.cpp
+++ b/src/MultiColvarCoordination.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "MultiColvar.h"
 #include "NeighborList.h"
diff --git a/src/MultiColvarDensity.cpp b/src/MultiColvarDensity.cpp
index 18519aa12a59b7700aa4fe865bf7b54740e1f353..2a58d2597b39232aecbe6b4497b9f74b16753a78 100644
--- a/src/MultiColvarDensity.cpp
+++ b/src/MultiColvarDensity.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "MultiColvar.h"
 #include "ActionRegister.h"
diff --git a/src/MultiColvarDistance.cpp b/src/MultiColvarDistance.cpp
index 23fc516ac80ad83fc3a8874000ad0654780a80e8..46b6e69d644fdb3184cb0971d254f2fabf22da55 100644
--- a/src/MultiColvarDistance.cpp
+++ b/src/MultiColvarDistance.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "MultiColvar.h"
 #include "ActionRegister.h"
diff --git a/src/MultiColvarSecondaryStructureRMSD.cpp b/src/MultiColvarSecondaryStructureRMSD.cpp
index b8d124b09b95c3c06f47fdd28c0580fd28fa63af..7791f6ec2396f7e71d2b197e283c7d9ea1996b41 100644
--- a/src/MultiColvarSecondaryStructureRMSD.cpp
+++ b/src/MultiColvarSecondaryStructureRMSD.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "MultiColvarSecondaryStructureRMSD.h"
 #include "PlumedMain.h"
diff --git a/src/MultiColvarSecondaryStructureRMSD.h b/src/MultiColvarSecondaryStructureRMSD.h
index ed752f539416e8e27a39e386c1def1c82c00d6a4..853920cb96d0c460b17c6a8d1f82d116b7cf33ad 100644
--- a/src/MultiColvarSecondaryStructureRMSD.h
+++ b/src/MultiColvarSecondaryStructureRMSD.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_MultiColvarSecondaryStructureRMSD_h
 #define __PLUMED_MultiColvarSecondaryStructureRMSD_h
diff --git a/src/NeighborList.cpp b/src/NeighborList.cpp
index efd7ebf89ccf7f0b57ecb64d8d3e6d4348c3a9b0..89e5fe613775aff243972c704857969c0e58023d 100644
--- a/src/NeighborList.cpp
+++ b/src/NeighborList.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include <vector>
 #include <algorithm>
diff --git a/src/NeighborList.h b/src/NeighborList.h
index 47bcf274ddb865630953c2a722c0b54b674a398c..c9e457cbd57410d6b2cdeff6d690117505274ca3 100644
--- a/src/NeighborList.h
+++ b/src/NeighborList.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_NeighborList_h
 #define __PLUMED_NeighborList_h
diff --git a/src/OptimalAlignment.cpp b/src/OptimalAlignment.cpp
index 6dba63587567f641511a66aca335bd1f8a293a39..a7074b036d02a63015bc59cfce7c5558d32f4c34 100644
--- a/src/OptimalAlignment.cpp
+++ b/src/OptimalAlignment.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "OptimalAlignment.h"
 #include "Kearsley.h"
diff --git a/src/OptimalAlignment.h b/src/OptimalAlignment.h
index 37604a0a60400f8228879b841b68c71cbd494150..89cfa7e3c85b662073a519ffdb6c4bc1cbf32e2b 100644
--- a/src/OptimalAlignment.h
+++ b/src/OptimalAlignment.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_OptimalAlignment_h
 #define __PLUMED_OptimalAlignment_h
diff --git a/src/PDB.cpp b/src/PDB.cpp
index 2af13f9898f54147c7d710fe8e0e868ea7d6fe5a..d8540e6cb4478ecc6bfe473517d27bf2136d353d 100644
--- a/src/PDB.cpp
+++ b/src/PDB.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "PDB.h"
 #include "Tools.h"
diff --git a/src/PDB.h b/src/PDB.h
index 8a5cf59fdf243f29d6d32247bc7e18fd6ed974e6..9ccd5db6aa2f45a584bd6d17d67800ff6238f918 100644
--- a/src/PDB.h
+++ b/src/PDB.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_PDB_h
 #define __PLUMED_PDB_h
diff --git a/src/Pbc.cpp b/src/Pbc.cpp
index 7187d96db7c375b5f0be26ae7afda61a833bd450..6df3a1dde2cf1c2c55854730f9682880d19e0cdf 100644
--- a/src/Pbc.cpp
+++ b/src/Pbc.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Pbc.h"
 #include "Tools.h"
diff --git a/src/Pbc.h b/src/Pbc.h
index 218501a39e083f7ae0e67e9edc9ea218df7f98aa..afce948c47325f5131c343c8bce7b1bcfff58c05 100644
--- a/src/Pbc.h
+++ b/src/Pbc.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Pbc_h
 #define __PLUMED_Pbc_h
diff --git a/src/Plumed.c b/src/Plumed.c
index c8344dd1790c02db8dd27013043ba4295b6329b2..7186beece57f8dc054bfa2826352bcb6194d991a 100644
--- a/src/Plumed.c
+++ b/src/Plumed.c
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifdef __PLUMED_HAS_DLOPEN
 #include <dlfcn.h>
diff --git a/src/Plumed.h b/src/Plumed.h
index ea880351cd056e43e4439ef47370d31bd786f080..ae2711aea7ac06d590f809d01444d784ed5ccbc3 100644
--- a/src/Plumed.h
+++ b/src/Plumed.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Plumed_h
 #define __PLUMED_Plumed_h
diff --git a/src/PlumedCommunicator.cpp b/src/PlumedCommunicator.cpp
index f5e23af11b9b7f32886c8d979ed6af2d2199dc2a..857bf054ee3626209467858d450ef7e1df0d44c9 100644
--- a/src/PlumedCommunicator.cpp
+++ b/src/PlumedCommunicator.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include <cstdlib>
 #include "PlumedCommunicator.h"
diff --git a/src/PlumedCommunicator.h b/src/PlumedCommunicator.h
index a0a0da78e6913fdc8cf2cbe8c07fd5a566913489..55929c122d766600b6b07683888e4a748eed425e 100644
--- a/src/PlumedCommunicator.h
+++ b/src/PlumedCommunicator.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_PlumedCommunicator_h
 #define __PLUMED_PlumedCommunicator_h
diff --git a/src/PlumedConfig.h.in b/src/PlumedConfig.h.in
index 94cb2a8bb6bf60b3cab896f52371e409d40e43e8..ae2244fb5782e151e83f27e75c566858f8f8fafe 100644
--- a/src/PlumedConfig.h.in
+++ b/src/PlumedConfig.h.in
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_PlumedConfig_h
 #define __PLUMED_PlumedConfig_h
diff --git a/src/PlumedException.cpp b/src/PlumedException.cpp
index 88268a6d1ba7dc8e9a857b64a17009c3f8ee91c8..6f54b092c9774b73cd85a8141cecd99499e8b3e3 100644
--- a/src/PlumedException.cpp
+++ b/src/PlumedException.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "PlumedException.h"
 #include <cstdio>
diff --git a/src/PlumedException.h b/src/PlumedException.h
index 7a9743d61d9daee68600c5c78f0e6cb59a5ef9ee..f6e4edb8cafd5a0037022c541bf66d174062f78c 100644
--- a/src/PlumedException.h
+++ b/src/PlumedException.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_PlumedException_h
 #define __PLUMED_PlumedException_h
diff --git a/src/PlumedMain.cpp b/src/PlumedMain.cpp
index 8954fb907b27c8b727e035c98dc7d42eee60cfde..e76656ff9b47eca787076e88bd189c64c6c14bc0 100644
--- a/src/PlumedMain.cpp
+++ b/src/PlumedMain.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "PlumedMain.h"
 #include "Tools.h"
diff --git a/src/PlumedMain.h b/src/PlumedMain.h
index 2c731f4ffd1d9a9d089fba154bfe6e00f9069543..e26b26ce89806b34b758ac153c1f6dd20f998279 100644
--- a/src/PlumedMain.h
+++ b/src/PlumedMain.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_PlumedMain_h
 #define __PLUMED_PlumedMain_h
diff --git a/src/PlumedMainInitializer.cpp b/src/PlumedMainInitializer.cpp
index 706aeabb80cf127e817d7294b167a27e08e8276b..a340f9314e935da7c98b17e93d817b1905a581ca 100644
--- a/src/PlumedMainInitializer.cpp
+++ b/src/PlumedMainInitializer.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "PlumedMain.h"
 #include "PlumedException.h"
diff --git a/src/PlumedStatic.cpp b/src/PlumedStatic.cpp
index ffd6b123a7241bcb17810fed31df3b656f511067..ab2d626bc0d26fd4f88822f7fa4d3b9d55280e6d 100644
--- a/src/PlumedStatic.cpp
+++ b/src/PlumedStatic.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 /*
   We here compile a version of Plumed.c which is statically bound to the plumed library,
diff --git a/src/RMSD.cpp b/src/RMSD.cpp
index 27d9d9fc1fff566753b34fb18706e9b940e948ad..e1516e99f35ff8f31b17d3bf27ff2397faae2dc3 100644
--- a/src/RMSD.cpp
+++ b/src/RMSD.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "RMSD.h"
 #include "PDB.h"
diff --git a/src/RMSD.h b/src/RMSD.h
index 7719d7a6ba791f8cf6f0c3751559b5d2c7dcb559..603269dd1df6c4e083b392c38c3c30237e314c2e 100644
--- a/src/RMSD.h
+++ b/src/RMSD.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_RMSD_h
 #define __PLUMED_RMSD_h
diff --git a/src/Random.cpp b/src/Random.cpp
index 6444cf476213e1e69faf1aa9cb2150b6d4b12d88..6944d47774bef77c2833e2322b3d172cba8a8c35 100644
--- a/src/Random.cpp
+++ b/src/Random.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Random.h"
 #include <cmath>
diff --git a/src/Random.h b/src/Random.h
index 071356221dd19c7ee6b39f955437c3a1d623e565..7c90c66ec4ad96a81b1782be6ade3f79e4159828 100644
--- a/src/Random.h
+++ b/src/Random.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __RANDOM_H
 #define __RANDOM_H
diff --git a/src/SetupMolInfo.cpp b/src/SetupMolInfo.cpp
index 8ffdab74c414311dadb40543fcdd65bd60b88af2..a82dc81b7eceaa2c96179e563b0c84238b2c0f6a 100644
--- a/src/SetupMolInfo.cpp
+++ b/src/SetupMolInfo.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "SetupMolInfo.h"
 #include "Atoms.h"
diff --git a/src/SetupMolInfo.h b/src/SetupMolInfo.h
index 57712c1f3de69ab08dd9a7ba9d01c2b722b246d9..5c79cb93f7a453e89baa6606693bb377602f5e8e 100644
--- a/src/SetupMolInfo.h
+++ b/src/SetupMolInfo.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_MolInfo_h
 #define __PLUMED_MolInfo_h
diff --git a/src/SetupUnits.cpp b/src/SetupUnits.cpp
index c34dc6a77bb31be2e039411b0b33c2e6f47f3490..bc27999ad113dc8fa60f20b36cf9af54bee75a6b 100644
--- a/src/SetupUnits.cpp
+++ b/src/SetupUnits.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionSetup.h"
 #include "ActionRegister.h"
diff --git a/src/Stopwatch.cpp b/src/Stopwatch.cpp
index d34cc41413ffd0235d4ece11af2a90cf9918f72c..2f6815ab685dd6268af4e6f3458534e6c023c814 100644
--- a/src/Stopwatch.cpp
+++ b/src/Stopwatch.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 
 #include "Stopwatch.h"
diff --git a/src/Stopwatch.h b/src/Stopwatch.h
index 79738702240d1c81b5dafa96c3784af203415e8e..ec9d0032a3236d5841ce84d5b625e50bb024b8ac 100644
--- a/src/Stopwatch.h
+++ b/src/Stopwatch.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Stopwatch_h
 #define __PLUMED_Stopwatch_h
diff --git a/src/SwitchingFunction.cpp b/src/SwitchingFunction.cpp
index 6d6f493dfbd71c39a3f41a8b99630a7a5e4087ea..5214b95594b8324b153f75cf591e27402da76962 100644
--- a/src/SwitchingFunction.cpp
+++ b/src/SwitchingFunction.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "SwitchingFunction.h"
 #include "Tools.h"
diff --git a/src/SwitchingFunction.h b/src/SwitchingFunction.h
index 5a8dbd085406911d418dfe3b5275114db851a142..07ebcb842814ea81808d340baef6ca92bceea627 100644
--- a/src/SwitchingFunction.h
+++ b/src/SwitchingFunction.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_SwitchingFunction_h
 #define __PLUMED_SwitchingFunction_h
diff --git a/src/TargetDist.cpp b/src/TargetDist.cpp
index f529f0b12919c4602994c74ef7459aca0ddf63bb..2c34f71c347f184cf9981592cd774143a5b68a7e 100644
--- a/src/TargetDist.cpp
+++ b/src/TargetDist.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "TargetDist.h"
 #include "PDB.h"
diff --git a/src/TargetDist.h b/src/TargetDist.h
index 8441b83f04e61fbc576abcdfb68801a1e9a5b2a2..c926de917a30e1cd6b6c69dd79d536f0f746b58b 100644
--- a/src/TargetDist.h
+++ b/src/TargetDist.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_TargetDist_h
 #define __PLUMED_TargetDist_h
diff --git a/src/Tensor.cpp b/src/Tensor.cpp
index 93ae99a1e661af6c970f2f07e472570b64b985c8..0279cee036d21a873668107574a5c1c416e8c06e 100644
--- a/src/Tensor.cpp
+++ b/src/Tensor.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Tensor.h"
 #include "PlumedException.h"
diff --git a/src/Tensor.h b/src/Tensor.h
index 1f659064b34aacff94c2264c36b674ca736544d6..df784cf53188257b984d22e2266fe9b39811e8f5 100644
--- a/src/Tensor.h
+++ b/src/Tensor.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Tensor_h
 #define __PLUMED_Tensor_h
diff --git a/src/Tools.cpp b/src/Tools.cpp
index 8b27a617cf457f6b929794e8fdfff7a597e3eda5..98746213493a12be1aa05d7c78d60e50fe116fb2 100644
--- a/src/Tools.cpp
+++ b/src/Tools.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Tools.h"
 #include "AtomNumber.h"
diff --git a/src/Tools.h b/src/Tools.h
index 4498c621e5e5f4b54994e7f596bbe0df422f846e..a2c40d27aa0f6337506c9591c28e73c37628b1f8 100644
--- a/src/Tools.h
+++ b/src/Tools.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Tools_h
 #define __PLUMED_Tools_h
diff --git a/src/Torsion.cpp b/src/Torsion.cpp
index 7a6de41c7d368206c79bda13df29fcc612764b58..426deca00f85481761f9b7d23136c1e5b5a208ab 100644
--- a/src/Torsion.cpp
+++ b/src/Torsion.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Torsion.h"
 #include "Tensor.h"
diff --git a/src/Torsion.h b/src/Torsion.h
index fc63cde6188fd25667091e515245fe789de3f61f..82bbb97e35d928aae8df9f5b47fdf690049d834a 100644
--- a/src/Torsion.h
+++ b/src/Torsion.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Torsion_h
 #define __PLUMED_Torsion_h
diff --git a/src/Units.h b/src/Units.h
index 44f865b20919235611b7d20c9d379137339c27fc..db423be6b507de0e9b54b0293795dc136c026dbf 100644
--- a/src/Units.h
+++ b/src/Units.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Units_h
 #define __PLUMED_Units_h
diff --git a/src/Value.cpp b/src/Value.cpp
index cac2e8108339f3f5b9886f624684be2d51f28863..b587601533f09c186e3478036a1d44a1f063b894 100644
--- a/src/Value.cpp
+++ b/src/Value.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Value.h"
 #include "ActionWithValue.h"
diff --git a/src/Value.h b/src/Value.h
index 0bcb5307f50e44d306346035583ee3cee5f270b1..05bc2a2080058a87bb280ef33e974c31e6f3ebbd 100644
--- a/src/Value.h
+++ b/src/Value.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Value_h
 #define __PLUMED_Value_h
diff --git a/src/Vector.cpp b/src/Vector.cpp
index 312c10609990ba2f47c24fa46ea005418af70b40..6b8cee2bc70120f1368744816cf7cd989f4aa183 100644
--- a/src/Vector.cpp
+++ b/src/Vector.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Vector.h"
 #include "PlumedException.h"
diff --git a/src/Vector.h b/src/Vector.h
index 91e96e64c6bd9ae2c5be581c0bdd94cce020de83..6ba0477222cdf83e8543d183c04ef2355840d0ca 100644
--- a/src/Vector.h
+++ b/src/Vector.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_Vector_h
 #define __PLUMED_Vector_h
diff --git a/src/WithCmd.h b/src/WithCmd.h
index 9adc39a17cf516e7c81a185c5b6c3d486808a590..c1fc2a480ba228a769bdd4e29d599fd86c26130b 100644
--- a/src/WithCmd.h
+++ b/src/WithCmd.h
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #ifndef __PLUMED_WithCmd_h
 #define __PLUMED_WithCmd_h
diff --git a/src/header.sh b/src/header.sh
index 0025cb661512b9361e1aaf8d3c8361726f07ab9c..7bb6129741493b5851abce6eb2fb221c6b5a5688 100755
--- a/src/header.sh
+++ b/src/header.sh
@@ -15,25 +15,25 @@ plus="+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
 
 cat << EOF 
 /* $plus
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 $plus */
 EOF
 
diff --git a/src/main.cpp b/src/main.cpp
index b42517835edaf19b074b2ad649bb7916e230b6aa..f6824cb28131f3f94eb3dcd0fb86376204f6171e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,23 +1,23 @@
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-   Copyright (c) 2012 The PLUMED team
+   Copyright (c) 2012 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.0.
 
-   PLUMED is free software: you can redistribute it and/or modify
+   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
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 
-   PLUMED is distributed in the hope that it will be useful,
+   plumed 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 PLUMED.  If not, see <http://www.gnu.org/licenses/>.
+   along with plumed.  If not, see <http://www.gnu.org/licenses/>.
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "Plumed.h"
 #include <cstring>