]> Cypherpunks.ru repositories - netstring.git/commitdiff
Raise copyright years
authorSergey Matveev <stargrave@stargrave.org>
Thu, 31 Dec 2015 17:25:01 +0000 (20:25 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 31 Dec 2015 17:25:01 +0000 (20:25 +0300)
netstring.go
netstring_test.go
reader.go
writer.go

index 088655e93b7c65a065a1b00dd79f05969a0d3ff4..e363bdc08af3e8d5c8680129923e5821e1fe126f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 netstring -- netstring format serialization library
-Copyright (C) 2015 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2015-2016 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 e1de1b8637ecb3a0b38d0f5c69a06e5fee002e02..233c1068915251737d4f5993a2daa67cc4b93342 100644 (file)
@@ -1,6 +1,6 @@
 /*
 netstring -- netstring format serialization library
-Copyright (C) 2015 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2015-2016 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 18d421bf6a4c0e8ed7adde35ce87b27ee4e373fb..fb5e1014a62b023e462d73132b69c20a47bd5fd1 100644 (file)
--- a/reader.go
+++ b/reader.go
@@ -1,6 +1,6 @@
 /*
 netstring -- netstring format serialization library
-Copyright (C) 2015 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2015-2016 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 680ee805a5f32a1f3b3c8b627491ee272053ae86..2d22ce294a47fedf9fd9206e2a6aa981f05120f9 100644 (file)
--- a/writer.go
+++ b/writer.go
@@ -1,6 +1,6 @@
 /*
 netstring -- netstring format serialization library
-Copyright (C) 2015 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2015-2016 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