Index: contrib/contribs/LundPlane/trunk/NEWS
===================================================================
--- contrib/contribs/LundPlane/trunk/NEWS	(revision 1306)
+++ contrib/contribs/LundPlane/trunk/NEWS	(revision 1307)
@@ -1,9 +1,13 @@
+2021/12/06: release of version 2.0.1
+- fixed some compilation warnings (signed/unsigned)
+- fixed up missing info in AUTHORS
+- fixed commented python example lines
 2021/11/08: release of version 2.0.0
 - Recursive e+e- generator with spin-correlation observables
   with the RecursiveLundEEGenerator 
 - See example_dpsi_collinear.cc (implements analysis of arXiv:2103.16526) 
 - and example_dpsi_slice.cc (implements analysis of arXiv:2111.01161) 
 2020/02/23: release of version 1.0.3
 - fixes issue with C++98 compatibility
 2018/10/29: release of version 1.0.2
 2018/08/30: release of version 1.0.1
Index: contrib/contribs/LundPlane/trunk/AUTHORS
===================================================================
--- contrib/contribs/LundPlane/trunk/AUTHORS	(revision 1306)
+++ contrib/contribs/LundPlane/trunk/AUTHORS	(revision 1307)
@@ -1,32 +1,34 @@
 The LundPlane FastJet contrib is developed and maintained by:
 
   Frederic Dreyer <frederic.dreyer@physics.ox.ac.uk>
   Keith Hamilton <keith.hamilton@ucl.ac.uk>
   Alexander Karlberg <alexander.karlberg@physics.ox.ac.uk>
   Gavin P. Salam <gavin.salam@physics.ox.ac.uk>
   Ludovic Scyboz <ludovic.scyboz@physics.ox.ac.uk>
   Gregory Soyez <soyez@fastjet.fr>
   Rob Verheyen <r.verheyen@ucl.ac.uk>
 
 The physics is based on:
 
   The Lund Jet Plane.
   Frederic A. Dreyer, Gavin P. Salam, and Gregory Soyez
+  JHEP 12 (2018) 064
+  https://doi.org/10.1007/JHEP12(2018)064
   arXiv:1807.04758
 
 The definition of azimuthal angles, and examples of
 all-order observables sensitive to spin correlations
 (example_dpsi_collinear and example_dpsi_slice), are from:
 
-  Spin correlations in final-state parton showers and
-  jet observables
+  Spin correlations in final-state parton showers and jet observables
   A. Karlberg, G. P. Salam, L. Scyboz, and R. Verheyen
   Eur. Phys. J. C 81, 681 (2021)
   https://doi.org/10.1140/epjc/s10052-021-09378-0
-
+  arXiv:2103.16526
+  
 and
 
   Soft spin correlations in final-state parton showers
   K. Hamilton, A. Karlberg, G. P. Salam, L. Scyboz,
   and R. Verheyen
   arXiv:2111.01161
Index: contrib/contribs/LundPlane/trunk/ChangeLog
===================================================================
--- contrib/contribs/LundPlane/trunk/ChangeLog	(revision 1306)
+++ contrib/contribs/LundPlane/trunk/ChangeLog	(revision 1307)
@@ -1,65 +1,74 @@
+2021-12-06  Gavin Salam  <gavin.salam@physics.ox.ac.uk>
+
+	* NEWS:
+        * VERSION:
+	prepared for release 2.0.1
+
+	* AUTHORS:
+	fixed missing names and publication info
+
 2021-12-06  Gregory Soyez  <soyez@fastjet.fr>
 
 	* SecondaryLund.cc:
 	fixed int v. unsigned int in loop over vector indices
 
 2021-12-06  Gavin Salam  <gavin.salam@physics.ox.ac.uk>
 
 	* example.py:
 	fixed name of executable in comments about how to execute
 	this (thanks to Matteo Cacciari)
 
 2021-11-09  Ludovic Scyboz <ludovic.scyboz@physics.ox.ac.uk>
 
 	* VERSION:
 	preparing for release of 2.0.0
 
 	* RecursiveLundEEGenerator.hh:
 	* RecursiveLundEEGenerator.cc:
 	class for recursive Lund declustering in e+e-
 	* example_dpsi_collinear.cc:
 	spin-sensitive collinear observable from 2103.16526
 	* example_dpsi_slice.cc:
 	spin-sensitive non-global observable from 2111.01161
 
 2020-02-23  Gavin Salam  <gavin.salam@cern.ch>
 
 	* NEWS:
 	* VERSION:
 	preparing for release of 1.0.3
 
 	* example.cc:
 	changed outfile open(filename) to outfile.open(filename.c_str());
 	to attempt to solve issue reported by Steven Schramm.
 
 2018-10-26  Gavin Salam <gavin.salam@cern.ch>
 
 	* read_lund_json.py:
 	removed extraneous normalisation of zeroth bin in
 	the LundImage class.
 	Added documentation.
 
 
 2018-08-30  Gavin Salam  <gavin.salam@cern.ch>
 
 	* VERSION: 
 	* NEWS:
 
 	Release of version 1.0.1
 
 2018-08-23  Gavin Salam  <gavin.salam@cern.ch>
 
 	* LundWithSecondary.hh:
 	* LundWithSecondary.cc:
 	added secondary_index(...), removed virtual qualifier from various
 	functions
 
 	* example_secondary.cc:
 	* example_secondary.ref:
 	example now prints out index of the primary declustering being
 	used for the secondary. Referemce file updated accordingly.
 
 2018-08-09  Frédéric Dreyer  <fdreyer@mit.edu>
 
 	First version of LundPlane.