Update copyright to 2017
diff --git a/assert/assert.go b/assert/assert.go index 371a33a..cb1097b 100644 --- a/assert/assert.go +++ b/assert/assert.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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/assert/assert_test.go b/assert/assert_test.go index a4afb6a..dcef73d 100644 --- a/assert/assert_test.go +++ b/assert/assert_test.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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/decode.go b/decode.go index b717a64..1461c0a 100644 --- a/decode.go +++ b/decode.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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/decode_test.go b/decode_test.go index a12f1e2..c829314 100644 --- a/decode_test.go +++ b/decode_test.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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/doc.go b/doc.go index ed1ff51..36c8368 100644 --- a/doc.go +++ b/doc.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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 3601217..6f21dfb 100644 --- a/example_test.go +++ b/example_test.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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/integrate.go b/integrate.go index 37baaad..0d775e0 100644 --- a/integrate.go +++ b/integrate.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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/integrate_test.go b/integrate_test.go index 2daaf8a..b8fcf0e 100644 --- a/integrate_test.go +++ b/integrate_test.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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 014e63f..6ad94f3 100644 --- a/lex.go +++ b/lex.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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 4300fec..41f353d 100644 --- a/load.go +++ b/load.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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 b5e681e..8b3137e 100644 --- a/load_test.go +++ b/load_test.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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 ff0e1e1..90f555c 100644 --- a/parser.go +++ b/parser.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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 1872abc..d41343d 100644 --- a/properties.go +++ b/properties.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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 ce9f800..bf5aa0d 100644 --- a/properties_test.go +++ b/properties_test.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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 d9ce280..2e907d5 100644 --- a/rangecheck.go +++ b/rangecheck.go
@@ -1,4 +1,4 @@ -// Copyright 2016 Frank Schroeder. All rights reserved. +// Copyright 2017 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.