netstring.go | 2 +- netstring_test.go | 2 +- reader.go | 2 +- writer.go | 2 +- diff --git a/netstring.go b/netstring.go index fd4071233e2a1cff9b4689fa7bdd2d9fc23a36cba11bfd155be9f06e880b1dc6..4c314d9c142e2e31e90f26c9b3756b38493683cf37af8ebd1e24fbd7c1ddc6fe 100644 --- a/netstring.go +++ b/netstring.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2017 Sergey Matveev +Copyright (C) 2015-2018 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/netstring_test.go b/netstring_test.go index 8e3341cf9b7fbffeca39dbcc58764faebde658d43c52497f0aaeb499f627d9a4..51084c37f37ecc4ab9bc68e74661c622b9b30840f242e10bfc084289e01e4d8a 100644 --- a/netstring_test.go +++ b/netstring_test.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2017 Sergey Matveev +Copyright (C) 2015-2018 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/reader.go b/reader.go index 3c3e77b1dce5ac803f08fae3428103f2c97fe2bf5e0b48a8afe8be136c0c95a0..4119a7768b071b14dc5ed1bfaaf3f1e5a4ebf4a9a0a3299115ee6e0f6f3f3bbf 100644 --- a/reader.go +++ b/reader.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2017 Sergey Matveev +Copyright (C) 2015-2018 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/writer.go b/writer.go index 77cc948576720b13a53f77aad9aef533f7d0006d94bd90d0d6dd6e41a4c008a7..840a7c306595de87e85710d1311a86623202985f20351de3d34ded398e38eff2 100644 --- a/writer.go +++ b/writer.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2017 Sergey Matveev +Copyright (C) 2015-2018 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by