diff --git a/ONS-UK-EFS-time-series-extract.do b/ONS-UK-EFS-time-series-extract.do
index a68ec3b4e17cdee12742507acdb5a3f5dd0304e0..917f3f56e6fa1e0abe416e94e2f9178ebcff9b4f 100755
--- a/ONS-UK-EFS-time-series-extract.do
+++ b/ONS-UK-EFS-time-series-extract.do
@@ -1,5 +1,5 @@
 *********************************************************************
-* Extracting variables from EFS 2001/2 - 2010 to produce a 'harmonised' microdata time series
+* Extracting variables from EFS 2001/2 onwards to produce a 'harmonised' microdata time series
 * mainly for use as input to a number of spatial microsimulation models to produce
 * small area estimates of consumption. The variables names:
 *  - c_* are designed to match to the UK 2001 Census household table/variable definitions
@@ -10,7 +10,7 @@
 
 /************************
 
-Copyright (c) 2002-2012 University of Essex, (c) 2012-2014  University of Southampton
+Copyright (c) 2002-2012 University of Essex, (c) 2012-2015  University of Southampton
 
 Author: Ben Anderson (b.anderson@soton.ac.uk, @dataknut, https://github.com/dataknut) 
 	[Energy & Climate Change, Faculty of Engineering & Environment, University of Southampton]
@@ -51,7 +51,6 @@ GNU General Public License for more details.
 
 set more off
 
-* /Users/benander/Documents/Sociology/CRESI/Data/Social Science Datatsets/Expenditure and Food Survey
 local place = "/Users/ben/Documents/Work"
local efsd = "`place'/Data/Social Science Datatsets/Expenditure and Food Survey"
 local logd = "`efsd'/log_files"
local outd = "`efsd'/processed"