Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pymsc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
pymsc
Commits
10211c24
Commit
10211c24
authored
Jul 20, 2015
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix license and copyright
parent
3fb9e37a
Changes
44
Hide whitespace changes
Inline
Side-by-side
Showing
44 changed files
with
172 additions
and
172 deletions
+172
-172
msccore/basicmsc.py
msccore/basicmsc.py
+4
-4
msccore/datadeclaration.py
msccore/datadeclaration.py
+4
-4
msccore/io/__init__.py
msccore/io/__init__.py
+4
-4
msccore/io/mscio.py
msccore/io/mscio.py
+4
-4
msccore/msc.py
msccore/msc.py
+4
-4
msccore/msccondition.py
msccore/msccondition.py
+4
-4
msccore/mscdocument.py
msccore/mscdocument.py
+4
-4
msccore/mscelement.py
msccore/mscelement.py
+4
-4
msccore/mscevent.py
msccore/mscevent.py
+4
-4
msccore/mscinstance.py
msccore/mscinstance.py
+4
-4
msccore/mscinstancekind.py
msccore/mscinstancekind.py
+4
-4
msccore/mscmessage.py
msccore/mscmessage.py
+4
-4
msccore/mscmessagedecl.py
msccore/mscmessagedecl.py
+4
-4
msccore/msctimer.py
msccore/msctimer.py
+4
-4
mscgraphics/__init__.py
mscgraphics/__init__.py
+4
-4
mscgraphics/basicmscgraph/__init__.py
mscgraphics/basicmscgraph/__init__.py
+4
-4
mscgraphics/basicmscgraph/mscArrowHead.py
mscgraphics/basicmscgraph/mscArrowHead.py
+3
-3
mscgraphics/basicmscgraph/mscGraphBMSC.py
mscgraphics/basicmscgraph/mscGraphBMSC.py
+4
-4
mscgraphics/basicmscgraph/mscGraphBasicMSCScene.py
mscgraphics/basicmscgraph/mscGraphBasicMSCScene.py
+4
-4
mscgraphics/basicmscgraph/mscGraphCondition.py
mscgraphics/basicmscgraph/mscGraphCondition.py
+4
-4
mscgraphics/basicmscgraph/mscGraphInstance.py
mscgraphics/basicmscgraph/mscGraphInstance.py
+4
-4
mscgraphics/basicmscgraph/mscGraphMessage.py
mscgraphics/basicmscgraph/mscGraphMessage.py
+4
-4
mscgraphics/basicmscgraph/mscGraphTimer.py
mscgraphics/basicmscgraph/mscGraphTimer.py
+4
-4
mscgraphics/basicmscgraph/mscgraphevent.py
mscgraphics/basicmscgraph/mscgraphevent.py
+4
-4
mscgraphics/coretographics.py
mscgraphics/coretographics.py
+4
-4
mscgraphics/mscCornerGrabber.py
mscgraphics/mscCornerGrabber.py
+4
-4
mscgraphics/mscGraphItem.py
mscgraphics/mscGraphItem.py
+4
-4
mscgraphics/mscGraphicsView.py
mscgraphics/mscGraphicsView.py
+4
-4
mscgraphics/mscLabelable.py
mscgraphics/mscLabelable.py
+4
-4
mscgraphics/mscgraphcomment.py
mscgraphics/mscgraphcomment.py
+4
-4
mscgraphics/mscgraphtextitem.py
mscgraphics/mscgraphtextitem.py
+4
-4
mscgui/__init__.py
mscgui/__init__.py
+4
-4
mscgui/mscPropertiesWidget.py
mscgui/mscPropertiesWidget.py
+4
-4
mscgui/mscdocumentproptabwidget.py
mscgui/mscdocumentproptabwidget.py
+4
-4
mscgui/msceditorvalue.py
mscgui/msceditorvalue.py
+4
-4
mscgui/mscinstanceproptabwidget.py
mscgui/mscinstanceproptabwidget.py
+4
-4
mscgui/mscmessageproptabwidget.py
mscgui/mscmessageproptabwidget.py
+4
-4
mscgui/mscmsgdeclaredproptabwidget.py
mscgui/mscmsgdeclaredproptabwidget.py
+4
-4
mscgui/mscpropertiestabwidget.py
mscgui/mscpropertiestabwidget.py
+4
-4
mscparser/__init__.py
mscparser/__init__.py
+4
-4
mscparser/msclexer.py
mscparser/msclexer.py
+4
-4
mscparser/mscmaker.py
mscparser/mscmaker.py
+4
-4
mscparser/mscparser.py
mscparser/mscparser.py
+4
-4
setup.py
setup.py
+1
-1
No files found.
msccore/basicmsc.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
u"""
...
...
msccore/datadeclaration.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
'''
...
...
msccore/io/__init__.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
from
mscio
import
*
\ No newline at end of file
msccore/io/mscio.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
'''
...
...
msccore/msc.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
'''
...
...
msccore/msccondition.py
View file @
10211c24
...
...
@@ -6,23 +6,23 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
# Author of this module: Maxime Perrotin maxime.perrotin@esa.int
#
# Copyright (c) 2014 European Space Agency
# Copyright (c) 2014
UPM and
European Space Agency
#
#******************************************************************************
u"""
...
...
msccore/mscdocument.py
View file @
10211c24
...
...
@@ -7,22 +7,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
U"""
...
...
msccore/mscelement.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
"""
...
...
msccore/mscevent.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
import
logging
...
...
msccore/mscinstance.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
u"""
...
...
msccore/mscinstancekind.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
import
logging
...
...
msccore/mscmessage.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
u"""
...
...
msccore/mscmessagedecl.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
from
mscelement
import
MscElement
...
...
msccore/msctimer.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
u"""
...
...
mscgraphics/__init__.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
u"""
...
...
mscgraphics/basicmscgraph/__init__.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
from
mscGraphTimer
import
MscGraphTimer
...
...
mscgraphics/basicmscgraph/mscArrowHead.py
View file @
10211c24
...
...
@@ -6,16 +6,16 @@
# * This file is part of TASTE Msc Editor.
# *
# * Foobar is free software: you can redistribute it and/or modify
# * it under the terms of the GNU General Public License as published by
# * it under the terms of the GNU
Lesser
General Public License as published by
# * the Free Software Foundation, either version 3 of the License, or
# * (at your option) any later version.
# *
# * Foobar 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.
# * GNU
Lesser
General Public License for more details.
# *
# * You should have received a copy of the GNU General Public License
# * You should have received a copy of the GNU
Lesser
General Public License
# * along with TASTE Msc Editor. If not, see
# * <http://www.gnu.org/licenses/>.
# *
...
...
mscgraphics/basicmscgraph/mscGraphBMSC.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
from
PySide.QtGui
import
QGraphicsSimpleTextItem
,
QPainterPath
,
\
...
...
mscgraphics/basicmscgraph/mscGraphBasicMSCScene.py
View file @
10211c24
...
...
@@ -6,23 +6,23 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Original Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
# Maintainer: Maxime Perrotin <maxime.perrotin@esa.int>
#
# Copyright (c) 2012-2015 European Space Agency
# Copyright (c) 2012-2015
UPM and
European Space Agency
#
#******************************************************************************
import
logging
...
...
mscgraphics/basicmscgraph/mscGraphCondition.py
View file @
10211c24
...
...
@@ -6,23 +6,23 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
# Author of this module: Maxime Perrotin <maxime.perrotin@esa.int>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
from
PySide.QtGui
import
QPainterPath
,
QPen
,
QBrush
,
QColor
,
QPainter
...
...
mscgraphics/basicmscgraph/mscGraphInstance.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
from
PySide.QtGui
import
QPen
,
QGraphicsRectItem
,
QLinearGradient
,
QPainter
...
...
mscgraphics/basicmscgraph/mscGraphMessage.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
from
PySide.QtCore
import
Qt
,
QPointF
,
Slot
...
...
mscgraphics/basicmscgraph/mscGraphTimer.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
from
PySide.QtGui
import
QPainterPath
,
QMatrix
,
QPen
...
...
mscgraphics/basicmscgraph/mscgraphevent.py
View file @
10211c24
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# modify it under the terms of the GNU
Lesser
General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
Lesser
General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU
Lesser
General Public License
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>