aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/schema
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-02 15:10:05 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-02 15:10:05 +0100
commit2e07f33314c238e42bfadc5f39805f93ffbc622e (patch)
tree37a21bf218e4eecd25e962f894902c931681108c /bsfs/schema
parent48fd909f502d25cbe7ef7732c44734f593c6e022 (diff)
downloadbsfs-2e07f33314c238e42bfadc5f39805f93ffbc622e.tar.gz
bsfs-2e07f33314c238e42bfadc5f39805f93ffbc622e.tar.bz2
bsfs-2e07f33314c238e42bfadc5f39805f93ffbc622e.zip
removed author and license notices from individual files
Diffstat (limited to 'bsfs/schema')
-rw-r--r--bsfs/schema/__init__.py5
-rw-r--r--bsfs/schema/schema.py5
-rw-r--r--bsfs/schema/serialize.py5
-rw-r--r--bsfs/schema/types.py5
4 files changed, 0 insertions, 20 deletions
diff --git a/bsfs/schema/__init__.py b/bsfs/schema/__init__.py
index f53512e..ca2e0cd 100644
--- a/bsfs/schema/__init__.py
+++ b/bsfs/schema/__init__.py
@@ -1,9 +1,4 @@
-"""
-Part of the BlackStar filesystem (bsfs) module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import typing
diff --git a/bsfs/schema/schema.py b/bsfs/schema/schema.py
index 0de4203..c104436 100644
--- a/bsfs/schema/schema.py
+++ b/bsfs/schema/schema.py
@@ -1,9 +1,4 @@
-"""
-Part of the BlackStar filesystem (bsfs) module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
from collections import abc, namedtuple
import typing
diff --git a/bsfs/schema/serialize.py b/bsfs/schema/serialize.py
index acc009a..b05b289 100644
--- a/bsfs/schema/serialize.py
+++ b/bsfs/schema/serialize.py
@@ -1,9 +1,4 @@
-"""
-Part of the BlackStar filesystem (bsfs) module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import itertools
import typing
diff --git a/bsfs/schema/types.py b/bsfs/schema/types.py
index 12e7e94..54adffb 100644
--- a/bsfs/schema/types.py
+++ b/bsfs/schema/types.py
@@ -1,9 +1,4 @@
-"""
-Part of the BlackStar filesystem (bsfs) module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import typing