diff --git a/.mailmap b/.mailmap index 13a76da70..fe6e06d38 100644 --- a/.mailmap +++ b/.mailmap @@ -4,4 +4,4 @@ Adam Boduch adamboduch Adam Boduch adamboduch Dan Yeaw danyeaw Artur Wroblewski wrobell -Enno Groeper Enno Gröper \ No newline at end of file +Enno Groeper Enno Gröper diff --git a/.update-copyright.conf b/.update-copyright.conf index 248c53afc..e026792be 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -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 . diff --git a/examples/list_classes.py b/examples/list_classes.py index 130ff0762..6ca474181 100644 --- a/examples/list_classes.py +++ b/examples/list_classes.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """This script list classes and optionally attributes from UML model created with Gaphor.""" from __future__ import absolute_import diff --git a/gaphor/UML/__init__.py b/gaphor/UML/__init__.py index 87f8433b4..56bbf17ff 100644 --- a/gaphor/UML/__init__.py +++ b/gaphor/UML/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import #from gaphor.UML.collection import collection diff --git a/gaphor/UML/collection.py b/gaphor/UML/collection.py index 15af0bf87..681297287 100644 --- a/gaphor/UML/collection.py +++ b/gaphor/UML/collection.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ 1:n and n:m relations in the data model are saved using a collection. """ diff --git a/gaphor/UML/diagram.py b/gaphor/UML/diagram.py index 2172e0c40..57fbac35f 100644 --- a/gaphor/UML/diagram.py +++ b/gaphor/UML/diagram.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """This module contains a model element Diagram which is the abstract representation of a UML diagram. Diagrams can be visualized and edited. diff --git a/gaphor/UML/element.py b/gaphor/UML/element.py index 2d5827401..e7a90e63a 100644 --- a/gaphor/UML/element.py +++ b/gaphor/UML/element.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Base class for UML model elements. """ diff --git a/gaphor/UML/elementfactory.py b/gaphor/UML/elementfactory.py index 355f87b3a..d822d625d 100644 --- a/gaphor/UML/elementfactory.py +++ b/gaphor/UML/elementfactory.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Factory for and registration of model elements. """ diff --git a/gaphor/UML/event.py b/gaphor/UML/event.py index 5eb42d5de..50799c2e5 100644 --- a/gaphor/UML/event.py +++ b/gaphor/UML/event.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """The core UML metamodel events.""" from __future__ import absolute_import diff --git a/gaphor/UML/interfaces.py b/gaphor/UML/interfaces.py index 56802467d..dfc837533 100644 --- a/gaphor/UML/interfaces.py +++ b/gaphor/UML/interfaces.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ UML events emited on a change in the data model. """ diff --git a/gaphor/UML/modelfactory.py b/gaphor/UML/modelfactory.py index 790afd3c0..391530fca 100644 --- a/gaphor/UML/modelfactory.py +++ b/gaphor/UML/modelfactory.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ UML model support functions. diff --git a/gaphor/UML/properties.py b/gaphor/UML/properties.py index d12dcefe8..bef21ab54 100644 --- a/gaphor/UML/properties.py +++ b/gaphor/UML/properties.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Properties used to create the UML 2.0 data model. diff --git a/gaphor/UML/tests/__init__.py b/gaphor/UML/tests/__init__.py index 5e31d093e..4e7637f3f 100644 --- a/gaphor/UML/tests/__init__.py +++ b/gaphor/UML/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/UML/tests/test_collection.py b/gaphor/UML/tests/test_collection.py index 456bcdbc2..c5f249fa2 100644 --- a/gaphor/UML/tests/test_collection.py +++ b/gaphor/UML/tests/test_collection.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test if the collection's list supports all trickery. """ diff --git a/gaphor/UML/tests/test_elementfactory.py b/gaphor/UML/tests/test_elementfactory.py index c8e29a7c8..309a1d9bf 100644 --- a/gaphor/UML/tests/test_elementfactory.py +++ b/gaphor/UML/tests/test_elementfactory.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import unittest from gaphor.UML import interfaces diff --git a/gaphor/UML/tests/test_modelfactory.py b/gaphor/UML/tests/test_modelfactory.py index 77243b4eb..32f1f3d66 100644 --- a/gaphor/UML/tests/test_modelfactory.py +++ b/gaphor/UML/tests/test_modelfactory.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2, modelfactory, elementfactory from gaphor.UML.modelfactory import STEREOTYPE_FMT as fmt diff --git a/gaphor/UML/tests/test_properties.py b/gaphor/UML/tests/test_properties.py index 1af1692d5..7d88f9f06 100644 --- a/gaphor/UML/tests/test_properties.py +++ b/gaphor/UML/tests/test_properties.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import unittest from zope import component diff --git a/gaphor/UML/tests/test_uml2.py b/gaphor/UML/tests/test_uml2.py index 03bfec305..45690eb61 100644 --- a/gaphor/UML/tests/test_uml2.py +++ b/gaphor/UML/tests/test_uml2.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from __future__ import print_function import unittest diff --git a/gaphor/UML/tests/test_umlfmt.py b/gaphor/UML/tests/test_umlfmt.py index 15678eb47..c45bba15d 100644 --- a/gaphor/UML/tests/test_umlfmt.py +++ b/gaphor/UML/tests/test_umlfmt.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Formatting of UML model elements into text tests. """ diff --git a/gaphor/UML/tests/test_umllex.py b/gaphor/UML/tests/test_umllex.py index 97b91d4d5..b61efba27 100644 --- a/gaphor/UML/tests/test_umllex.py +++ b/gaphor/UML/tests/test_umllex.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Parsing of UML model elements from string tests. """ diff --git a/gaphor/UML/umlfmt.py b/gaphor/UML/umlfmt.py index dfb44f4a6..f42ee1525 100644 --- a/gaphor/UML/umlfmt.py +++ b/gaphor/UML/umlfmt.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Formatting of UML elements like attributes, operations, stereotypes, etc. """ diff --git a/gaphor/UML/umllex.py b/gaphor/UML/umllex.py index cc5e40a7b..062c0b28b 100644 --- a/gaphor/UML/umllex.py +++ b/gaphor/UML/umllex.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Lexical analizer for attributes and operations. diff --git a/gaphor/__init__.py b/gaphor/__init__.py index bab34a3e3..4b8f273de 100644 --- a/gaphor/__init__.py +++ b/gaphor/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This module allows Gaphor to be launched from the command line. The main() function sets up the command-line options and arguments and diff --git a/gaphor/action.py b/gaphor/action.py index 5ea3b4f89..dafd97a3f 100644 --- a/gaphor/action.py +++ b/gaphor/action.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Support for actions in generic files. diff --git a/gaphor/adapters/__init__.py b/gaphor/adapters/__init__.py index f1e800625..5bfc15fd4 100644 --- a/gaphor/adapters/__init__.py +++ b/gaphor/adapters/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import gaphor.adapters.connectors import gaphor.adapters.editors diff --git a/gaphor/adapters/actions/__init__.py b/gaphor/adapters/actions/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/actions/__init__.py +++ b/gaphor/adapters/actions/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/actions/flowconnect.py b/gaphor/adapters/actions/flowconnect.py index 481d021dd..abe8f6f6c 100644 --- a/gaphor/adapters/actions/flowconnect.py +++ b/gaphor/adapters/actions/flowconnect.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Flow item adapter connections. """ diff --git a/gaphor/adapters/actions/partitionpage.py b/gaphor/adapters/actions/partitionpage.py index 502eabfd7..7566fb933 100644 --- a/gaphor/adapters/actions/partitionpage.py +++ b/gaphor/adapters/actions/partitionpage.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Activity partition property page. """ diff --git a/gaphor/adapters/actions/tests/__init__.py b/gaphor/adapters/actions/tests/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/actions/tests/__init__.py +++ b/gaphor/adapters/actions/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/actions/tests/test_flow.py b/gaphor/adapters/actions/tests/test_flow.py index 8b903d742..41e328a0d 100644 --- a/gaphor/adapters/actions/tests/test_flow.py +++ b/gaphor/adapters/actions/tests/test_flow.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Flow item connection adapters tests. """ diff --git a/gaphor/adapters/classes/__init__.py b/gaphor/adapters/classes/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/classes/__init__.py +++ b/gaphor/adapters/classes/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/classes/classconnect.py b/gaphor/adapters/classes/classconnect.py index 51fcdf837..4c014c710 100644 --- a/gaphor/adapters/classes/classconnect.py +++ b/gaphor/adapters/classes/classconnect.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Classes related (dependency, implementation) adapter connections. """ diff --git a/gaphor/adapters/classes/interfaceconnect.py b/gaphor/adapters/classes/interfaceconnect.py index 00bdea741..d0687f5bf 100644 --- a/gaphor/adapters/classes/interfaceconnect.py +++ b/gaphor/adapters/classes/interfaceconnect.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Interface item related connections. diff --git a/gaphor/adapters/classes/tests/__init__.py b/gaphor/adapters/classes/tests/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/classes/tests/__init__.py +++ b/gaphor/adapters/classes/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/classes/tests/test_class.py b/gaphor/adapters/classes/tests/test_class.py index 239869898..f40709c5c 100644 --- a/gaphor/adapters/classes/tests/test_class.py +++ b/gaphor/adapters/classes/tests/test_class.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Classes related adapter connection tests. """ diff --git a/gaphor/adapters/classes/tests/test_implementation.py b/gaphor/adapters/classes/tests/test_implementation.py index 2c170d900..c13981e11 100644 --- a/gaphor/adapters/classes/tests/test_implementation.py +++ b/gaphor/adapters/classes/tests/test_implementation.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test implementation (interface realization) item connectors. """ diff --git a/gaphor/adapters/classes/tests/test_interfaceconnect.py b/gaphor/adapters/classes/tests/test_interfaceconnect.py index 04e77f8ba..999b46a18 100644 --- a/gaphor/adapters/classes/tests/test_interfaceconnect.py +++ b/gaphor/adapters/classes/tests/test_interfaceconnect.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test connections to folded interface. """ diff --git a/gaphor/adapters/components/__init__.py b/gaphor/adapters/components/__init__.py index cd3dcc957..fba964105 100644 --- a/gaphor/adapters/components/__init__.py +++ b/gaphor/adapters/components/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/components/connectorconnect.py b/gaphor/adapters/components/connectorconnect.py index b636a4c76..25c5b6d09 100644 --- a/gaphor/adapters/components/connectorconnect.py +++ b/gaphor/adapters/components/connectorconnect.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Connector connections. diff --git a/gaphor/adapters/components/tests/__init__.py b/gaphor/adapters/components/tests/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/components/tests/__init__.py +++ b/gaphor/adapters/components/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/components/tests/test_connector.py b/gaphor/adapters/components/tests/test_connector.py index 3f3d80c46..a19ac6427 100644 --- a/gaphor/adapters/components/tests/test_connector.py +++ b/gaphor/adapters/components/tests/test_connector.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test connector item connectors. """ diff --git a/gaphor/adapters/connectors.py b/gaphor/adapters/connectors.py index e15d47c78..c79cad04b 100644 --- a/gaphor/adapters/connectors.py +++ b/gaphor/adapters/connectors.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Connector adapters. diff --git a/gaphor/adapters/editors.py b/gaphor/adapters/editors.py index dae2dc038..83a2293ad 100644 --- a/gaphor/adapters/editors.py +++ b/gaphor/adapters/editors.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Adapters """ diff --git a/gaphor/adapters/grouping.py b/gaphor/adapters/grouping.py index d7bd0aec1..19d46875b 100644 --- a/gaphor/adapters/grouping.py +++ b/gaphor/adapters/grouping.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Grouping functionality allows to nest one item within another item (parent item). This is useful in several use cases diff --git a/gaphor/adapters/interactions/__init__.py b/gaphor/adapters/interactions/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/interactions/__init__.py +++ b/gaphor/adapters/interactions/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/interactions/messageconnect.py b/gaphor/adapters/interactions/messageconnect.py index 4930b36b9..22289922b 100644 --- a/gaphor/adapters/interactions/messageconnect.py +++ b/gaphor/adapters/interactions/messageconnect.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Message item connection adapters. """ diff --git a/gaphor/adapters/interactions/tests/__init__.py b/gaphor/adapters/interactions/tests/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/interactions/tests/__init__.py +++ b/gaphor/adapters/interactions/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/interactions/tests/test_message.py b/gaphor/adapters/interactions/tests/test_message.py index 6f77dd394..1a6f87102 100644 --- a/gaphor/adapters/interactions/tests/test_message.py +++ b/gaphor/adapters/interactions/tests/test_message.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Message connection adapter tests. """ diff --git a/gaphor/adapters/profiles/__init__.py b/gaphor/adapters/profiles/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/profiles/__init__.py +++ b/gaphor/adapters/profiles/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/profiles/extensionconnect.py b/gaphor/adapters/profiles/extensionconnect.py index e723ac41c..fbc389fcc 100644 --- a/gaphor/adapters/profiles/extensionconnect.py +++ b/gaphor/adapters/profiles/extensionconnect.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.adapters.connectors import RelationshipConnect from zope import interface, component diff --git a/gaphor/adapters/profiles/metaclasseditor.py b/gaphor/adapters/profiles/metaclasseditor.py index 0b21deeb3..deb484e94 100644 --- a/gaphor/adapters/profiles/metaclasseditor.py +++ b/gaphor/adapters/profiles/metaclasseditor.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Metaclass item editors. """ diff --git a/gaphor/adapters/profiles/stereotypespage.py b/gaphor/adapters/profiles/stereotypespage.py index 7b18f214c..f650bd834 100644 --- a/gaphor/adapters/profiles/stereotypespage.py +++ b/gaphor/adapters/profiles/stereotypespage.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Stereotype property page. """ diff --git a/gaphor/adapters/profiles/tests/__init__.py b/gaphor/adapters/profiles/tests/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/profiles/tests/__init__.py +++ b/gaphor/adapters/profiles/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/profiles/tests/test_extension.py b/gaphor/adapters/profiles/tests/test_extension.py index 4f96ae597..7a103418f 100644 --- a/gaphor/adapters/profiles/tests/test_extension.py +++ b/gaphor/adapters/profiles/tests/test_extension.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Extension item connection adapter tests. """ diff --git a/gaphor/adapters/profiles/tests/test_metaclasseditor.py b/gaphor/adapters/profiles/tests/test_metaclasseditor.py index e5844ddd0..2506af655 100644 --- a/gaphor/adapters/profiles/tests/test_metaclasseditor.py +++ b/gaphor/adapters/profiles/tests/test_metaclasseditor.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.tests import TestCase from gaphor.adapters.profiles.metaclasseditor import MetaclassNameEditor diff --git a/gaphor/adapters/propertypages.py b/gaphor/adapters/propertypages.py index 35a1cb4df..7ac5eccbd 100644 --- a/gaphor/adapters/propertypages.py +++ b/gaphor/adapters/propertypages.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Adapters for the Property Editor. diff --git a/gaphor/adapters/relationships.py b/gaphor/adapters/relationships.py index e10be7594..5bf290ee3 100644 --- a/gaphor/adapters/relationships.py +++ b/gaphor/adapters/relationships.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This module is not yet ready to be used for adapters. diff --git a/gaphor/adapters/states/__init__.py b/gaphor/adapters/states/__init__.py index 170c5b555..cb529b523 100644 --- a/gaphor/adapters/states/__init__.py +++ b/gaphor/adapters/states/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from . import propertypages from . import vertexconnect diff --git a/gaphor/adapters/states/propertypages.py b/gaphor/adapters/states/propertypages.py index a645c4805..6a71ec3b9 100644 --- a/gaphor/adapters/states/propertypages.py +++ b/gaphor/adapters/states/propertypages.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ State items property pages. diff --git a/gaphor/adapters/states/tests/__init__.py b/gaphor/adapters/states/tests/__init__.py index 3a7afb102..a15674845 100644 --- a/gaphor/adapters/states/tests/__init__.py +++ b/gaphor/adapters/states/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/states/tests/test_transition_connect.py b/gaphor/adapters/states/tests/test_transition_connect.py index 3c54208db..303b08b3e 100644 --- a/gaphor/adapters/states/tests/test_transition_connect.py +++ b/gaphor/adapters/states/tests/test_transition_connect.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test transition item and state vertices connections. """ diff --git a/gaphor/adapters/states/vertexconnect.py b/gaphor/adapters/states/vertexconnect.py index ed07fdcd0..b60e3b580 100644 --- a/gaphor/adapters/states/vertexconnect.py +++ b/gaphor/adapters/states/vertexconnect.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Connection between two state machine vertices (state, pseudostate) using transition. diff --git a/gaphor/adapters/tests/__init__.py b/gaphor/adapters/tests/__init__.py index 5e31d093e..4e7637f3f 100644 --- a/gaphor/adapters/tests/__init__.py +++ b/gaphor/adapters/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/tests/test_comment.py b/gaphor/adapters/tests/test_comment.py index bf13c3063..b28bbea1f 100644 --- a/gaphor/adapters/tests/test_comment.py +++ b/gaphor/adapters/tests/test_comment.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Comment and comment line items connection adapters tests. """ diff --git a/gaphor/adapters/tests/test_connector.py b/gaphor/adapters/tests/test_connector.py index 020307510..c76e365f0 100644 --- a/gaphor/adapters/tests/test_connector.py +++ b/gaphor/adapters/tests/test_connector.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test Item connections. """ diff --git a/gaphor/adapters/tests/test_editor.py b/gaphor/adapters/tests/test_editor.py index 8d42a2123..23dbbcafa 100644 --- a/gaphor/adapters/tests/test_editor.py +++ b/gaphor/adapters/tests/test_editor.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import gtk diff --git a/gaphor/adapters/tests/test_grouping.py b/gaphor/adapters/tests/test_grouping.py index e421ac2e1..b74257ddf 100644 --- a/gaphor/adapters/tests/test_grouping.py +++ b/gaphor/adapters/tests/test_grouping.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Tests for grouping functionality in Gaphor. """ diff --git a/gaphor/adapters/usecases/__init__.py b/gaphor/adapters/usecases/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/usecases/__init__.py +++ b/gaphor/adapters/usecases/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/usecases/tests/__init__.py b/gaphor/adapters/usecases/tests/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/adapters/usecases/tests/__init__.py +++ b/gaphor/adapters/usecases/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/adapters/usecases/tests/test_extend.py b/gaphor/adapters/usecases/tests/test_extend.py index bf3935cc1..37cba0f35 100644 --- a/gaphor/adapters/usecases/tests/test_extend.py +++ b/gaphor/adapters/usecases/tests/test_extend.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test extend item connections. """ diff --git a/gaphor/adapters/usecases/tests/test_include.py b/gaphor/adapters/usecases/tests/test_include.py index 48946f138..52746ae47 100644 --- a/gaphor/adapters/usecases/tests/test_include.py +++ b/gaphor/adapters/usecases/tests/test_include.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test include item connections. """ diff --git a/gaphor/adapters/usecases/usecaseconnect.py b/gaphor/adapters/usecases/usecaseconnect.py index 04a490d6e..330f280c0 100644 --- a/gaphor/adapters/usecases/usecaseconnect.py +++ b/gaphor/adapters/usecases/usecaseconnect.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Use cases related connection adapters. """ diff --git a/gaphor/application.py b/gaphor/application.py index 4baf058da..9887460ea 100644 --- a/gaphor/application.py +++ b/gaphor/application.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ The Application object. One application should be available. diff --git a/gaphor/core.py b/gaphor/core.py index 796fa3888..7bb88a132 100644 --- a/gaphor/core.py +++ b/gaphor/core.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ The Core module provides an entry point for Gaphor's core constructs. diff --git a/gaphor/diagram/__init__.py b/gaphor/diagram/__init__.py index 033b848ed..2513e5be4 100644 --- a/gaphor/diagram/__init__.py +++ b/gaphor/diagram/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ The diagram package contains items (to be drawn on the diagram), tools (used for interacting with the diagram) and interfaces (used for adapting the diff --git a/gaphor/diagram/actions/__init__.py b/gaphor/diagram/actions/__init__.py index 53edd82ae..21b9b355e 100644 --- a/gaphor/diagram/actions/__init__.py +++ b/gaphor/diagram/actions/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/diagram/actions/action.py b/gaphor/diagram/actions/action.py index 39c38975d..22cda9f33 100644 --- a/gaphor/diagram/actions/action.py +++ b/gaphor/diagram/actions/action.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Action diagram item. """ diff --git a/gaphor/diagram/actions/flow.py b/gaphor/diagram/actions/flow.py index 27a20e118..567e7f76b 100644 --- a/gaphor/diagram/actions/flow.py +++ b/gaphor/diagram/actions/flow.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Control flow and object flow implementation. diff --git a/gaphor/diagram/actions/partition.py b/gaphor/diagram/actions/partition.py index 14fbbaf6a..ee084238b 100644 --- a/gaphor/diagram/actions/partition.py +++ b/gaphor/diagram/actions/partition.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Activity Partition item. diff --git a/gaphor/diagram/actions/tests/test_action.py b/gaphor/diagram/actions/tests/test_action.py index 882894f8f..26f972730 100644 --- a/gaphor/diagram/actions/tests/test_action.py +++ b/gaphor/diagram/actions/tests/test_action.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test actions. """ diff --git a/gaphor/diagram/actions/tests/test_flow.py b/gaphor/diagram/actions/tests/test_flow.py index 160fafc73..f938558f3 100644 --- a/gaphor/diagram/actions/tests/test_flow.py +++ b/gaphor/diagram/actions/tests/test_flow.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2 from gaphor.diagram import items diff --git a/gaphor/diagram/activitynodes.py b/gaphor/diagram/activitynodes.py index b3138fc3b..6c8c2aa72 100644 --- a/gaphor/diagram/activitynodes.py +++ b/gaphor/diagram/activitynodes.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Activity control nodes. """ diff --git a/gaphor/diagram/actor.py b/gaphor/diagram/actor.py index 468c96145..37dc6081c 100644 --- a/gaphor/diagram/actor.py +++ b/gaphor/diagram/actor.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Actor item classes. """ diff --git a/gaphor/diagram/artifact.py b/gaphor/diagram/artifact.py index 3c366a162..ace785629 100644 --- a/gaphor/diagram/artifact.py +++ b/gaphor/diagram/artifact.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Artifact item. """ diff --git a/gaphor/diagram/classes/__init__.py b/gaphor/diagram/classes/__init__.py index 37a85d639..cbc4fb588 100644 --- a/gaphor/diagram/classes/__init__.py +++ b/gaphor/diagram/classes/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/diagram/classes/association.py b/gaphor/diagram/classes/association.py index 6eabcd6be..99c18ff3b 100644 --- a/gaphor/diagram/classes/association.py +++ b/gaphor/diagram/classes/association.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Association item - graphical representation of an association. diff --git a/gaphor/diagram/classes/dependency.py b/gaphor/diagram/classes/dependency.py index 702e2a4c1..95c6a1b22 100644 --- a/gaphor/diagram/classes/dependency.py +++ b/gaphor/diagram/classes/dependency.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Common dependencies like dependency, usage, implementation and realization. diff --git a/gaphor/diagram/classes/generalization.py b/gaphor/diagram/classes/generalization.py index c5d6e5d19..6df66635a 100644 --- a/gaphor/diagram/classes/generalization.py +++ b/gaphor/diagram/classes/generalization.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Generalization -- """ diff --git a/gaphor/diagram/classes/implementation.py b/gaphor/diagram/classes/implementation.py index 38c245a05..fe7e35139 100644 --- a/gaphor/diagram/classes/implementation.py +++ b/gaphor/diagram/classes/implementation.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Implementation of interface. """ diff --git a/gaphor/diagram/classes/interface.py b/gaphor/diagram/classes/interface.py index 81c3658e9..c97732761 100644 --- a/gaphor/diagram/classes/interface.py +++ b/gaphor/diagram/classes/interface.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Interface item implementation. There are several notations supported diff --git a/gaphor/diagram/classes/klass.py b/gaphor/diagram/classes/klass.py index 1479adefa..9743569a5 100644 --- a/gaphor/diagram/classes/klass.py +++ b/gaphor/diagram/classes/klass.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """This module defines two visualization items - OperationItem and ClassItem.""" from __future__ import absolute_import diff --git a/gaphor/diagram/classes/package.py b/gaphor/diagram/classes/package.py index aae1cc8c1..262f59288 100644 --- a/gaphor/diagram/classes/package.py +++ b/gaphor/diagram/classes/package.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Package diagram item. """ diff --git a/gaphor/diagram/classes/tests/__init__.py b/gaphor/diagram/classes/tests/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/diagram/classes/tests/__init__.py +++ b/gaphor/diagram/classes/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/diagram/classes/tests/test_association.py b/gaphor/diagram/classes/tests/test_association.py index ce94dbac9..33c7ba5ca 100644 --- a/gaphor/diagram/classes/tests/test_association.py +++ b/gaphor/diagram/classes/tests/test_association.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Unit tests for AssociationItem. """ diff --git a/gaphor/diagram/classes/tests/test_class.py b/gaphor/diagram/classes/tests/test_class.py index c588d7249..76936e282 100644 --- a/gaphor/diagram/classes/tests/test_class.py +++ b/gaphor/diagram/classes/tests/test_class.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test classes. """ diff --git a/gaphor/diagram/classes/tests/test_feature.py b/gaphor/diagram/classes/tests/test_feature.py index 2ed5f5577..cf6485e1a 100644 --- a/gaphor/diagram/classes/tests/test_feature.py +++ b/gaphor/diagram/classes/tests/test_feature.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2, umllex diff --git a/gaphor/diagram/classes/tests/test_interface.py b/gaphor/diagram/classes/tests/test_interface.py index 7b228303f..b241c241d 100644 --- a/gaphor/diagram/classes/tests/test_interface.py +++ b/gaphor/diagram/classes/tests/test_interface.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test classes. """ diff --git a/gaphor/diagram/classifier.py b/gaphor/diagram/classifier.py index 00fb95ff4..f6ae9034c 100644 --- a/gaphor/diagram/classifier.py +++ b/gaphor/diagram/classifier.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Classifier diagram item. """ diff --git a/gaphor/diagram/comment.py b/gaphor/diagram/comment.py index fd29561a5..2c41752cf 100644 --- a/gaphor/diagram/comment.py +++ b/gaphor/diagram/comment.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ CommentItem diagram item """ diff --git a/gaphor/diagram/commentline.py b/gaphor/diagram/commentline.py index 3bb67608f..e80032a4f 100644 --- a/gaphor/diagram/commentline.py +++ b/gaphor/diagram/commentline.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ CommentLine -- A line that connects a comment to another model element. diff --git a/gaphor/diagram/compartment.py b/gaphor/diagram/compartment.py index d69167b32..312045314 100644 --- a/gaphor/diagram/compartment.py +++ b/gaphor/diagram/compartment.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Diagram item with compartments. """ diff --git a/gaphor/diagram/component.py b/gaphor/diagram/component.py index f6c0ddffe..9b5b96638 100644 --- a/gaphor/diagram/component.py +++ b/gaphor/diagram/component.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Component item. """ diff --git a/gaphor/diagram/components/__init__.py b/gaphor/diagram/components/__init__.py index 53edd82ae..21b9b355e 100644 --- a/gaphor/diagram/components/__init__.py +++ b/gaphor/diagram/components/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/diagram/components/subsystem.py b/gaphor/diagram/components/subsystem.py index afc0fb021..137dca848 100644 --- a/gaphor/diagram/components/subsystem.py +++ b/gaphor/diagram/components/subsystem.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Subsystem item represents a component with stereotype subsystem (see table B.1 UML Keywords in UML 2.2 specification). diff --git a/gaphor/diagram/components/tests/__init__.py b/gaphor/diagram/components/tests/__init__.py index 4337cfa9e..65adf1724 100644 --- a/gaphor/diagram/components/tests/__init__.py +++ b/gaphor/diagram/components/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/diagram/components/tests/test_node.py b/gaphor/diagram/components/tests/test_node.py index 189105e93..bf5105554 100644 --- a/gaphor/diagram/components/tests/test_node.py +++ b/gaphor/diagram/components/tests/test_node.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.tests import TestCase diff --git a/gaphor/diagram/connector.py b/gaphor/diagram/connector.py index efd886c19..bd0c837a5 100644 --- a/gaphor/diagram/connector.py +++ b/gaphor/diagram/connector.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Implementation of connector from Composite Structures and Components. diff --git a/gaphor/diagram/diagramitem.py b/gaphor/diagram/diagramitem.py index e9944c0e2..8a69e10e0 100644 --- a/gaphor/diagram/diagramitem.py +++ b/gaphor/diagram/diagramitem.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ DiagramItem provides basic functionality for presentations. Such as a modifier 'subject' property and a unique id. diff --git a/gaphor/diagram/diagramline.py b/gaphor/diagram/diagramline.py index b5897ec0e..523a4251a 100644 --- a/gaphor/diagram/diagramline.py +++ b/gaphor/diagram/diagramline.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Basic functionality for canvas line based items on a diagram. """ diff --git a/gaphor/diagram/elementitem.py b/gaphor/diagram/elementitem.py index 62d99c663..09afde7b0 100644 --- a/gaphor/diagram/elementitem.py +++ b/gaphor/diagram/elementitem.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Abstract classes for element-like Diagram items. """ diff --git a/gaphor/diagram/extend.py b/gaphor/diagram/extend.py index 0f5f210f5..c737f1b73 100644 --- a/gaphor/diagram/extend.py +++ b/gaphor/diagram/extend.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Use case extension relationship. """ diff --git a/gaphor/diagram/extension.py b/gaphor/diagram/extension.py index 653422c20..9a0899471 100644 --- a/gaphor/diagram/extension.py +++ b/gaphor/diagram/extension.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ ExtensionItem -- Graphical representation of an association. """ diff --git a/gaphor/diagram/include.py b/gaphor/diagram/include.py index 53d1838d8..4f13a817c 100644 --- a/gaphor/diagram/include.py +++ b/gaphor/diagram/include.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Use case inclusion relationship. """ diff --git a/gaphor/diagram/interaction.py b/gaphor/diagram/interaction.py index 583a5eef9..c76cd98d9 100644 --- a/gaphor/diagram/interaction.py +++ b/gaphor/diagram/interaction.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Interaction diagram item. """ diff --git a/gaphor/diagram/interfaces.py b/gaphor/diagram/interfaces.py index 821a42091..771152bce 100644 --- a/gaphor/diagram/interfaces.py +++ b/gaphor/diagram/interfaces.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This module describes the interfaces specific to the gaphor.diagram module. These interfaces are: diff --git a/gaphor/diagram/items.py b/gaphor/diagram/items.py index 01f34a396..b790854af 100644 --- a/gaphor/diagram/items.py +++ b/gaphor/diagram/items.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ All Item's defined in the diagram package. This module is a shorthand for importing each module individually. diff --git a/gaphor/diagram/lifeline.py b/gaphor/diagram/lifeline.py index de3015dd8..554f3c222 100644 --- a/gaphor/diagram/lifeline.py +++ b/gaphor/diagram/lifeline.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Lifeline diagram item. diff --git a/gaphor/diagram/message.py b/gaphor/diagram/message.py index 9b661ca98..344b10085 100644 --- a/gaphor/diagram/message.py +++ b/gaphor/diagram/message.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Sequence and communication diagram messages. diff --git a/gaphor/diagram/nameditem.py b/gaphor/diagram/nameditem.py index 340586bc7..316a6487d 100644 --- a/gaphor/diagram/nameditem.py +++ b/gaphor/diagram/nameditem.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Base classes related to items, which represent UML classes deriving from NamedElement. diff --git a/gaphor/diagram/node.py b/gaphor/diagram/node.py index 5f10e2273..f19e95574 100644 --- a/gaphor/diagram/node.py +++ b/gaphor/diagram/node.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Node item may represent a node or a device UML metamodel classes. diff --git a/gaphor/diagram/objectnode.py b/gaphor/diagram/objectnode.py index 0955fda6e..8c7e3884f 100644 --- a/gaphor/diagram/objectnode.py +++ b/gaphor/diagram/objectnode.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Object node item. """ diff --git a/gaphor/diagram/profiles/__init__.py b/gaphor/diagram/profiles/__init__.py index 53edd82ae..21b9b355e 100644 --- a/gaphor/diagram/profiles/__init__.py +++ b/gaphor/diagram/profiles/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/diagram/profiles/metaclass.py b/gaphor/diagram/profiles/metaclass.py index 4ff0bfdad..22e0a04a7 100644 --- a/gaphor/diagram/profiles/metaclass.py +++ b/gaphor/diagram/profiles/metaclass.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Metaclass item for Metaclass UML metaclass :) from profiles. """ diff --git a/gaphor/diagram/simpleitem.py b/gaphor/diagram/simpleitem.py index 2c03bdc35..1993feac9 100644 --- a/gaphor/diagram/simpleitem.py +++ b/gaphor/diagram/simpleitem.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Trivial drawing aids (box, line, ellipse). """ diff --git a/gaphor/diagram/states/__init__.py b/gaphor/diagram/states/__init__.py index f507daf27..99eefca2d 100644 --- a/gaphor/diagram/states/__init__.py +++ b/gaphor/diagram/states/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Package gaphor.diagram.states implements diagram items for UML state machines. diff --git a/gaphor/diagram/states/finalstate.py b/gaphor/diagram/states/finalstate.py index 8ed23f26e..0983cf275 100644 --- a/gaphor/diagram/states/finalstate.py +++ b/gaphor/diagram/states/finalstate.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Final state diagram item. """ diff --git a/gaphor/diagram/states/pseudostates.py b/gaphor/diagram/states/pseudostates.py index b6d25de95..7f0b93c5e 100644 --- a/gaphor/diagram/states/pseudostates.py +++ b/gaphor/diagram/states/pseudostates.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Pseudostate diagram items. diff --git a/gaphor/diagram/states/state.py b/gaphor/diagram/states/state.py index d79367f5f..d1ae814a7 100644 --- a/gaphor/diagram/states/state.py +++ b/gaphor/diagram/states/state.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ State diagram item. """ diff --git a/gaphor/diagram/states/tests/__init__.py b/gaphor/diagram/states/tests/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/diagram/states/tests/__init__.py +++ b/gaphor/diagram/states/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/diagram/states/tests/test_pseudostates.py b/gaphor/diagram/states/tests/test_pseudostates.py index 0f8fb3985..a8007a02d 100644 --- a/gaphor/diagram/states/tests/test_pseudostates.py +++ b/gaphor/diagram/states/tests/test_pseudostates.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test pseudostates. """ diff --git a/gaphor/diagram/states/tests/test_states.py b/gaphor/diagram/states/tests/test_states.py index 5a9c0d337..e24c73ec0 100644 --- a/gaphor/diagram/states/tests/test_states.py +++ b/gaphor/diagram/states/tests/test_states.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test state items. """ diff --git a/gaphor/diagram/states/tests/test_transition.py b/gaphor/diagram/states/tests/test_transition.py index b36017173..27edc122b 100644 --- a/gaphor/diagram/states/tests/test_transition.py +++ b/gaphor/diagram/states/tests/test_transition.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test transitions. """ diff --git a/gaphor/diagram/states/transition.py b/gaphor/diagram/states/transition.py index ff5a00342..b99ebf74b 100644 --- a/gaphor/diagram/states/transition.py +++ b/gaphor/diagram/states/transition.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ State transition implementation. """ diff --git a/gaphor/diagram/style.py b/gaphor/diagram/style.py index a44d09d7f..631747452 100644 --- a/gaphor/diagram/style.py +++ b/gaphor/diagram/style.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Style classes and constants. """ diff --git a/gaphor/diagram/tests/__init__.py b/gaphor/diagram/tests/__init__.py index 5e31d093e..4e7637f3f 100644 --- a/gaphor/diagram/tests/__init__.py +++ b/gaphor/diagram/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/diagram/tests/test_activitynodes.py b/gaphor/diagram/tests/test_activitynodes.py index 3dfffb615..09fb0d7a2 100644 --- a/gaphor/diagram/tests/test_activitynodes.py +++ b/gaphor/diagram/tests/test_activitynodes.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2 from gaphor.diagram import items diff --git a/gaphor/diagram/tests/test_classifier_stereotypes.py b/gaphor/diagram/tests/test_classifier_stereotypes.py index 10ca167ad..5ea59527b 100644 --- a/gaphor/diagram/tests/test_classifier_stereotypes.py +++ b/gaphor/diagram/tests/test_classifier_stereotypes.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test classifier stereotypes attributes using component items. """ diff --git a/gaphor/diagram/tests/test_connector.py b/gaphor/diagram/tests/test_connector.py index 43c3c219d..0d29c5ff4 100644 --- a/gaphor/diagram/tests/test_connector.py +++ b/gaphor/diagram/tests/test_connector.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test connector item. """ diff --git a/gaphor/diagram/tests/test_diagramitem.py b/gaphor/diagram/tests/test_diagramitem.py index 3274a427c..1b2b1da6d 100644 --- a/gaphor/diagram/tests/test_diagramitem.py +++ b/gaphor/diagram/tests/test_diagramitem.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test basic diagram item functionality like styles, etc. """ diff --git a/gaphor/diagram/tests/test_interfaces.py b/gaphor/diagram/tests/test_interfaces.py index 67336e536..9eeecaf56 100644 --- a/gaphor/diagram/tests/test_interfaces.py +++ b/gaphor/diagram/tests/test_interfaces.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test Interfaces. """ diff --git a/gaphor/diagram/tests/test_message.py b/gaphor/diagram/tests/test_message.py index 9ca793d78..7b6df8cff 100644 --- a/gaphor/diagram/tests/test_message.py +++ b/gaphor/diagram/tests/test_message.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test messages. """ diff --git a/gaphor/diagram/tests/test_objectnode.py b/gaphor/diagram/tests/test_objectnode.py index cb2d32ad6..a3ce3a2a0 100644 --- a/gaphor/diagram/tests/test_objectnode.py +++ b/gaphor/diagram/tests/test_objectnode.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2 from gaphor.diagram import items diff --git a/gaphor/diagram/tests/test_simpleitem.py b/gaphor/diagram/tests/test_simpleitem.py index 80284d8c9..175387930 100644 --- a/gaphor/diagram/tests/test_simpleitem.py +++ b/gaphor/diagram/tests/test_simpleitem.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Unit tests for simple items. """ diff --git a/gaphor/diagram/tests/test_style.py b/gaphor/diagram/tests/test_style.py index 72c09dee0..ca626f81a 100644 --- a/gaphor/diagram/tests/test_style.py +++ b/gaphor/diagram/tests/test_style.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test item styles. """ diff --git a/gaphor/diagram/textelement.py b/gaphor/diagram/textelement.py index 7a7892ba1..6ca6d0918 100644 --- a/gaphor/diagram/textelement.py +++ b/gaphor/diagram/textelement.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Support for editable text, a part of a diagram item, i.e. name of named item, guard of flow item, etc. diff --git a/gaphor/diagram/usecase.py b/gaphor/diagram/usecase.py index a2357aee6..01b87e921 100644 --- a/gaphor/diagram/usecase.py +++ b/gaphor/diagram/usecase.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Use case diagram item. """ diff --git a/gaphor/event.py b/gaphor/event.py index ef1763324..0b5a9fee7 100644 --- a/gaphor/event.py +++ b/gaphor/event.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Application wide events are managed here. """ diff --git a/gaphor/i18n.py b/gaphor/i18n.py index 7c3f154d3..5ecf6fdf9 100644 --- a/gaphor/i18n.py +++ b/gaphor/i18n.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import gettext diff --git a/gaphor/interfaces.py b/gaphor/interfaces.py index a21bdf059..10a7ccea5 100644 --- a/gaphor/interfaces.py +++ b/gaphor/interfaces.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from zope import interface diff --git a/gaphor/misc/__init__.py b/gaphor/misc/__init__.py index a12710a13..45ada8dca 100644 --- a/gaphor/misc/__init__.py +++ b/gaphor/misc/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """Provides a get_user_data_dir() function for retrieving the user's data directory.""" diff --git a/gaphor/misc/colorbutton.py b/gaphor/misc/colorbutton.py index 16bd3a250..6f3706ae5 100644 --- a/gaphor/misc/colorbutton.py +++ b/gaphor/misc/colorbutton.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ A version of the standard gtk.ColorButton tweaked towards Gaphor. diff --git a/gaphor/misc/errorhandler.py b/gaphor/misc/errorhandler.py index 7c0aa7434..8fee9811e 100644 --- a/gaphor/misc/errorhandler.py +++ b/gaphor/misc/errorhandler.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """A generic way to handle errors in GUI applications. This module also contains a ErrorHandlerAspect, which can be easely attached diff --git a/gaphor/misc/gidlethread.py b/gaphor/misc/gidlethread.py index 2e5d51cf5..8a535b8ca 100644 --- a/gaphor/misc/gidlethread.py +++ b/gaphor/misc/gidlethread.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """This module contains some helpers that can be used to execute generator functions in the GObject main loop. diff --git a/gaphor/misc/latepickle.py b/gaphor/misc/latepickle.py index b6d86ca58..30207ee61 100644 --- a/gaphor/misc/latepickle.py +++ b/gaphor/misc/latepickle.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Modified pickler. This version uses forward declarations in the state machine, so recursion depth can be limited. diff --git a/gaphor/misc/listmixins.py b/gaphor/misc/listmixins.py index c7144a22b..adf69f874 100644 --- a/gaphor/misc/listmixins.py +++ b/gaphor/misc/listmixins.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This module contains some support code for queries on lists. diff --git a/gaphor/misc/rattr.py b/gaphor/misc/rattr.py index ebeef65c0..588cbeabf 100644 --- a/gaphor/misc/rattr.py +++ b/gaphor/misc/rattr.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Recursive attribute access functions. """ diff --git a/gaphor/misc/tests/test_xmlwriter.py b/gaphor/misc/tests/test_xmlwriter.py index 2fa4bd07f..694addaea 100644 --- a/gaphor/misc/tests/test_xmlwriter.py +++ b/gaphor/misc/tests/test_xmlwriter.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import sys import unittest diff --git a/gaphor/misc/xmlwriter.py b/gaphor/misc/xmlwriter.py index 9a22f619b..0b81da3c4 100644 --- a/gaphor/misc/xmlwriter.py +++ b/gaphor/misc/xmlwriter.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import sys from xml.sax.saxutils import escape, quoteattr diff --git a/gaphor/plugins/__init__.py b/gaphor/plugins/__init__.py index 4532e30a0..595ccbe7c 100644 --- a/gaphor/plugins/__init__.py +++ b/gaphor/plugins/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Plugins ======= diff --git a/gaphor/plugins/alignment/__init__.py b/gaphor/plugins/alignment/__init__.py index c01017ca4..1db4d5c52 100644 --- a/gaphor/plugins/alignment/__init__.py +++ b/gaphor/plugins/alignment/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This plugin extends Gaphor with XMI alignment actions. """ diff --git a/gaphor/plugins/checkmetamodel/__init__.py b/gaphor/plugins/checkmetamodel/__init__.py index 306df3d43..9c6519856 100644 --- a/gaphor/plugins/checkmetamodel/__init__.py +++ b/gaphor/plugins/checkmetamodel/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from .checkmodelgui import CheckModelWindow diff --git a/gaphor/plugins/checkmetamodel/checkmodel.py b/gaphor/plugins/checkmetamodel/checkmodel.py index 727a52f9d..ad5e719d1 100644 --- a/gaphor/plugins/checkmetamodel/checkmodel.py +++ b/gaphor/plugins/checkmetamodel/checkmodel.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from __future__ import print_function from gaphor.UML import uml2 diff --git a/gaphor/plugins/checkmetamodel/checkmodelgui.py b/gaphor/plugins/checkmetamodel/checkmodelgui.py index 7270c0c53..55900f3b1 100644 --- a/gaphor/plugins/checkmetamodel/checkmodelgui.py +++ b/gaphor/plugins/checkmetamodel/checkmodelgui.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ A GUI for the checkmodel plugin. """ diff --git a/gaphor/plugins/diagramlayout/__init__.py b/gaphor/plugins/diagramlayout/__init__.py index e4dc36ff9..235e762b9 100644 --- a/gaphor/plugins/diagramlayout/__init__.py +++ b/gaphor/plugins/diagramlayout/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This module provides a means to automatically layout diagrams. diff --git a/gaphor/plugins/diagramlayout/tests/__init__.py b/gaphor/plugins/diagramlayout/tests/__init__.py index cd3dcc957..8a38c4fbb 100644 --- a/gaphor/plugins/diagramlayout/tests/__init__.py +++ b/gaphor/plugins/diagramlayout/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/plugins/diagramlayout/tests/test_diagramlayout.py b/gaphor/plugins/diagramlayout/tests/test_diagramlayout.py index 23548be77..d8c7d5bf4 100644 --- a/gaphor/plugins/diagramlayout/tests/test_diagramlayout.py +++ b/gaphor/plugins/diagramlayout/tests/test_diagramlayout.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2 diff --git a/gaphor/plugins/diagramlayout/toposort.py b/gaphor/plugins/diagramlayout/toposort.py index 9c6c39cb1..da3a1c237 100644 --- a/gaphor/plugins/diagramlayout/toposort.py +++ b/gaphor/plugins/diagramlayout/toposort.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from __future__ import print_function diff --git a/gaphor/plugins/liveobjectbrowser/__init__.py b/gaphor/plugins/liveobjectbrowser/__init__.py index 044c183fd..38da129ed 100644 --- a/gaphor/plugins/liveobjectbrowser/__init__.py +++ b/gaphor/plugins/liveobjectbrowser/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Plugin based on the Live Object browser (http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/300304). diff --git a/gaphor/plugins/pynsource/__init__.py b/gaphor/plugins/pynsource/__init__.py index 4ef4c2f81..fb9ca0fc8 100644 --- a/gaphor/plugins/pynsource/__init__.py +++ b/gaphor/plugins/pynsource/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Code reverse engineer plugin for Python source code. diff --git a/gaphor/plugins/pynsource/engineer.py b/gaphor/plugins/pynsource/engineer.py index 060e7fbb7..515024263 100644 --- a/gaphor/plugins/pynsource/engineer.py +++ b/gaphor/plugins/pynsource/engineer.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """The code reverse engineer. """ diff --git a/gaphor/plugins/pynsource/keywords.py b/gaphor/plugins/pynsource/keywords.py index 3e5dd6635..8f7e1e03f 100644 --- a/gaphor/plugins/pynsource/keywords.py +++ b/gaphor/plugins/pynsource/keywords.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Definitions of python, java and delphi keywords so that pynsource can skip these and not treat them like you are diff --git a/gaphor/plugins/xmiexport/__init__.py b/gaphor/plugins/xmiexport/__init__.py index b9ad115bd..3cfabffcf 100644 --- a/gaphor/plugins/xmiexport/__init__.py +++ b/gaphor/plugins/xmiexport/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This plugin extends Gaphor with XMI export functionality. """ diff --git a/gaphor/plugins/xmiexport/exportmodel.py b/gaphor/plugins/xmiexport/exportmodel.py index c339eb5a0..b442d1373 100644 --- a/gaphor/plugins/xmiexport/exportmodel.py +++ b/gaphor/plugins/xmiexport/exportmodel.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.misc.xmlwriter import XMLWriter diff --git a/gaphor/services/__init__.py b/gaphor/services/__init__.py index 341ccaa55..fe501eb88 100644 --- a/gaphor/services/__init__.py +++ b/gaphor/services/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/services/actionmanager.py b/gaphor/services/actionmanager.py index 14af66d2d..893853ed7 100644 --- a/gaphor/services/actionmanager.py +++ b/gaphor/services/actionmanager.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import gtk diff --git a/gaphor/services/adapterloader.py b/gaphor/services/adapterloader.py index 6159f9547..b10b55645 100644 --- a/gaphor/services/adapterloader.py +++ b/gaphor/services/adapterloader.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from zope import interface from gaphor.interfaces import IService diff --git a/gaphor/services/backupservice.py b/gaphor/services/backupservice.py index 02abc92ac..68fa8d912 100644 --- a/gaphor/services/backupservice.py +++ b/gaphor/services/backupservice.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from zope import interface from gaphor.UML.uml2 import Element diff --git a/gaphor/services/componentregistry.py b/gaphor/services/componentregistry.py index c60f9ac6c..c5caaa13c 100644 --- a/gaphor/services/componentregistry.py +++ b/gaphor/services/componentregistry.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ TODO: Move component information (event handling, and other stuff done by zope.component) to this service. diff --git a/gaphor/services/copyservice.py b/gaphor/services/copyservice.py index a5d7415db..d1111942b 100644 --- a/gaphor/services/copyservice.py +++ b/gaphor/services/copyservice.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Copy / Paste functionality """ diff --git a/gaphor/services/diagramexportmanager.py b/gaphor/services/diagramexportmanager.py index 105fce03b..457d07907 100644 --- a/gaphor/services/diagramexportmanager.py +++ b/gaphor/services/diagramexportmanager.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Service dedicated to exporting diagrams to a varyity of file formats. """ diff --git a/gaphor/services/elementdispatcher.py b/gaphor/services/elementdispatcher.py index 8a08d8c6c..fedaf7f12 100644 --- a/gaphor/services/elementdispatcher.py +++ b/gaphor/services/elementdispatcher.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from logging import getLogger diff --git a/gaphor/services/filemanager.py b/gaphor/services/filemanager.py index fefae1f57..d63eb981e 100644 --- a/gaphor/services/filemanager.py +++ b/gaphor/services/filemanager.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ The file service is responsible for loading and saving the user data. """ diff --git a/gaphor/services/helpservice.py b/gaphor/services/helpservice.py index 931dbcf0c..aa6bc4d8c 100644 --- a/gaphor/services/helpservice.py +++ b/gaphor/services/helpservice.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """About and help services. (help browser anyone?)""" from __future__ import absolute_import diff --git a/gaphor/services/properties.py b/gaphor/services/properties.py index 9a7b362fa..7768de15b 100644 --- a/gaphor/services/properties.py +++ b/gaphor/services/properties.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """The properties module allows Gaphor properties to be saved to the local file system. These are things like preferences.""" diff --git a/gaphor/services/propertydispatcher.py b/gaphor/services/propertydispatcher.py index 9c81e06f6..f8843be49 100644 --- a/gaphor/services/propertydispatcher.py +++ b/gaphor/services/propertydispatcher.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from zope import interface, component diff --git a/gaphor/services/sanitizerservice.py b/gaphor/services/sanitizerservice.py index 747096cb9..ee728a3dc 100644 --- a/gaphor/services/sanitizerservice.py +++ b/gaphor/services/sanitizerservice.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ The Sanitize module is dedicated to adapters (stuff) that keeps the model clean and in sync with diagrams. diff --git a/gaphor/services/serviceregistry.py b/gaphor/services/serviceregistry.py index efe1c5bb9..cd1b76251 100644 --- a/gaphor/services/serviceregistry.py +++ b/gaphor/services/serviceregistry.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ The service registry is the place where services can be registered and retrieved. diff --git a/gaphor/services/tests/__init__.py b/gaphor/services/tests/__init__.py index 981593f7c..7ff15bfcb 100644 --- a/gaphor/services/tests/__init__.py +++ b/gaphor/services/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/services/tests/test_actionmanager.py b/gaphor/services/tests/test_actionmanager.py index 4e7857590..e0c7055be 100644 --- a/gaphor/services/tests/test_actionmanager.py +++ b/gaphor/services/tests/test_actionmanager.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from __future__ import print_function import unittest diff --git a/gaphor/services/tests/test_backupservice.py b/gaphor/services/tests/test_backupservice.py index b8ca37051..2d9bcb620 100644 --- a/gaphor/services/tests/test_backupservice.py +++ b/gaphor/services/tests/test_backupservice.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test the backup service. """ diff --git a/gaphor/services/tests/test_copyservice.py b/gaphor/services/tests/test_copyservice.py index a4859dd9d..0c394b06b 100644 --- a/gaphor/services/tests/test_copyservice.py +++ b/gaphor/services/tests/test_copyservice.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2 from gaphor.diagram import items diff --git a/gaphor/services/tests/test_diagramexportmanager.py b/gaphor/services/tests/test_diagramexportmanager.py index b7f285c4c..cf3af0d5d 100644 --- a/gaphor/services/tests/test_diagramexportmanager.py +++ b/gaphor/services/tests/test_diagramexportmanager.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import unittest from gaphor.application import Application diff --git a/gaphor/services/tests/test_elementdispatcher.py b/gaphor/services/tests/test_elementdispatcher.py index 539d0b71c..63b8271c3 100644 --- a/gaphor/services/tests/test_elementdispatcher.py +++ b/gaphor/services/tests/test_elementdispatcher.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from __future__ import print_function from gaphor.tests import TestCase diff --git a/gaphor/services/tests/test_filemanager.py b/gaphor/services/tests/test_filemanager.py index a8c21ba7f..c71c63e33 100644 --- a/gaphor/services/tests/test_filemanager.py +++ b/gaphor/services/tests/test_filemanager.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import unittest from gaphor.application import Application diff --git a/gaphor/services/tests/test_properties.py b/gaphor/services/tests/test_properties.py index 2356ca53e..d0d68007e 100644 --- a/gaphor/services/tests/test_properties.py +++ b/gaphor/services/tests/test_properties.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from unittest import TestCase from gaphor.services.properties import Properties, FileBackend diff --git a/gaphor/services/tests/test_sanitizerservice.py b/gaphor/services/tests/test_sanitizerservice.py index 8c9b53d13..6d5ad0395 100644 --- a/gaphor/services/tests/test_sanitizerservice.py +++ b/gaphor/services/tests/test_sanitizerservice.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2, modelfactory diff --git a/gaphor/services/tests/test_undomanager.py b/gaphor/services/tests/test_undomanager.py index e53ad7246..f49c90824 100644 --- a/gaphor/services/tests/test_undomanager.py +++ b/gaphor/services/tests/test_undomanager.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test the UndoManager. """ diff --git a/gaphor/services/undomanager.py b/gaphor/services/undomanager.py index e26e7f709..e5f4f83b6 100644 --- a/gaphor/services/undomanager.py +++ b/gaphor/services/undomanager.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Undo management for Gaphor. diff --git a/gaphor/storage/__init__.py b/gaphor/storage/__init__.py index bc917d9f3..8fdbc3665 100644 --- a/gaphor/storage/__init__.py +++ b/gaphor/storage/__init__.py @@ -5,16 +5,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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Storage module, for loading and saving of model files. """ diff --git a/gaphor/storage/parser.py b/gaphor/storage/parser.py index ca7922e28..43c956512 100644 --- a/gaphor/storage/parser.py +++ b/gaphor/storage/parser.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """Gaphor file reader. This module contains only one interesting function: diff --git a/gaphor/storage/storage.py b/gaphor/storage/storage.py index 22ab7270f..8d08e3337 100644 --- a/gaphor/storage/storage.py +++ b/gaphor/storage/storage.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Load and save Gaphor models to Gaphors own XML format. diff --git a/gaphor/storage/tests/__init__.py b/gaphor/storage/tests/__init__.py index 341ccaa55..fe501eb88 100644 --- a/gaphor/storage/tests/__init__.py +++ b/gaphor/storage/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/storage/tests/test_storage.py b/gaphor/storage/tests/test_storage.py index 6f3a55135..e377c80d8 100644 --- a/gaphor/storage/tests/test_storage.py +++ b/gaphor/storage/tests/test_storage.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Unittest the storage and parser modules """ diff --git a/gaphor/storage/tests/test_verify.py b/gaphor/storage/tests/test_verify.py index 6220438c0..163d3b3c4 100644 --- a/gaphor/storage/tests/test_verify.py +++ b/gaphor/storage/tests/test_verify.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.tests.testcase import TestCase from gaphor.storage.verify import orphan_references diff --git a/gaphor/storage/verify.py b/gaphor/storage/verify.py index e6fd1f1bd..c172b12e0 100644 --- a/gaphor/storage/verify.py +++ b/gaphor/storage/verify.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Verify the content of an element factory before it is saved. """ diff --git a/gaphor/tests/__init__.py b/gaphor/tests/__init__.py index 0d1441446..53415b377 100644 --- a/gaphor/tests/__init__.py +++ b/gaphor/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from .testcase import TestCase, main diff --git a/gaphor/tests/test_action.py b/gaphor/tests/test_action.py index f063f1f24..8fdd239cb 100644 --- a/gaphor/tests/test_action.py +++ b/gaphor/tests/test_action.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """Test for actions in generic files.""" from __future__ import absolute_import diff --git a/gaphor/tests/test_application.py b/gaphor/tests/test_application.py index eb8fd35bc..24b92b9c8 100644 --- a/gaphor/tests/test_application.py +++ b/gaphor/tests/test_application.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """Application service test cases.""" from __future__ import absolute_import diff --git a/gaphor/tests/test_transaction.py b/gaphor/tests/test_transaction.py index 3825c8ecf..ced4cee6a 100644 --- a/gaphor/tests/test_transaction.py +++ b/gaphor/tests/test_transaction.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """Unit tests for transactions in Gaphor.""" from __future__ import absolute_import diff --git a/gaphor/tests/testcase.py b/gaphor/tests/testcase.py index 5c0bc6d80..9c04b4097 100644 --- a/gaphor/tests/testcase.py +++ b/gaphor/tests/testcase.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Basic test case for Gaphor tests. diff --git a/gaphor/tools/__init__.py b/gaphor/tools/__init__.py index 37a85d639..cbc4fb588 100644 --- a/gaphor/tools/__init__.py +++ b/gaphor/tools/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/tools/gaphorconvert.py b/gaphor/tools/gaphorconvert.py index 49aa7b98b..008da7cb7 100755 --- a/gaphor/tools/gaphorconvert.py +++ b/gaphor/tools/gaphorconvert.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from __future__ import print_function import gaphor diff --git a/gaphor/transaction.py b/gaphor/transaction.py index 657494f68..8da23cd51 100644 --- a/gaphor/transaction.py +++ b/gaphor/transaction.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """Transation support for Gaphor.""" from __future__ import absolute_import diff --git a/gaphor/ui/__init__.py b/gaphor/ui/__init__.py index b36851570..af54f2439 100644 --- a/gaphor/ui/__init__.py +++ b/gaphor/ui/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This module contains user interface related code, such as the main screen and diagram windows. diff --git a/gaphor/ui/accelmap.py b/gaphor/ui/accelmap.py index 28f7dc1f8..d311593f5 100644 --- a/gaphor/ui/accelmap.py +++ b/gaphor/ui/accelmap.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This module contains user interface related code, such as the main screen and diagram windows. diff --git a/gaphor/ui/consolewindow.py b/gaphor/ui/consolewindow.py index 950a9b248..950d96555 100644 --- a/gaphor/ui/consolewindow.py +++ b/gaphor/ui/consolewindow.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import os from zope import interface diff --git a/gaphor/ui/diagramtab.py b/gaphor/ui/diagramtab.py index 49db4d26f..7d97b5f4b 100644 --- a/gaphor/ui/diagramtab.py +++ b/gaphor/ui/diagramtab.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from __future__ import print_function import gtk diff --git a/gaphor/ui/diagramtoolbox.py b/gaphor/ui/diagramtoolbox.py index 45c3bf42e..62c5c02ef 100644 --- a/gaphor/ui/diagramtoolbox.py +++ b/gaphor/ui/diagramtoolbox.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This module contains the actions used in the Toolbox (lower left section of the main window. diff --git a/gaphor/ui/diagramtools.py b/gaphor/ui/diagramtools.py index 87f0bea37..f544791d6 100644 --- a/gaphor/ui/diagramtools.py +++ b/gaphor/ui/diagramtools.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Tools for handling items on the canvas. diff --git a/gaphor/ui/elementeditor.py b/gaphor/ui/elementeditor.py index 5af35ee29..ffd7a5cda 100644 --- a/gaphor/ui/elementeditor.py +++ b/gaphor/ui/elementeditor.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """The element editor is a utility window used for editing elements.""" from __future__ import absolute_import diff --git a/gaphor/ui/event.py b/gaphor/ui/event.py index 38a6591ef..e18db0450 100644 --- a/gaphor/ui/event.py +++ b/gaphor/ui/event.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from .interfaces import * diff --git a/gaphor/ui/filedialog.py b/gaphor/ui/filedialog.py index 40e7f06d4..0f5e8040e 100644 --- a/gaphor/ui/filedialog.py +++ b/gaphor/ui/filedialog.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """This module has a generic FileDialog class that is used to open or save files.""" diff --git a/gaphor/ui/iconoption.py b/gaphor/ui/iconoption.py index 7481dcfbf..0e8022f5c 100644 --- a/gaphor/ui/iconoption.py +++ b/gaphor/ui/iconoption.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Module dealing with options (typing) of icons. """ diff --git a/gaphor/ui/interfaces.py b/gaphor/ui/interfaces.py index 89ca6342f..550d244fd 100644 --- a/gaphor/ui/interfaces.py +++ b/gaphor/ui/interfaces.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Interfaces related to the user interface. """ diff --git a/gaphor/ui/mainwindow.py b/gaphor/ui/mainwindow.py index cec7f8933..fc585e719 100644 --- a/gaphor/ui/mainwindow.py +++ b/gaphor/ui/mainwindow.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ The main application window. """ diff --git a/gaphor/ui/namespace.py b/gaphor/ui/namespace.py index 44f99e781..4241d2500 100644 --- a/gaphor/ui/namespace.py +++ b/gaphor/ui/namespace.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This is the TreeView that is most common (for example: it is used in Rational Rose). This is a tree based on namespace relationships. As diff --git a/gaphor/ui/propertyeditor.py b/gaphor/ui/propertyeditor.py index 80396a85b..ceea93e57 100644 --- a/gaphor/ui/propertyeditor.py +++ b/gaphor/ui/propertyeditor.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import gtk from zope import component diff --git a/gaphor/ui/questiondialog.py b/gaphor/ui/questiondialog.py index c76913dc4..d461397d0 100644 --- a/gaphor/ui/questiondialog.py +++ b/gaphor/ui/questiondialog.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """Defines a QuestionDialog class used to get a yes or no answer from the user. """ diff --git a/gaphor/ui/statuswindow.py b/gaphor/ui/statuswindow.py index 50efe57b2..cc307cda5 100644 --- a/gaphor/ui/statuswindow.py +++ b/gaphor/ui/statuswindow.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """Defines a status window class for displaying the progress of a queue.""" diff --git a/gaphor/ui/stock.py b/gaphor/ui/stock.py index da1c9ef5f..3c771d23c 100644 --- a/gaphor/ui/stock.py +++ b/gaphor/ui/stock.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """Icons that are used by Gaphor. """ diff --git a/gaphor/ui/tests/__init__.py b/gaphor/ui/tests/__init__.py index 5e31d093e..4e7637f3f 100644 --- a/gaphor/ui/tests/__init__.py +++ b/gaphor/ui/tests/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/gaphor/ui/tests/test_consolewindow.py b/gaphor/ui/tests/test_consolewindow.py index 853558d1d..08ee40397 100644 --- a/gaphor/ui/tests/test_consolewindow.py +++ b/gaphor/ui/tests/test_consolewindow.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.ui.consolewindow import ConsoleWindow from gaphor.tests.testcase import TestCase diff --git a/gaphor/ui/tests/test_diagramtab.py b/gaphor/ui/tests/test_diagramtab.py index f933a757c..3c32e1361 100644 --- a/gaphor/ui/tests/test_diagramtab.py +++ b/gaphor/ui/tests/test_diagramtab.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import unittest diff --git a/gaphor/ui/tests/test_diagramtoolbox.py b/gaphor/ui/tests/test_diagramtoolbox.py index e4b8414d5..86128897f 100644 --- a/gaphor/ui/tests/test_diagramtoolbox.py +++ b/gaphor/ui/tests/test_diagramtoolbox.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.tests.testcase import TestCase from gaphor.ui.diagramtab import DiagramTab diff --git a/gaphor/ui/tests/test_diagramtools.py b/gaphor/ui/tests/test_diagramtools.py index 4e1189e52..875ba788d 100644 --- a/gaphor/ui/tests/test_diagramtools.py +++ b/gaphor/ui/tests/test_diagramtools.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import gtk import logging diff --git a/gaphor/ui/tests/test_elementeditor.py b/gaphor/ui/tests/test_elementeditor.py index 19884e0b1..8f2997212 100644 --- a/gaphor/ui/tests/test_elementeditor.py +++ b/gaphor/ui/tests/test_elementeditor.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.ui.elementeditor import ElementEditor from gaphor.tests.testcase import TestCase diff --git a/gaphor/ui/tests/test_handletool.py b/gaphor/ui/tests/test_handletool.py index 74fcf7c40..b77baff8b 100644 --- a/gaphor/ui/tests/test_handletool.py +++ b/gaphor/ui/tests/test_handletool.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """" Test handle tool functionality. """ diff --git a/gaphor/ui/tests/test_mainwindow.py b/gaphor/ui/tests/test_mainwindow.py index 658413a45..30a3d7015 100644 --- a/gaphor/ui/tests/test_mainwindow.py +++ b/gaphor/ui/tests/test_mainwindow.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import unittest diff --git a/gaphor/ui/tests/test_namespace.py b/gaphor/ui/tests/test_namespace.py index 76c8518c0..55453a81a 100644 --- a/gaphor/ui/tests/test_namespace.py +++ b/gaphor/ui/tests/test_namespace.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from __future__ import print_function from gaphor.tests.testcase import TestCase diff --git a/gaphor/ui/toolbox.py b/gaphor/ui/toolbox.py index 2c4aed6b0..22a13ebac 100644 --- a/gaphor/ui/toolbox.py +++ b/gaphor/ui/toolbox.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Toolbox. """ diff --git a/gaphor/ui/toplevelwindow.py b/gaphor/ui/toplevelwindow.py index 9573c27a7..134dde847 100644 --- a/gaphor/ui/toplevelwindow.py +++ b/gaphor/ui/toplevelwindow.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Basic stuff for toplevel windows. """ diff --git a/gaphor/ui/wrapbox.py b/gaphor/ui/wrapbox.py index cebc590f9..826adea08 100644 --- a/gaphor/ui/wrapbox.py +++ b/gaphor/ui/wrapbox.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import gobject import gtk diff --git a/po/ca.po b/po/ca.po index 7dc029a65..2f31e3840 100644 --- a/po/ca.po +++ b/po/ca.po @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . # Catalan Gaphor Translation msgid "" diff --git a/po/es.po b/po/es.po index 34ccc9075..7338cc36a 100644 --- a/po/es.po +++ b/po/es.po @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . # Spanish Gaphor Translation msgid "" diff --git a/po/fr.po b/po/fr.po index 76df573d5..4fa3c055c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . # French Gaphor Translation msgid "" diff --git a/po/nl.po b/po/nl.po index ff6e19164..ef59f2975 100644 --- a/po/nl.po +++ b/po/nl.po @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . # Dutch Gaphor Translation msgid "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 9dde069bb..968534e58 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,16 +5,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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . # Brazilian Portuguese Translations of Gaphor msgid "" diff --git a/po/ru.po b/po/ru.po index 423936368..107174e4d 100644 --- a/po/ru.po +++ b/po/ru.po @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . # Russian Gaphor Translation msgid "" diff --git a/po/sv.po b/po/sv.po index d09c643ef..424a790b7 100644 --- a/po/sv.po +++ b/po/sv.po @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . # Swedish Gaphor Translation msgid "" diff --git a/setup.py b/setup.py index 0883f0a28..e0368d342 100644 --- a/setup.py +++ b/setup.py @@ -1,23 +1,24 @@ #!/usr/bin/env python # Copyright (C) 2003-2017 Arjan Molenaar +# Artur Wroblewski # Dan Yeaw # slmm -# wrobell # # 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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Setup script for Gaphor. diff --git a/tests/test_action_issue.py b/tests/test_action_issue.py index ec09d9b51..2ec44f7b6 100644 --- a/tests/test_action_issue.py +++ b/tests/test_action_issue.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2 diff --git a/tests/test_gen_uml.py b/tests/test_gen_uml.py index 22da73058..56e575619 100644 --- a/tests/test_gen_uml.py +++ b/tests/test_gen_uml.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test case that checks the working of the utils/command/gen_uml.py module. """ diff --git a/tests/test_issue_132.py b/tests/test_issue_132.py index cf0f0ed0e..d9a619d78 100644 --- a/tests/test_issue_132.py +++ b/tests/test_issue_132.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2 diff --git a/tests/test_issue_4.py b/tests/test_issue_4.py index 75d123d99..283cfda81 100644 --- a/tests/test_issue_4.py +++ b/tests/test_issue_4.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Test GitHub issue #4. Diagram could not be loaded due to JuggleError (presumed cyclic resolving of diagram items). diff --git a/tests/test_issue_53.py b/tests/test_issue_53.py index adda0f557..0a5a249bb 100644 --- a/tests/test_issue_53.py +++ b/tests/test_issue_53.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import unittest diff --git a/tests/test_issue_gaphas.py b/tests/test_issue_gaphas.py index c19b77eb9..9dfac813c 100644 --- a/tests/test_issue_gaphas.py +++ b/tests/test_issue_gaphas.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from gaphor.UML import uml2 diff --git a/tests/test_undo.py b/tests/test_undo.py index f3bb6aba3..3154631dd 100644 --- a/tests/test_undo.py +++ b/tests/test_undo.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from six.moves import range diff --git a/utils/__init__.py b/utils/__init__.py index fbf7122d0..741671224 100644 --- a/utils/__init__.py +++ b/utils/__init__.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . diff --git a/utils/browseUML.py b/utils/browseUML.py index 6590b9f39..5f75c4f03 100755 --- a/utils/browseUML.py +++ b/utils/browseUML.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Print all attributes of a specific class. Usage: browseUML.py diff --git a/utils/command/__init__.py b/utils/command/__init__.py index 0f9280cfd..71f5ef3a4 100644 --- a/utils/command/__init__.py +++ b/utils/command/__init__.py @@ -5,16 +5,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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Additional distutils commands for Gaphor. """ diff --git a/utils/command/build_mo.py b/utils/command/build_mo.py index 9e7e3d698..3d6c13dfa 100644 --- a/utils/command/build_mo.py +++ b/utils/command/build_mo.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """build_mo Generate .mo files from po files. diff --git a/utils/command/build_pot.py b/utils/command/build_pot.py index f9daf9629..70092b5b0 100644 --- a/utils/command/build_pot.py +++ b/utils/command/build_pot.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """build_pot Build a PO template (for i18n) and update the .po files to reflect diff --git a/utils/command/build_uml.py b/utils/command/build_uml.py index 6df242de0..fc7bd3e5e 100644 --- a/utils/command/build_uml.py +++ b/utils/command/build_uml.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This file provides the code generator which transforms gaphor/UML/uml2.gaphor into gaphor/UML/uml2.py. diff --git a/utils/command/gen_uml.py b/utils/command/gen_uml.py index 7090f1df3..32818399d 100644 --- a/utils/command/gen_uml.py +++ b/utils/command/gen_uml.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This file provides the code generator which transforms gaphor/UML/uml2.gaphor into gaphor/UML/uml2.py. diff --git a/utils/command/install_lib.py b/utils/command/install_lib.py index 3009e80b7..0494a5507 100644 --- a/utils/command/install_lib.py +++ b/utils/command/install_lib.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import from setuptools.command.install_lib import install_lib as _install_lib diff --git a/utils/command/override.py b/utils/command/override.py index 2c6b8e36a..0a5d2f5d7 100644 --- a/utils/command/override.py +++ b/utils/command/override.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ This file contains code for loading up an override file. The override file provides implementations of functions where the code generator could not diff --git a/utils/command/run.py b/utils/command/run.py index ff801df7a..c427ed69c 100644 --- a/utils/command/run.py +++ b/utils/command/run.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """ Command for running gaphor and tests directly from setup.py. """ diff --git a/utils/compare.py b/utils/compare.py index 07f17e98a..1f34a0bd9 100644 --- a/utils/compare.py +++ b/utils/compare.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . """Report differences in two Gaphor models. This can be called as: diff --git a/utils/format.py b/utils/format.py index f17ca6d8f..1f1af3377 100644 --- a/utils/format.py +++ b/utils/format.py @@ -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 . +# You should have received a copy of the GNU Library General Public +# along with Gaphor. If not, see . from __future__ import absolute_import import re