]> Cypherpunks.ru repositories - netstring.git/commitdiff
Raise copyright years
authorSergey Matveev <stargrave@stargrave.org>
Sun, 25 Mar 2018 14:53:40 +0000 (17:53 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 25 Mar 2018 14:53:40 +0000 (17:53 +0300)
netstring.go
netstring_test.go
reader.go
writer.go

index 6a102e83f8917be655a92692ae44bf45163f9658..ba1536a8713899ff366c47c5e1fb0d064aa0c19b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 netstring -- netstring format serialization library
-Copyright (C) 2015-2017 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2015-2018 Sergey Matveev <stargrave@stargrave.org>
 
 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
index a512ce7fa40b8a1bf117df4e7e4a3fbb0a16eccc..b71a9ae43450648965d1ec47c6b68651bd4fc0ef 100644 (file)
@@ -1,6 +1,6 @@
 /*
 netstring -- netstring format serialization library
-Copyright (C) 2015-2017 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2015-2018 Sergey Matveev <stargrave@stargrave.org>
 
 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
index e6b1e633d35ac663d78ea20e767ea292c2978aa2..801b5eb7012865e0440f2d2872408ea8ef136658 100644 (file)
--- a/reader.go
+++ b/reader.go
@@ -1,6 +1,6 @@
 /*
 netstring -- netstring format serialization library
-Copyright (C) 2015-2017 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2015-2018 Sergey Matveev <stargrave@stargrave.org>
 
 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
index 4a23bf195aa57713750240fac2e998132c85321e..7b26a3295eaa16fe33853bec4ee6e236256a5eaa 100644 (file)
--- a/writer.go
+++ b/writer.go
@@ -1,6 +1,6 @@
 /*
 netstring -- netstring format serialization library
-Copyright (C) 2015-2017 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2015-2018 Sergey Matveev <stargrave@stargrave.org>
 
 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