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 /bsfs/apps/migrate.py | |
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 'bsfs/apps/migrate.py')
-rw-r--r-- | bsfs/apps/migrate.py | 5 |
1 files changed, 0 insertions, 5 deletions
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 |