aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/apps
diff options
context:
space:
mode:
Diffstat (limited to 'bsie/apps')
-rw-r--r--bsie/apps/__init__.py4
-rw-r--r--bsie/apps/_loader.py5
-rw-r--r--bsie/apps/index.py5
-rw-r--r--bsie/apps/info.py5
4 files changed, 0 insertions, 19 deletions
diff --git a/bsie/apps/__init__.py b/bsie/apps/__init__.py
index 4c852a9..cec8f84 100644
--- a/bsie/apps/__init__.py
+++ b/bsie/apps/__init__.py
@@ -1,9 +1,5 @@
#!/usr/bin/env python3
"""BSIE tools.
-
-Part of the bsie module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
"""
# standard imports
import argparse
diff --git a/bsie/apps/_loader.py b/bsie/apps/_loader.py
index e02bed5..36dd8a6 100644
--- a/bsie/apps/_loader.py
+++ b/bsie/apps/_loader.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import typing
diff --git a/bsie/apps/index.py b/bsie/apps/index.py
index 2d147c9..d64e8c2 100644
--- a/bsie/apps/index.py
+++ b/bsie/apps/index.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import argparse
import os
diff --git a/bsie/apps/info.py b/bsie/apps/info.py
index 363ab30..e27b70b 100644
--- a/bsie/apps/info.py
+++ b/bsie/apps/info.py
@@ -1,9 +1,4 @@
-"""
-Part of the bsie module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
-"""
# standard imports
import argparse
import os