Skip to content
Snippets Groups Projects
Commit 94f86654 authored by g.luccisano's avatar g.luccisano
Browse files

added license

parent 6414f412
Branches
No related tags found
No related merge requests found
""" Copyright 2024 Giacomo Luccisano.
This file is part of Gaphor_Parser.
Gaphor_Parser 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.
Gaphor_Parser 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 Gaphor_Parser. If not, see <http://www.gnu.org/licenses/>.
"""
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
import sys import sys
from graphWriter import * from graphWriter import *
......
""" Copyright 2024 Giacomo Luccisano.
This file is part of Gaphor_Parser.
Gaphor_Parser 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.
Gaphor_Parser 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 Gaphor_Parser. If not, see <http://www.gnu.org/licenses/>.
"""
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
import os import os
import yaml import yaml
......
""" Copyright 2024 Giacomo Luccisano.
This file is part of Gaphor_Parser.
Gaphor_Parser 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.
Gaphor_Parser 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 Gaphor_Parser. If not, see <http://www.gnu.org/licenses/>.
"""
import graphviz import graphviz
def printCompSubGraph(compName: str, components: dict[str, dict[str, any]], def printCompSubGraph(compName: str, components: dict[str, dict[str, any]],
......
""" Copyright 2024 Giacomo Luccisano.
This file is part of Gaphor_Parser.
Gaphor_Parser 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.
Gaphor_Parser 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 Gaphor_Parser. If not, see <http://www.gnu.org/licenses/>.
"""
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
import sys import sys
from .parserGraphWriter import * from .parserGraphWriter import *
......
""" Copyright 2024 Giacomo Luccisano.
This file is part of Gaphor_Parser.
Gaphor_Parser 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.
Gaphor_Parser 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 Gaphor_Parser. If not, see <http://www.gnu.org/licenses/>.
"""
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
import os import os
import yaml import yaml
......
""" Copyright 2024 Giacomo Luccisano.
This file is part of Gaphor_Parser.
Gaphor_Parser 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.
Gaphor_Parser 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 Gaphor_Parser. If not, see <http://www.gnu.org/licenses/>.
"""
import graphviz import graphviz
def printCompSubGraph(compName: str, components: dict[str, dict[str, any]], def printCompSubGraph(compName: str, components: dict[str, dict[str, any]],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment