From e5a6da24a32ff4247ade2d7dcd58530c282a90b3 Mon Sep 17 00:00:00 2001 From: Alessandro Berti Date: Wed, 27 Mar 2024 12:55:30 +0100 Subject: [PATCH] docs(pm4py): added missing license headers --- .../importer/jsonocel/variants/ocel20_rustxes.py | 16 ++++++++++++++++ .../importer/xmlocel/variants/ocel20_rustxes.py | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/pm4py/objects/ocel/importer/jsonocel/variants/ocel20_rustxes.py b/pm4py/objects/ocel/importer/jsonocel/variants/ocel20_rustxes.py index 1f46387a5..f1af4f4df 100644 --- a/pm4py/objects/ocel/importer/jsonocel/variants/ocel20_rustxes.py +++ b/pm4py/objects/ocel/importer/jsonocel/variants/ocel20_rustxes.py @@ -1,3 +1,19 @@ +''' + This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de). + + PM4Py 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 3 of the License, or + (at your option) any later version. + + PM4Py 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 PM4Py. If not, see . +''' from typing import Optional, Dict, Any from pm4py.objects.ocel.obj import OCEL diff --git a/pm4py/objects/ocel/importer/xmlocel/variants/ocel20_rustxes.py b/pm4py/objects/ocel/importer/xmlocel/variants/ocel20_rustxes.py index c0855365e..ee25c27e2 100644 --- a/pm4py/objects/ocel/importer/xmlocel/variants/ocel20_rustxes.py +++ b/pm4py/objects/ocel/importer/xmlocel/variants/ocel20_rustxes.py @@ -1,3 +1,19 @@ +''' + This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de). + + PM4Py 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 3 of the License, or + (at your option) any later version. + + PM4Py 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 PM4Py. If not, see . +''' from typing import Optional, Dict, Any from pm4py.objects.ocel.obj import OCEL