diff --git a/LICENSE b/LICENSE index 70a333a..e933c98 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015, Daniele Tricoli +Copyright (c) 2015-2017, Daniele Tricoli All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc.go b/doc.go index 9530389..3271ce4 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Daniele Tricoli . +// Copyright © 2015-2017 Daniele Tricoli . // 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/format/formatter.go b/format/formatter.go index 99dba2a..40f7fba 100644 --- a/format/formatter.go +++ b/format/formatter.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Daniele Tricoli . +// Copyright © 2015-2017 Daniele Tricoli . // 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/format/formatter_test.go b/format/formatter_test.go index 03238c2..ba0b55e 100644 --- a/format/formatter_test.go +++ b/format/formatter_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Daniele Tricoli . +// Copyright © 2015-2017 Daniele Tricoli . // 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/format/text.go b/format/text.go index b928ee1..8ac93d5 100644 --- a/format/text.go +++ b/format/text.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Daniele Tricoli . +// Copyright © 2015-2017 Daniele Tricoli . // 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/format/text_test.go b/format/text_test.go index 953f372..0da40a6 100644 --- a/format/text_test.go +++ b/format/text_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Daniele Tricoli . +// Copyright © 2015-2017 Daniele Tricoli . // 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/main.go b/main.go index a8ca31b..b9a7250 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Daniele Tricoli . +// Copyright © 2015-2017 Daniele Tricoli . // 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/sql/sql.go b/sql/sql.go index 5c5d9b0..83c24f9 100644 --- a/sql/sql.go +++ b/sql/sql.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Daniele Tricoli . +// Copyright © 2015-2017 Daniele Tricoli . // 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/sql/sql_test.go b/sql/sql_test.go index 57fa96d..f392dcc 100644 --- a/sql/sql_test.go +++ b/sql/sql_test.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Daniele Tricoli . +// Copyright © 2015-2017 Daniele Tricoli . // 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/utils.go b/utils.go index 9f0113f..ddbde2f 100644 --- a/utils.go +++ b/utils.go @@ -1,4 +1,4 @@ -// Copyright © 2015 Daniele Tricoli . +// Copyright © 2015-2017 Daniele Tricoli . // All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.