Correct wrong short license on each source file

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2018-01-13 18:33:49 -05:00
parent daf01c6b9d
commit 385d249b7a
269 changed files with 2143 additions and 1876 deletions

View File

@ -9,18 +9,18 @@ ignored: LICENSE.txt | README.rst | .update-copyright.conf | .git* | *.md | *.tx
pyfile: /home/dan/Code/update-copyright-0.6.2/update_copyright/license.py pyfile: /home/dan/Code/update-copyright-0.6.2/update_copyright/license.py
[copyright] [copyright]
short: {project} comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License. short: {project} comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU Library General Public License.
long: This file is part of {project}. long: This file is part of {project}.
{project} is free software: you can redistribute it and/or modify {project} 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 Library General Public License
the Free Software Foundation, either version 2 of the License, or as published by the Free Software Foundation, either version 2 of
(at your option) any later version. the License, or (at your option) any later version.
{project} is distributed in the hope that it will be useful, {project} is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU Library 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 General Public License
along with {project}. If not, see <http://www.gnu.org/licenses/>. along with {project}. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
"""This script list classes and optionally attributes from UML model created with Gaphor.""" """This script list classes and optionally attributes from UML model created with Gaphor."""
from __future__ import absolute_import from __future__ import absolute_import

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
#from gaphor.UML.collection import collection #from gaphor.UML.collection import collection

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
1:n and n:m relations in the data model are saved using a collection. 1:n and n:m relations in the data model are saved using a collection.
""" """

View File

@ -9,16 +9,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
"""This module contains a model element Diagram which is the abstract """This module contains a model element Diagram which is the abstract
representation of a UML diagram. Diagrams can be visualized and edited. representation of a UML diagram. Diagrams can be visualized and edited.

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Base class for UML model elements. Base class for UML model elements.
""" """

View File

@ -9,16 +9,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Factory for and registration of model elements. Factory for and registration of model elements.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
"""The core UML metamodel events.""" """The core UML metamodel events."""
from __future__ import absolute_import from __future__ import absolute_import

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
UML events emited on a change in the data model. UML events emited on a change in the data model.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
UML model support functions. UML model support functions.

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Properties used to create the UML 2.0 data model. Properties used to create the UML 2.0 data model.

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test if the collection's list supports all trickery. Test if the collection's list supports all trickery.
""" """

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
import unittest import unittest
from gaphor.UML import interfaces from gaphor.UML import interfaces

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
from gaphor.UML import uml2, modelfactory, elementfactory from gaphor.UML import uml2, modelfactory, elementfactory
from gaphor.UML.modelfactory import STEREOTYPE_FMT as fmt from gaphor.UML.modelfactory import STEREOTYPE_FMT as fmt

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
import unittest import unittest
from zope import component from zope import component

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
from __future__ import print_function from __future__ import print_function
import unittest import unittest

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Formatting of UML model elements into text tests. Formatting of UML model elements into text tests.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Parsing of UML model elements from string tests. Parsing of UML model elements from string tests.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Formatting of UML elements like attributes, operations, stereotypes, etc. Formatting of UML elements like attributes, operations, stereotypes, etc.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Lexical analizer for attributes and operations. Lexical analizer for attributes and operations.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
This module allows Gaphor to be launched from the command line. This module allows Gaphor to be launched from the command line.
The main() function sets up the command-line options and arguments and The main() function sets up the command-line options and arguments and

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Support for actions in generic files. Support for actions in generic files.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
import gaphor.adapters.connectors import gaphor.adapters.connectors
import gaphor.adapters.editors import gaphor.adapters.editors

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Flow item adapter connections. Flow item adapter connections.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Activity partition property page. Activity partition property page.
""" """

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Flow item connection adapters tests. Flow item connection adapters tests.
""" """

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Classes related (dependency, implementation) adapter connections. Classes related (dependency, implementation) adapter connections.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Interface item related connections. Interface item related connections.

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Classes related adapter connection tests. Classes related adapter connection tests.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test implementation (interface realization) item connectors. Test implementation (interface realization) item connectors.
""" """

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test connections to folded interface. Test connections to folded interface.
""" """

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Connector connections. Connector connections.

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test connector item connectors. Test connector item connectors.
""" """

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Connector adapters. Connector adapters.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Adapters Adapters
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Grouping functionality allows to nest one item within another item (parent Grouping functionality allows to nest one item within another item (parent
item). This is useful in several use cases item). This is useful in several use cases

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Message item connection adapters. Message item connection adapters.
""" """

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Message connection adapter tests. Message connection adapter tests.
""" """

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
from gaphor.adapters.connectors import RelationshipConnect from gaphor.adapters.connectors import RelationshipConnect
from zope import interface, component from zope import interface, component

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Metaclass item editors. Metaclass item editors.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Stereotype property page. Stereotype property page.
""" """

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Extension item connection adapter tests. Extension item connection adapter tests.
""" """

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
from gaphor.tests import TestCase from gaphor.tests import TestCase
from gaphor.adapters.profiles.metaclasseditor import MetaclassNameEditor from gaphor.adapters.profiles.metaclasseditor import MetaclassNameEditor

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Adapters for the Property Editor. Adapters for the Property Editor.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
This module is not yet ready to be used for adapters. This module is not yet ready to be used for adapters.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
from . import propertypages from . import propertypages
from . import vertexconnect from . import vertexconnect

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
State items property pages. State items property pages.

View File

@ -6,13 +6,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test transition item and state vertices connections. Test transition item and state vertices connections.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Connection between two state machine vertices (state, pseudostate) using Connection between two state machine vertices (state, pseudostate) using
transition. transition.

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Comment and comment line items connection adapters tests. Comment and comment line items connection adapters tests.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test Item connections. Test Item connections.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
import gtk import gtk

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Tests for grouping functionality in Gaphor. Tests for grouping functionality in Gaphor.
""" """

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test extend item connections. Test extend item connections.
""" """

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test include item connections. Test include item connections.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Use cases related connection adapters. Use cases related connection adapters.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
The Application object. One application should be available. The Application object. One application should be available.

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
The Core module provides an entry point for Gaphor's core constructs. The Core module provides an entry point for Gaphor's core constructs.

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
The diagram package contains items (to be drawn on the diagram), tools The diagram package contains items (to be drawn on the diagram), tools
(used for interacting with the diagram) and interfaces (used for adapting the (used for interacting with the diagram) and interfaces (used for adapting the

View File

@ -6,13 +6,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Action diagram item. Action diagram item.
""" """

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Control flow and object flow implementation. Control flow and object flow implementation.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Activity Partition item. Activity Partition item.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test actions. Test actions.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
from gaphor.UML import uml2 from gaphor.UML import uml2
from gaphor.diagram import items from gaphor.diagram import items

View File

@ -9,16 +9,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Activity control nodes. Activity control nodes.
""" """

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Actor item classes. Actor item classes.
""" """

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Artifact item. Artifact item.
""" """

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Association item - graphical representation of an association. Association item - graphical representation of an association.

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Common dependencies like dependency, usage, implementation and realization. Common dependencies like dependency, usage, implementation and realization.

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Generalization -- Generalization --
""" """

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Implementation of interface. Implementation of interface.
""" """

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Interface item implementation. There are several notations supported Interface item implementation. There are several notations supported

View File

@ -10,16 +10,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
"""This module defines two visualization items - OperationItem and ClassItem.""" """This module defines two visualization items - OperationItem and ClassItem."""
from __future__ import absolute_import from __future__ import absolute_import

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Package diagram item. Package diagram item.
""" """

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Unit tests for AssociationItem. Unit tests for AssociationItem.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test classes. Test classes.
""" """

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import from __future__ import absolute_import
from gaphor.UML import uml2, umllex from gaphor.UML import uml2, umllex

View File

@ -6,16 +6,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Test classes. Test classes.
""" """

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Classifier diagram item. Classifier diagram item.
""" """

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
CommentItem diagram item CommentItem diagram item
""" """

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
CommentLine -- A line that connects a comment to another model element. CommentLine -- A line that connects a comment to another model element.

View File

@ -8,16 +8,17 @@
# This file is part of Gaphor. # This file is part of Gaphor.
# #
# Gaphor is free software: you can redistribute it and/or modify it under the # Gaphor 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 # terms of the GNU Library General Public License as published by the Free
# Foundation, either version 2 of the License, or (at your option) any later # Software Foundation, either version 2 of the License, or (at your option)
# version. # any later version.
# #
# Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY # Gaphor is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. # FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
# more details.
# #
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU Library General Public
# Gaphor. If not, see <http://www.gnu.org/licenses/>. # along with Gaphor. If not, see <http://www.gnu.org/licenses/>.
""" """
Diagram item with compartments. Diagram item with compartments.
""" """

Some files were not shown because too many files have changed in this diff Show More