netstring.go | 2 +- netstring_test.go | 2 +- reader.go | 2 +- writer.go | 2 +- diff --git a/netstring.go b/netstring.go index 1c6f6dc0289f24877d3f8cff980e8a8cbd3c5aab8dec8a6c4c28711a705cce20..7efc4066508e4706b0ae346ac967e60090334fdc151a1159e7fbdbba42622693 100644 --- a/netstring.go +++ b/netstring.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2019 Sergey Matveev +Copyright (C) 2015-2020 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 2845c91a97e64d036db41dcf694260474ece89e03db334ea2706b8a065622516..558dbb604ea7705c39af5e9d4e5eb21c72e340bd96f5704d8f9a88a5390d3e85 100644 --- a/netstring_test.go +++ b/netstring_test.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2019 Sergey Matveev +Copyright (C) 2015-2020 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 9e96927506e26d3698d15e2d9d9b7770a2514f4bc13ea42929b866b16460b1c3..c1b7966f0fcccc494c7f5ba5847cb1f8870051929219f32a98d28bd34e2e5154 100644 --- a/reader.go +++ b/reader.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2019 Sergey Matveev +Copyright (C) 2015-2020 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 8a97b93becb374a149157cd2159d3ebc03207166a4b172abec0a635bdad2c7c7..3667710157d82c866d1d2a51e046c4089e6fa444f7f903cbf0f3da9c9ece68c4 100644 --- a/writer.go +++ b/writer.go @@ -1,6 +1,6 @@ /* netstring -- netstring format serialization library -Copyright (C) 2015-2019 Sergey Matveev +Copyright (C) 2015-2020 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