diff --git a/src/USER-MISC/README b/src/USER-MISC/README
index 513973b4f56db591051be1f3ec1267e4d7140930..8aed7972355e348e32d03484670a6abad28490f4 100644
--- a/src/USER-MISC/README
+++ b/src/USER-MISC/README
@@ -43,6 +43,7 @@ fix gle, Michele Ceriotti (EPFL Lausanne), michele.ceriotti at gmail.com, 24 Nov
 fix grem, David Stelter, dstelter@bu.edu, 22 Nov 16
 fix imd, Axel Kohlmeyer, akohlmey at gmail.com, 9 Nov 2009
 fix ipi, Michele Ceriotti (EPFL Lausanne), michele.ceriotti at gmail.com, 24 Nov 2014
+fix nvk, Efrem Braun (UC Berkeley), efrem.braun at gmail.com, https://github.com/lammps/lammps/pull/310
 fix pimd, Yuxing Peng (U Chicago), yuxing at uchicago.edu, 24 Nov 2014
 fix smd, Axel Kohlmeyer, akohlmey at gmail.com, 19 May 2008
 fix ti/spring, Rodrigo Freitas (Unicamp/Brazil), rodrigohb at gmail.com, 7 Nov 2013
diff --git a/src/USER-MISC/fix_nvk.cpp b/src/USER-MISC/fix_nvk.cpp
index 862a555fedb1fdccc7b87ef2ea66ca61bd3da586..5dcfe53e788c5f23539cd7f4fbfb764933112e2a 100644
--- a/src/USER-MISC/fix_nvk.cpp
+++ b/src/USER-MISC/fix_nvk.cpp
@@ -11,6 +11,10 @@
    See the README file in the top-level LAMMPS directory.
 ------------------------------------------------------------------------- */
 
+/* ----------------------------------------------------------------------
+     Contributing author: Efrem Braun (UC Berkeley)
+------------------------------------------------------------------------- */
+
 #include <math.h>
 #include <stdio.h>
 #include <string.h>
@@ -27,8 +31,6 @@
 using namespace LAMMPS_NS;
 using namespace FixConst;
 
-/* ---------------------------------------------------------------------- */
-
 FixNVK::FixNVK(LAMMPS *lmp, int narg, char **arg) :
   Fix(lmp, narg, arg)
 {