aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/query/ast/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs/query/ast/__init__.py')
-rw-r--r--bsfs/query/ast/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bsfs/query/ast/__init__.py b/bsfs/query/ast/__init__.py
index 66b097d..bceaac0 100644
--- a/bsfs/query/ast/__init__.py
+++ b/bsfs/query/ast/__init__.py
@@ -6,9 +6,6 @@ Classes beginning with an underscore (_) represent internal type hierarchies
and should not be used for parsing. Note that the AST structures do not
(and cannot) check semantic validity or consistency with a given schema.
-Part of the BlackStar filesystem (bsfs) module.
-A copy of the license is provided with the project.
-Author: Matthias Baumgartner, 2022
"""
# imports
import typing