aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/apps
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs/apps')
-rw-r--r--bsfs/apps/__init__.py5
-rw-r--r--bsfs/apps/init.py5
-rw-r--r--bsfs/apps/migrate.py5
3 files changed, 0 insertions, 15 deletions
diff --git a/bsfs/apps/__init__.py b/bsfs/apps/__init__.py
index a85d5db..62dc5b5 100644
--- a/bsfs/apps/__init__.py
+++ b/bsfs/apps/__init__.py
@@ -1,10 +1,5 @@
#!/usr/bin/env python3
-"""
-Part of the BlackStar filesystem (bsfs) module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import argparse
import typing
diff --git a/bsfs/apps/init.py b/bsfs/apps/init.py
index ec48525..9afbdd5 100644
--- a/bsfs/apps/init.py
+++ b/bsfs/apps/init.py
@@ -1,10 +1,5 @@
#!/usr/bin/env python3
-"""
-Part of the BlackStar filesystem (bsfs) module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import argparse
import json
diff --git a/bsfs/apps/migrate.py b/bsfs/apps/migrate.py
index cb62542..34ea2e7 100644
--- a/bsfs/apps/migrate.py
+++ b/bsfs/apps/migrate.py
@@ -1,10 +1,5 @@
#!/usr/bin/env python3
-"""
-Part of the BlackStar filesystem (bsfs) module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# imports
import argparse
import json