Updated copyright to 2013-2014
diff --git a/LICENSE b/LICENSE
index 7b38db8..7eab43b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 goproperties - properties file decoder for Go
 
-Copyright (c) 2013 - Frank Schroeder
+Copyright (c) 2013-2014 - Frank Schroeder
 
 All rights reserved.
 
diff --git a/benchmark_test.go b/benchmark_test.go
index ec0b367..b2019e1 100644
--- a/benchmark_test.go
+++ b/benchmark_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 Frank Schroeder. All rights reserved.
+// Copyright 2013-2014 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
@@ -20,4 +20,3 @@
 		Load([]byte(input), ISO_8859_1)
 	}
 }
-
diff --git a/doc.go b/doc.go
index e15b3ed..01f22e0 100644
--- a/doc.go
+++ b/doc.go
@@ -1,4 +1,4 @@
-// Copyright 2013 Frank Schroeder. All rights reserved.
+// Copyright 2013-2014 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
diff --git a/example_test.go b/example_test.go
index 11b18a9..38bf04f 100644
--- a/example_test.go
+++ b/example_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 Frank Schroeder. All rights reserved.
+// Copyright 2013-2014 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
diff --git a/lex.go b/lex.go
index b17a219..f6c0c23 100644
--- a/lex.go
+++ b/lex.go
@@ -1,4 +1,4 @@
-// Copyright 2013 Frank Schroeder. All rights reserved.
+// Copyright 2013-2014 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 //
diff --git a/load.go b/load.go
index 38d171d..757c077 100644
--- a/load.go
+++ b/load.go
@@ -1,4 +1,4 @@
-// Copyright 2013 Frank Schroeder. All rights reserved.
+// Copyright 2013-2014 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
diff --git a/load_test.go b/load_test.go
index f201f01..66f9b7c 100644
--- a/load_test.go
+++ b/load_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 Frank Schroeder. All rights reserved.
+// Copyright 2013-2014 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
diff --git a/parser.go b/parser.go
index 8fb1851..e6efccc 100644
--- a/parser.go
+++ b/parser.go
@@ -1,4 +1,4 @@
-// Copyright 2013 Frank Schroeder. All rights reserved.
+// Copyright 2013-2014 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
diff --git a/properties.go b/properties.go
index 8610622..52e9248 100644
--- a/properties.go
+++ b/properties.go
@@ -1,4 +1,4 @@
-// Copyright 2013 Frank Schroeder. All rights reserved.
+// Copyright 2013-2014 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
diff --git a/properties_test.go b/properties_test.go
index 2563f63..fc86dd4 100644
--- a/properties_test.go
+++ b/properties_test.go
@@ -1,4 +1,4 @@
-// Copyright 2013 Frank Schroeder. All rights reserved.
+// Copyright 2013-2014 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
diff --git a/rangecheck.go b/rangecheck.go
index 21cf6f6..6df4e6c 100644
--- a/rangecheck.go
+++ b/rangecheck.go
@@ -1,4 +1,4 @@
-// Copyright 2013 Frank Schroeder. All rights reserved.
+// Copyright 2013-2014 Frank Schroeder. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.