]> Cypherpunks repositories - keks.git/commitdiff
Add copyright information
authorSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 20:08:11 +0000 (23:08 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 20:08:11 +0000 (23:08 +0300)
13 files changed:
pyac/tests/strategies.py
pyac/tests/test_blob.py
pyac/tests/test_bool.py
pyac/tests/test_everything.py
pyac/tests/test_float.py
pyac/tests/test_generic.py
pyac/tests/test_int.py
pyac/tests/test_list.py
pyac/tests/test_map.py
pyac/tests/test_not_enough_data.py
pyac/tests/test_str.py
pyac/tests/test_tai.py
pyac/tests/test_uuid.py

index 6d18d12b4be6cf527aef8458d0b0a5fd82358ed773b8d0f47e09a91db664ee0f..4d8d383ef113c623a4da51d1a0369a6440dcb1f4dd6727dee77e970a5b39ede3 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from hypothesis.strategies import binary
 from hypothesis.strategies import booleans
 from hypothesis.strategies import characters
index 5c6cc344a9f84b9f79d8c49bbf6bcc82506185aa35ea168801d6123b067bb585..42840cf0f3780feba35b0622bcff51986011c5e0328b6b967d223820aa17dbb0 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from os import urandom
 from unittest import TestCase
 
index ef19217d82b25cf7d9c235d92411c10aa96db0f3d423f50c96472615e73b8a14..02fb7326d3d5ea5019df900e11a9cbf6795bd407825db5119df17f16d0b98a7a 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from unittest import TestCase
 
 from hypothesis import given
index 86b895b32330ef3245c9b1e401edd980f1ed410e4b9d801a6ab317468ee195b4..97a0741f6ada3639bc4f1eee0631daa93d3faca037c3d3593f7e3a08956ec74f 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from typing import Any
 from unittest import TestCase
 
index 1a279bbe9e98c1c8d9a6c491a78e4a4409e5b08c3435a247b45dab61381e5e14..7afaf515fc39cff3a2f91a8c6d8818ee939d917377d17058105276182a54acf9 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from unittest import TestCase
 
 from hypothesis import given
index 3001b67786ba9440d13bff2caab0454ee049695b814372c9af1eef5d9b376cbc..b439b6a1b1d8b1323d9f024ecc20e80f8fdb00ec94f573d35d1187a4af1c649d 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from unittest import TestCase
 
 from pyac import DecodeError
index 16d3629520aab43fd04f1d249247923418122b9e1cc4d4375df4bd2d8fcc4346..1ee71639fc5526bf0db86191081d37eb5fd5a4d314abff90d4d6501c95d13442 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from unittest import TestCase
 
 from hypothesis import given
index 820e974613464a172318bdfa355346f4c91534b73cbf85020c2075c905188a06..47eab0668906938fcb40001333f439204cf70b81d6bf2e566cb57047ad7ad1f7 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from typing import List
 from unittest import TestCase
 
index c0c753e234a3b02dfa52d05885bcccb8262819402249fcf72d3385dfb8ee2c6d..5e31c9cb3919a85e8cb4e776a206460dd9a1ee42049fb07ce2d00b2a8b61098f 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from typing import Any
 from typing import Mapping
 from unittest import TestCase
index 5d1f89c78e4372a5058d013c111dc4084ec8d200858e9fdb94c65c611f528edf..1cec223ca9572b88559ae608f17b993f740dd3698dffa91b00af216993899b3b 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from unittest import TestCase
 
 from hypothesis import given
index f4cf6228a8a3e915360269bbd235e8802fa6fbf5eb95a3cf42d54d47256da6e5..c8f21c7bda0d813f326497bfe9ff9784a6be97e9f1f9e20ba04055622c5b8db9 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from unittest import TestCase
 
 from hypothesis import given
index d40e2d0c03d4d6c87ab70cbcb0f991b00276d1b6d593806579b88d230781c39c..cd910b9848c67c22089fb708780f1726feaa9fa91a6439df06c2f43b6c8b5e7f 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from datetime import datetime
 from unittest import TestCase
 
index e95002ff905fb0e5093e67b6b0ef2034bee5c99fafe82fca152deaa16739af32..1ee0bfe9a87a3bcab342d8320372466adeea5a7a93db57da8c28d0cb27be0f1a 100644 (file)
@@ -1,3 +1,19 @@
+# pyac -- Python YAC implementation
+# Copyright (C) 2024-2025 Antont Rudenko <rudenko.ad@phystech.edu>
+#               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/>.
+
 from unittest import TestCase
 from uuid import UUID