netstring.go | 2 +- netstring_test.go | 2 +- reader.go | 2 +- writer.go | 2 +- diff --git a/netstring.go b/netstring.go index 9aecb672806820b711c9a1a065d5cb8bf381e795fc1ff9013be2887b0e267889..fd4071233e2a1cff9b4689fa7bdd2d9fc23a36cba11bfd155be9f06e880b1dc6 100644 --- a/netstring.go +++ b/netstring.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2016 Sergey Matveev +Copyright (C) 2015-2017 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 5ff7183070f4a221352ed3212bd35d5dac275384d00b530228f2c77643b16c40..8e3341cf9b7fbffeca39dbcc58764faebde658d43c52497f0aaeb499f627d9a4 100644 --- a/netstring_test.go +++ b/netstring_test.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2016 Sergey Matveev +Copyright (C) 2015-2017 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 5b75d714fec5d5f17c8cc5a390cf2129a5dd6f71f3b3a3437b7e1b4ddcc571bf..3c3e77b1dce5ac803f08fae3428103f2c97fe2bf5e0b48a8afe8be136c0c95a0 100644 --- a/reader.go +++ b/reader.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2016 Sergey Matveev +Copyright (C) 2015-2017 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 3a5c9ae93bc568a8f24095971df29610b82ffb6ad65b5040f4794346b03f7a02..77cc948576720b13a53f77aad9aef533f7d0006d94bd90d0d6dd6e41a4c008a7 100644 --- a/writer.go +++ b/writer.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2016 Sergey Matveev +Copyright (C) 2015-2017 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