From e686d14ff4cd3f3af41c6624c7029da4a0710a7b Mon Sep 17 00:00:00 2001 From: "g.luccisano" <giacomo.luccisano@isae-supaero.fr> Date: Fri, 1 Mar 2024 16:41:10 +0100 Subject: [PATCH] added license --- gaphor_parser/functionsDB.py | 8 ++++---- gaphor_parser/gaphorParser.py | 8 ++++---- gaphor_parser/graphWriter.py | 8 ++++---- .../dependencies/gaphor_parser/parserFunctionsDB.py | 8 ++++---- .../dependencies/gaphor_parser/parserGaphorMain.py | 8 ++++---- .../dependencies/gaphor_parser/parserGraphWriter.py | 8 ++++---- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/gaphor_parser/functionsDB.py b/gaphor_parser/functionsDB.py index 95f59e7..5541750 100644 --- a/gaphor_parser/functionsDB.py +++ b/gaphor_parser/functionsDB.py @@ -1,19 +1,19 @@ """ Copyright 2024 Giacomo Luccisano. -This file is part of Gaphor_Parser. +This file is part of Gaphor_UML_CubeSat_Stereotypes_Parser. -Gaphor_Parser is free software: you can redistribute it and/or modify +Gaphor_UML_CubeSat_Stereotypes_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, +Gaphor_UML_CubeSat_Stereotypes_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/>. +along with Gaphor_UML_CubeSat_Stereotypes_Parser. If not, see <http://www.gnu.org/licenses/>. """ diff --git a/gaphor_parser/gaphorParser.py b/gaphor_parser/gaphorParser.py index 94a5891..0d165ce 100644 --- a/gaphor_parser/gaphorParser.py +++ b/gaphor_parser/gaphorParser.py @@ -1,19 +1,19 @@ """ Copyright 2024 Giacomo Luccisano. -This file is part of Gaphor_Parser. +This file is part of Gaphor_UML_CubeSat_Stereotypes_Parser. -Gaphor_Parser is free software: you can redistribute it and/or modify +Gaphor_UML_CubeSat_Stereotypes_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, +Gaphor_UML_CubeSat_Stereotypes_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/>. +along with Gaphor_UML_CubeSat_Stereotypes_Parser. If not, see <http://www.gnu.org/licenses/>. """ diff --git a/gaphor_parser/graphWriter.py b/gaphor_parser/graphWriter.py index 83f2be9..06064b7 100644 --- a/gaphor_parser/graphWriter.py +++ b/gaphor_parser/graphWriter.py @@ -1,19 +1,19 @@ """ Copyright 2024 Giacomo Luccisano. -This file is part of Gaphor_Parser. +This file is part of Gaphor_UML_CubeSat_Stereotypes_Parser. -Gaphor_Parser is free software: you can redistribute it and/or modify +Gaphor_UML_CubeSat_Stereotypes_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, +Gaphor_UML_CubeSat_Stereotypes_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/>. +along with Gaphor_UML_CubeSat_Stereotypes_Parser. If not, see <http://www.gnu.org/licenses/>. """ import graphviz diff --git a/python_scripts/dependencies/gaphor_parser/parserFunctionsDB.py b/python_scripts/dependencies/gaphor_parser/parserFunctionsDB.py index 305a00e..bf3e5f1 100644 --- a/python_scripts/dependencies/gaphor_parser/parserFunctionsDB.py +++ b/python_scripts/dependencies/gaphor_parser/parserFunctionsDB.py @@ -1,19 +1,19 @@ """ Copyright 2024 Giacomo Luccisano. -This file is part of Gaphor_Parser. +This file is part of Gaphor_UML_CubeSat_Stereotypes_Parser. -Gaphor_Parser is free software: you can redistribute it and/or modify +Gaphor_UML_CubeSat_Stereotypes_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, +Gaphor_UML_CubeSat_Stereotypes_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/>. +along with Gaphor_UML_CubeSat_Stereotypes_Parser. If not, see <http://www.gnu.org/licenses/>. """ import xml.etree.ElementTree as ET diff --git a/python_scripts/dependencies/gaphor_parser/parserGaphorMain.py b/python_scripts/dependencies/gaphor_parser/parserGaphorMain.py index 40b635d..870d34e 100644 --- a/python_scripts/dependencies/gaphor_parser/parserGaphorMain.py +++ b/python_scripts/dependencies/gaphor_parser/parserGaphorMain.py @@ -1,19 +1,19 @@ """ Copyright 2024 Giacomo Luccisano. -This file is part of Gaphor_Parser. +This file is part of Gaphor_UML_CubeSat_Stereotypes_Parser. -Gaphor_Parser is free software: you can redistribute it and/or modify +Gaphor_UML_CubeSat_Stereotypes_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, +Gaphor_UML_CubeSat_Stereotypes_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/>. +along with Gaphor_UML_CubeSat_Stereotypes_Parser. If not, see <http://www.gnu.org/licenses/>. """ import xml.etree.ElementTree as ET diff --git a/python_scripts/dependencies/gaphor_parser/parserGraphWriter.py b/python_scripts/dependencies/gaphor_parser/parserGraphWriter.py index 83f2be9..06064b7 100644 --- a/python_scripts/dependencies/gaphor_parser/parserGraphWriter.py +++ b/python_scripts/dependencies/gaphor_parser/parserGraphWriter.py @@ -1,19 +1,19 @@ """ Copyright 2024 Giacomo Luccisano. -This file is part of Gaphor_Parser. +This file is part of Gaphor_UML_CubeSat_Stereotypes_Parser. -Gaphor_Parser is free software: you can redistribute it and/or modify +Gaphor_UML_CubeSat_Stereotypes_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, +Gaphor_UML_CubeSat_Stereotypes_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/>. +along with Gaphor_UML_CubeSat_Stereotypes_Parser. If not, see <http://www.gnu.org/licenses/>. """ import graphviz -- GitLab