netstring.go | 2 +- netstring_test.go | 2 +- reader.go | 2 +- writer.go | 2 +- diff --git a/netstring.go b/netstring.go index 4c314d9c142e2e31e90f26c9b3756b38493683cf37af8ebd1e24fbd7c1ddc6fe..3b3f28cc368449064e88ab1e4c4c441d6816a4c6cdd5f37fd518011cd26c0261 100644 --- a/netstring.go +++ b/netstring.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2018 Sergey Matveev +Copyright (C) 2015-2019 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 51084c37f37ecc4ab9bc68e74661c622b9b30840f242e10bfc084289e01e4d8a..67d068bea95ba4b2d126d0e40c6c598671112276d2ce0a4d9927ffdae0c52a48 100644 --- a/netstring_test.go +++ b/netstring_test.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2018 Sergey Matveev +Copyright (C) 2015-2019 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 4119a7768b071b14dc5ed1bfaaf3f1e5a4ebf4a9a0a3299115ee6e0f6f3f3bbf..859930256d76e78cb156a87f7e9fa8cbb007162f657afe85ee3e7bdc4874e3ad 100644 --- a/reader.go +++ b/reader.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2018 Sergey Matveev +Copyright (C) 2015-2019 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 840a7c306595de87e85710d1311a86623202985f20351de3d34ded398e38eff2..bd079a7f3dc5d51b10357b519ff980c051cd8f45934def19f9ee0c523b08937c 100644 --- a/writer.go +++ b/writer.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2018 Sergey Matveev +Copyright (C) 2015-2019 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