diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-02 15:10:05 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-02 15:10:05 +0100 |
commit | 2e07f33314c238e42bfadc5f39805f93ffbc622e (patch) | |
tree | 37a21bf218e4eecd25e962f894902c931681108c /test/schema | |
parent | 48fd909f502d25cbe7ef7732c44734f593c6e022 (diff) | |
download | bsfs-2e07f33314c238e42bfadc5f39805f93ffbc622e.tar.gz bsfs-2e07f33314c238e42bfadc5f39805f93ffbc622e.tar.bz2 bsfs-2e07f33314c238e42bfadc5f39805f93ffbc622e.zip |
removed author and license notices from individual files
Diffstat (limited to 'test/schema')
-rw-r--r-- | test/schema/test_schema.py | 5 | ||||
-rw-r--r-- | test/schema/test_serialize.py | 5 | ||||
-rw-r--r-- | test/schema/test_types.py | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/test/schema/test_schema.py b/test/schema/test_schema.py index 414e542..f9ddb68 100644 --- a/test/schema/test_schema.py +++ b/test/schema/test_schema.py @@ -1,9 +1,4 @@ -""" -Part of the tagit test suite. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2022 -""" # imports import operator import unittest diff --git a/test/schema/test_serialize.py b/test/schema/test_serialize.py index fc6b20a..84512e9 100644 --- a/test/schema/test_serialize.py +++ b/test/schema/test_serialize.py @@ -1,9 +1,4 @@ -""" -Part of the tagit test suite. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2022 -""" # imports import re import unittest diff --git a/test/schema/test_types.py b/test/schema/test_types.py index c5895d2..f87d857 100644 --- a/test/schema/test_types.py +++ b/test/schema/test_types.py @@ -1,9 +1,4 @@ -""" -Part of the tagit test suite. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2022 -""" # imports import operator import unittest |