diff --git a/pySim/filesystem.py b/pySim/filesystem.py index d1a7b515..3d032a9d 100644 --- a/pySim/filesystem.py +++ b/pySim/filesystem.py @@ -7,23 +7,23 @@ entries, further sub-divided into the EF sub-types Transparent, Linear Fixed, et The classes are intended to represent the *specification* of the filesystem, not the actual contents / runtime state of interacting with a given smart card. - -(C) 2021 by Harald Welte - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . """ +# (C) 2021 by Harald Welte +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + import code import json