From 5a4fd529869573f20b88157333872d39da56bd45 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 2 Apr 2021 16:05:26 +0200 Subject: [PATCH] filesystem: Avoid GPL header showing up in sphinx autodoc Change-Id: I1d963ae3d1511ef40d1ebcb36b0f67c40cbd6309 --- pySim/filesystem.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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