Add a cool quote from Elvis Presley's song
authorArtem Zhmurov <zhmurov@gmail.com>
Mon, 15 Mar 2021 10:16:45 +0000 (10:16 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 15 Mar 2021 10:16:45 +0000 (10:16 +0000)
src/gromacs/utility/coolstuff.cpp

index 6dd122ea86b8c5f1d17fa003192d9bc2dd8186d0..b6404e5f62f819026578f33b5740c1477fd97f89 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2016,2017,2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2015,2016,2017,2018,2019,2020,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -1579,7 +1579,8 @@ std::string getCoolQuote()
           "attempted.",
           "Anonymous" },
         { "If my PhD doesn't allow me to be right on the internet, what is it even good for?",
-          "Martin Vögele" }
+          "Martin Vögele" },
+        { "A little less conversation, a little more action, please.", "Elvis Presley" }
     };
 
     if (beCool())