From: Sergey Matveev Date: Tue, 21 Jan 2025 09:01:54 +0000 (+0300) Subject: Unify copyright notice in tests X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=232dc78ce0fa4b07134f2aceba6c2f3c53c3f7aa3ccb6baea2282d3a58ad5735;p=keks.git Unify copyright notice in tests --- diff --git a/go/bin_test.go b/go/bin_test.go index 67b5f1f..05a934b 100644 --- a/go/bin_test.go +++ b/go/bin_test.go @@ -1,3 +1,18 @@ +// GoKEKS -- Go KEKS codec implementation +// Copyright (C) 2024-2025 Anton Rudenko +// +// 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 . + package keks import ( diff --git a/go/blob_test.go b/go/blob_test.go index 480f449..0d817ec 100644 --- a/go/blob_test.go +++ b/go/blob_test.go @@ -1,5 +1,5 @@ // GoKEKS -- Go KEKS codec implementation -// Copyright (C) 2024-2025 Sergey Matveev +// Copyright (C) 2024-2025 Anton Rudenko // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as diff --git a/go/bool_test.go b/go/bool_test.go index 0fa5389..6e83b83 100644 --- a/go/bool_test.go +++ b/go/bool_test.go @@ -1,3 +1,18 @@ +// GoKEKS -- Go KEKS codec implementation +// Copyright (C) 2024-2025 Anton Rudenko +// +// 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 . + package keks import ( diff --git a/go/float_test.go b/go/float_test.go index fb82dd2..2ebcfb1 100644 --- a/go/float_test.go +++ b/go/float_test.go @@ -1,5 +1,5 @@ // GoKEKS -- Go KEKS codec implementation -// Copyright (C) 2024-2025 Sergey Matveev +// Copyright (C) 2024-2025 Anton Rudenko // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as diff --git a/go/fuzz_test.go b/go/fuzz_test.go index 2fbe92b..36b56a6 100644 --- a/go/fuzz_test.go +++ b/go/fuzz_test.go @@ -1,3 +1,18 @@ +// GoKEKS -- Go KEKS codec implementation +// Copyright (C) 2024-2025 Sergey Matveev +// +// 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 . + package keks import ( diff --git a/go/generic_test.go b/go/generic_test.go index 2b42815..7ab65ab 100644 --- a/go/generic_test.go +++ b/go/generic_test.go @@ -1,3 +1,18 @@ +// GoKEKS -- Go KEKS codec implementation +// Copyright (C) 2024-2025 Anton Rudenko +// +// 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 . + package keks import ( diff --git a/go/int_test.go b/go/int_test.go index cba00c7..bb87b62 100644 --- a/go/int_test.go +++ b/go/int_test.go @@ -1,3 +1,18 @@ +// GoKEKS -- Go KEKS codec implementation +// Copyright (C) 2024-2025 Anton Rudenko +// +// 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 . + package keks import ( diff --git a/go/list_test.go b/go/list_test.go index 31f75f2..00f57ff 100644 --- a/go/list_test.go +++ b/go/list_test.go @@ -1,3 +1,18 @@ +// GoKEKS -- Go KEKS codec implementation +// Copyright (C) 2024-2025 Anton Rudenko +// +// 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 . + package keks import ( diff --git a/go/map_test.go b/go/map_test.go index 409d56b..1a785aa 100644 --- a/go/map_test.go +++ b/go/map_test.go @@ -1,3 +1,18 @@ +// GoKEKS -- Go KEKS codec implementation +// Copyright (C) 2024-2025 Anton Rudenko +// +// 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 . + package keks import ( diff --git a/go/string_test.go b/go/string_test.go index 3d4c9da..36b6d0b 100644 --- a/go/string_test.go +++ b/go/string_test.go @@ -1,3 +1,18 @@ +// GoKEKS -- Go KEKS codec implementation +// Copyright (C) 2024-2025 Anton Rudenko +// +// 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 . + package keks import ( diff --git a/go/tai_test.go b/go/tai_test.go index a548b9f..513e135 100644 --- a/go/tai_test.go +++ b/go/tai_test.go @@ -1,3 +1,18 @@ +// GoKEKS -- Go KEKS codec implementation +// Copyright (C) 2024-2025 Anton Rudenko +// +// 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 . + package keks import ( diff --git a/go/uuid_test.go b/go/uuid_test.go index 08d810f..2daadd6 100644 --- a/go/uuid_test.go +++ b/go/uuid_test.go @@ -1,3 +1,18 @@ +// GoKEKS -- Go KEKS codec implementation +// Copyright (C) 2024-2025 Anton Rudenko +// +// 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 . + package keks import (