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

@ -4,4 +4,4 @@ Adam Boduch <adam.boduch@gmail.com> adamboduch <adam.boduch@gmail.com>
Adam Boduch <adam.boduch@gmail.com> adamboduch <adam@adam-laptop.(none)>
Dan Yeaw <dan@yeaw.me> danyeaw <danyeaw@gmail.com>
Artur Wroblewski <wrobell@pld-linux.org> wrobell <wrobell@pld-linux.org>
Enno Groeper <enno@groeper-berlin.de> Enno Gröper <enno@groeper-berlin.de>
Enno Groeper <enno@groeper-berlin.de> Enno Gröper <enno@groeper-berlin.de>

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

View File

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

View File

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

View File

@ -7,16 +7,17 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# 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.
"""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,13 +6,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,13 +6,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -5,13 +5,14 @@
# This file is part of Gaphor.
#
# 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
# Foundation, either version 2 of the License, or (at your option) any later
# version.
# terms of the GNU Library General Public License as published by the Free
# Software Foundation, either version 2 of the License, or (at your option)
# any later version.
#
# 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
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# 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
# Gaphor. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU Library General Public
# along with Gaphor. If not, see <http://www.gnu.org/licenses/>.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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