]> Cypherpunks repositories - keks.git/commitdiff
Unify copyright notice in tests
authorSergey Matveev <stargrave@stargrave.org>
Tue, 21 Jan 2025 09:01:54 +0000 (12:01 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 10 Feb 2025 15:39:45 +0000 (18:39 +0300)
12 files changed:
go/bin_test.go
go/blob_test.go
go/bool_test.go
go/float_test.go
go/fuzz_test.go
go/generic_test.go
go/int_test.go
go/list_test.go
go/map_test.go
go/string_test.go
go/tai_test.go
go/uuid_test.go

index 67b5f1fd53165889b86058b334023157cd84d266f313c5fdc8361ecc8aa82b9c..05a934b13cfb1d5218f4de452c0912bba7878d23e43ce8b78869dac5d599ba2a 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS -- Go KEKS codec implementation
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 package keks
 
 import (
index 480f449f5d6f6b6cc7067f063c2836e8fb94d486e52a6bcbecf18868d92bda68..0d817ec34aa2706ef1558170472481a07c484238b0105da85a015c90a9f8af0c 100644 (file)
@@ -1,5 +1,5 @@
 // GoKEKS -- Go KEKS codec implementation
-// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as
index 0fa5389d177fdfe452e7c23a31e94c5b031f87bf2f9b659966a4a646c4b72688..6e83b83a33a166e3fdd5fd52b7ddd6421e32f7f200b94d1e2e3dfec9083951ec 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS -- Go KEKS codec implementation
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 package keks
 
 import (
index fb82dd2b0ee83efb6089bae5e2edf13ee12aae6d5a25bdd85e3bdde0a5b90864..2ebcfb151bdeb0d024b0a6b72f4e091eb29566fd2b7fc08a5c0fef4e7a47ae16 100644 (file)
@@ -1,5 +1,5 @@
 // GoKEKS -- Go KEKS codec implementation
-// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as
index 2fbe92b32e54a1b5c4b26e29ce6ccc799c96e190e5009ce46761b6b9c38b7277..36b56a6f3c3a31910e466b1f80c919d7519befca97530b3b55e42e943b2b6477 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS -- Go KEKS codec implementation
+// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 package keks
 
 import (
index 2b42815fd98641c326ef4d49c630d58320c07357ca4cf369d7c577ff297a1bea..7ab65abbccc1df840a1955d414dec9db474747c986d9113485e5aa6f2003dcfa 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS -- Go KEKS codec implementation
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 package keks
 
 import (
index cba00c71d272e9bee531f81f23326e04ca15b4a1e5feeef2cbe2faf3a36ac70a..bb87b628d3818fd058bd5a9da04e5e41736188f16811d93ac8d39a196ce6611d 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS -- Go KEKS codec implementation
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 package keks
 
 import (
index 31f75f2184d8cea035691418f459f4cc4c1ab67b63e0774ad34d27a13edc5852..00f57ff2e26a8fc7fd2bb14609ea8dc20ca3109f5d3e9a94bf8af52a317500f9 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS -- Go KEKS codec implementation
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 package keks
 
 import (
index 409d56be659cb4af176cd37619aaf9afad9d7946f29e8d81bfdf9355f2c58ee2..1a785aa6001efb8996faa31212a3a57d26f0b26e9c6a64ba7c2463f872554db6 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS -- Go KEKS codec implementation
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 package keks
 
 import (
index 3d4c9da1b7635474c2a2fbcbc02bf0c1aa4f3822c4c23de490d68853f71a350e..36b6d0b7a8f661d5c36855d0235d000f235969bf81e47b954ab9a58f2f339e47 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS -- Go KEKS codec implementation
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 package keks
 
 import (
index a548b9f057bcf7a58b6a0786f536ddb67059aab51e7fe6a9c365fd499096429b..513e13573664b6ab146e578abc494a403e320dfe2df349b73bb8147c858b137d 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS -- Go KEKS codec implementation
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 package keks
 
 import (
index 08d810f1b41ddf90a9b374754972c1607424ffc2a9daf434d904f3ca75bd10cc..2daadd6389abea38e4743ea9921be9da0073979d3e9805f0572e1b607828a374 100644 (file)
@@ -1,3 +1,18 @@
+// GoKEKS -- Go KEKS codec implementation
+// Copyright (C) 2024-2025 Anton Rudenko <rudenko.ad@phystech.edu>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation, version 3 of the License.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 package keks
 
 import (