diff --git a/doc.go b/doc.go index 843eb7f..b6a70e9 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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_getportlist_test.go b/example_getportlist_test.go index 5ac8244..c8cb35b 100644 --- a/example_getportlist_test.go +++ b/example_getportlist_test.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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_modem_bits_test.go b/example_modem_bits_test.go index 1532616..9ae3389 100644 --- a/example_modem_bits_test.go +++ b/example_modem_bits_test.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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_serialport_test.go b/example_serialport_test.go index 4e6de61..6f09659 100644 --- a/example_serialport_test.go +++ b/example_serialport_test.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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 0f39d26..4f56978 100644 --- a/example_test.go +++ b/example_test.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/serial.go b/serial.go index 625a249..48392c5 100644 --- a/serial.go +++ b/serial.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/serial_darwin.go b/serial_darwin.go index eb9a7ae..13cf862 100644 --- a/serial_darwin.go +++ b/serial_darwin.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/serial_darwin_386.go b/serial_darwin_386.go index a1a6771..4f96df7 100644 --- a/serial_darwin_386.go +++ b/serial_darwin_386.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/serial_darwin_amd64.go b/serial_darwin_amd64.go index b721d78..6ea59d5 100644 --- a/serial_darwin_amd64.go +++ b/serial_darwin_amd64.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/serial_freebsd.go b/serial_freebsd.go index c237cfc..ae5ff09 100644 --- a/serial_freebsd.go +++ b/serial_freebsd.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/serial_linux.go b/serial_linux.go index 281820f..0ef03b8 100644 --- a/serial_linux.go +++ b/serial_linux.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/serial_unix.go b/serial_unix.go index 3580104..8dc2c74 100644 --- a/serial_unix.go +++ b/serial_unix.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/serial_windows.go b/serial_windows.go index e261cbe..aabb7be 100644 --- a/serial_windows.go +++ b/serial_windows.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/syscall_darwin.go b/syscall_darwin.go index 0d33f37..670a257 100644 --- a/syscall_darwin.go +++ b/syscall_darwin.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/syscall_freebsd.go b/syscall_freebsd.go index 0d33f37..670a257 100644 --- a/syscall_freebsd.go +++ b/syscall_freebsd.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/syscall_linux.go b/syscall_linux.go index 0d33f37..670a257 100644 --- a/syscall_linux.go +++ b/syscall_linux.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/syscall_windows.go b/syscall_windows.go index 69c4550..529b4df 100644 --- a/syscall_windows.go +++ b/syscall_windows.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/unixutils/pipe.go b/unixutils/pipe.go index 567c739..941b6eb 100644 --- a/unixutils/pipe.go +++ b/unixutils/pipe.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/unixutils/select.go b/unixutils/select.go index bb73b1b..7ad60a8 100644 --- a/unixutils/select.go +++ b/unixutils/select.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/zsyscall_darwin.go b/zsyscall_darwin.go index c8cd031..49cfac4 100644 --- a/zsyscall_darwin.go +++ b/zsyscall_darwin.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/zsyscall_freebsd.go b/zsyscall_freebsd.go index c8cd031..49cfac4 100644 --- a/zsyscall_freebsd.go +++ b/zsyscall_freebsd.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. 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/zsyscall_linux.go b/zsyscall_linux.go index cb216b1..60c2d75 100644 --- a/zsyscall_linux.go +++ b/zsyscall_linux.go @@ -1,5 +1,5 @@ // -// Copyright 2014-2016 Cristian Maglie. All rights reserved. +// Copyright 2014-2017 Cristian Maglie. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //