From: <ru...@us...> - 2007-07-25 14:31:07
|
Revision: 2 http://tomtesttool.svn.sourceforge.net/tomtesttool/?rev=2&view=rev Author: rumbi Date: 2007-07-25 07:31:09 -0700 (Wed, 25 Jul 2007) Log Message: ----------- RR: set Handbuch.pdf to executable, added GPLv2 notice Modified Paths: -------------- trunk/src/de/sopra/controller/AnalysisHandler.java trunk/src/de/sopra/controller/AutoSaveHandler.java trunk/src/de/sopra/controller/AutoSaveListener.java trunk/src/de/sopra/controller/ConfigurationParser.java trunk/src/de/sopra/controller/Controller.java trunk/src/de/sopra/controller/ControllerFactory.java trunk/src/de/sopra/controller/ExecutionHandler.java trunk/src/de/sopra/controller/HandlerInterface.java trunk/src/de/sopra/controller/LocaleHandler.java trunk/src/de/sopra/controller/MainHandler.java trunk/src/de/sopra/controller/PerspectiveEnum.java trunk/src/de/sopra/controller/PreparationHandler.java trunk/src/de/sopra/controller/TOM.java trunk/src/de/sopra/controller/UserHandler.java trunk/src/de/sopra/controller/Visitor.java trunk/src/de/sopra/controller/facade/ControllerInterface.java trunk/src/de/sopra/controller/pdf/PageDecorator.java trunk/src/de/sopra/controller/pdf/ReportGenerator.java trunk/src/de/sopra/controller/tree/TreeUtilities.java trunk/src/de/sopra/controller/xml/XMLEntityResolver.java trunk/src/de/sopra/controller/xml/XMLErrorHandler.java trunk/src/de/sopra/controller/xml/XMLLoader.java trunk/src/de/sopra/controller/xml/XMLParser.java trunk/src/de/sopra/controller/xml/XMLSaver.java trunk/src/de/sopra/controller/xml/XMLSequenceExporter.java trunk/src/de/sopra/controller/xml/XMLSequenceImporter.java trunk/src/de/sopra/exceptions/ConfigFileIOException.java trunk/src/de/sopra/exceptions/IdOverflowException.java trunk/src/de/sopra/exceptions/IllegalLastSelectedPathException.java trunk/src/de/sopra/exceptions/InvalidDefaultConfigFileException.java trunk/src/de/sopra/exceptions/OverflowException.java trunk/src/de/sopra/exceptions/PropertiesNotLoadedException.java trunk/src/de/sopra/exceptions/ReferencesOverflowException.java trunk/src/de/sopra/exceptions/ResourceNotFoundException.java trunk/src/de/sopra/exceptions/TimeParseException.java trunk/src/de/sopra/exceptions/XMLException.java trunk/src/de/sopra/exceptions/XMLExportException.java trunk/src/de/sopra/exceptions/XMLImportException.java trunk/src/de/sopra/model/Priority.java trunk/src/de/sopra/model/ReadableIterator.java trunk/src/de/sopra/model/TOMVersion.java trunk/src/de/sopra/model/TestProject.java trunk/src/de/sopra/model/Time.java trunk/src/de/sopra/model/Visitable.java trunk/src/de/sopra/model/execution/ExecutedTestCase.java trunk/src/de/sopra/model/execution/ExecutedTestSequence.java trunk/src/de/sopra/model/execution/ReadableExecutedTestCase.java trunk/src/de/sopra/model/execution/ReadableExecutedTestSequence.java trunk/src/de/sopra/model/execution/ReadableTestExecution.java trunk/src/de/sopra/model/execution/ReadableTestExecutionContainer.java trunk/src/de/sopra/model/execution/TestExecution.java trunk/src/de/sopra/model/execution/TestExecutionContainer.java trunk/src/de/sopra/model/preparation/ElementContainer.java trunk/src/de/sopra/model/preparation/ReadableElementContainer.java trunk/src/de/sopra/model/preparation/ReadableTestCase.java trunk/src/de/sopra/model/preparation/ReadableTestElement.java trunk/src/de/sopra/model/preparation/ReadableTestSequence.java trunk/src/de/sopra/model/preparation/ReadableTreeRoot.java trunk/src/de/sopra/model/preparation/TestCase.java trunk/src/de/sopra/model/preparation/TestElement.java trunk/src/de/sopra/model/preparation/TestSequence.java trunk/src/de/sopra/model/preparation/TreeRoot.java trunk/src/de/sopra/model/userdata/ReadableUser.java trunk/src/de/sopra/model/userdata/ReadableUserContainer.java trunk/src/de/sopra/model/userdata/User.java trunk/src/de/sopra/model/userdata/UserContainer.java trunk/src/de/sopra/view/AboutDialog.java trunk/src/de/sopra/view/AuthorListCellRenderer.java trunk/src/de/sopra/view/FailSafeErrorNotifier.java trunk/src/de/sopra/view/GlobalExecutionListener.java trunk/src/de/sopra/view/GlobalMenuListener.java trunk/src/de/sopra/view/PerspectiveChangeButtonListener.java trunk/src/de/sopra/view/TOMFrame.java trunk/src/de/sopra/view/ViewUtilities.java trunk/src/de/sopra/view/facade/AnalysisInterface.java trunk/src/de/sopra/view/facade/ExecutionInterface.java trunk/src/de/sopra/view/facade/FailsafeErrorFactory.java trunk/src/de/sopra/view/facade/FailsafeErrorInterface.java trunk/src/de/sopra/view/facade/MainInterface.java trunk/src/de/sopra/view/facade/PreparationInterface.java trunk/src/de/sopra/view/facade/UserInterface.java trunk/src/de/sopra/view/menus/PopupAnalysisList.java trunk/src/de/sopra/view/menus/PopupPreparationTree.java trunk/src/de/sopra/view/menus/PopupUser.java trunk/src/de/sopra/view/perspectives/SelectionPane.java trunk/src/de/sopra/view/perspectives/WelcomePane.java trunk/src/de/sopra/view/perspectives/analysis/AnalysisListModel.java trunk/src/de/sopra/view/perspectives/analysis/AnalysisListSelectionListener.java trunk/src/de/sopra/view/perspectives/analysis/AnalysisPane.java trunk/src/de/sopra/view/perspectives/analysis/AnalysisTableModel.java trunk/src/de/sopra/view/perspectives/analysis/ListPane.java trunk/src/de/sopra/view/perspectives/execution/ExecutionCasePane.java trunk/src/de/sopra/view/perspectives/execution/ExecutionEndPane.java trunk/src/de/sopra/view/perspectives/execution/ExecutionPane.java trunk/src/de/sopra/view/perspectives/execution/ExecutionSequencePane.java trunk/src/de/sopra/view/perspectives/execution/ExecutionStartPane.java trunk/src/de/sopra/view/perspectives/preparation/CancelButtonListener.java trunk/src/de/sopra/view/perspectives/preparation/InputWatcher.java trunk/src/de/sopra/view/perspectives/preparation/OkButtonListener.java trunk/src/de/sopra/view/perspectives/preparation/PreparationCasePane.java trunk/src/de/sopra/view/perspectives/preparation/PreparationCasesPane.java trunk/src/de/sopra/view/perspectives/preparation/PreparationPane.java trunk/src/de/sopra/view/perspectives/preparation/PreparationSequencePane.java trunk/src/de/sopra/view/perspectives/preparation/PreparationTabPane.java trunk/src/de/sopra/view/perspectives/preparation/PreparationTableModel.java trunk/src/de/sopra/view/perspectives/userdata/NewUserDialog.java trunk/src/de/sopra/view/perspectives/userdata/UserPane.java trunk/src/de/sopra/view/perspectives/userdata/UserTableModel.java trunk/src/de/sopra/view/tree/DataTree.java trunk/src/de/sopra/view/tree/DataTreeCellRenderer.java trunk/src/de/sopra/view/tree/DataTreeModel.java trunk/src/de/sopra/view/tree/DataTreeSelectionListener.java trunk/src/de/sopra/view/tree/DataTreeTransferContainer.java trunk/src/de/sopra/view/tree/TreePane.java Property Changed: ---------------- trunk/ trunk/Handbuch.pdf Property changes on: trunk ___________________________________________________________________ Name: svn:ignore + build dist Property changes on: trunk/Handbuch.pdf ___________________________________________________________________ Name: svn:executable + * Modified: trunk/src/de/sopra/controller/AnalysisHandler.java =================================================================== --- trunk/src/de/sopra/controller/AnalysisHandler.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/AnalysisHandler.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/AutoSaveHandler.java =================================================================== --- trunk/src/de/sopra/controller/AutoSaveHandler.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/AutoSaveHandler.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/AutoSaveListener.java =================================================================== --- trunk/src/de/sopra/controller/AutoSaveListener.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/AutoSaveListener.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/ConfigurationParser.java =================================================================== --- trunk/src/de/sopra/controller/ConfigurationParser.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/ConfigurationParser.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/Controller.java =================================================================== --- trunk/src/de/sopra/controller/Controller.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/Controller.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/ControllerFactory.java =================================================================== --- trunk/src/de/sopra/controller/ControllerFactory.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/ControllerFactory.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,10 +7,24 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; import de.sopra.controller.facade.ControllerInterface; + /** * The main objective of this class is to provide a suitable instance of * <code>{@link ControllerInterface}</code> to the view. It implements the Modified: trunk/src/de/sopra/controller/ExecutionHandler.java =================================================================== --- trunk/src/de/sopra/controller/ExecutionHandler.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/ExecutionHandler.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/HandlerInterface.java =================================================================== --- trunk/src/de/sopra/controller/HandlerInterface.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/HandlerInterface.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/LocaleHandler.java =================================================================== --- trunk/src/de/sopra/controller/LocaleHandler.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/LocaleHandler.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/MainHandler.java =================================================================== --- trunk/src/de/sopra/controller/MainHandler.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/MainHandler.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/PerspectiveEnum.java =================================================================== --- trunk/src/de/sopra/controller/PerspectiveEnum.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/PerspectiveEnum.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/PreparationHandler.java =================================================================== --- trunk/src/de/sopra/controller/PreparationHandler.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/PreparationHandler.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/TOM.java =================================================================== --- trunk/src/de/sopra/controller/TOM.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/TOM.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/UserHandler.java =================================================================== --- trunk/src/de/sopra/controller/UserHandler.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/UserHandler.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/Visitor.java =================================================================== --- trunk/src/de/sopra/controller/Visitor.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/Visitor.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller; Modified: trunk/src/de/sopra/controller/facade/ControllerInterface.java =================================================================== --- trunk/src/de/sopra/controller/facade/ControllerInterface.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/facade/ControllerInterface.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.facade; Modified: trunk/src/de/sopra/controller/pdf/PageDecorator.java =================================================================== --- trunk/src/de/sopra/controller/pdf/PageDecorator.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/pdf/PageDecorator.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.pdf; Modified: trunk/src/de/sopra/controller/pdf/ReportGenerator.java =================================================================== --- trunk/src/de/sopra/controller/pdf/ReportGenerator.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/pdf/ReportGenerator.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.pdf; Modified: trunk/src/de/sopra/controller/tree/TreeUtilities.java =================================================================== --- trunk/src/de/sopra/controller/tree/TreeUtilities.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/tree/TreeUtilities.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.tree; Modified: trunk/src/de/sopra/controller/xml/XMLEntityResolver.java =================================================================== --- trunk/src/de/sopra/controller/xml/XMLEntityResolver.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/xml/XMLEntityResolver.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.xml; Modified: trunk/src/de/sopra/controller/xml/XMLErrorHandler.java =================================================================== --- trunk/src/de/sopra/controller/xml/XMLErrorHandler.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/xml/XMLErrorHandler.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.xml; Modified: trunk/src/de/sopra/controller/xml/XMLLoader.java =================================================================== --- trunk/src/de/sopra/controller/xml/XMLLoader.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/xml/XMLLoader.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.xml; Modified: trunk/src/de/sopra/controller/xml/XMLParser.java =================================================================== --- trunk/src/de/sopra/controller/xml/XMLParser.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/xml/XMLParser.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.xml; Modified: trunk/src/de/sopra/controller/xml/XMLSaver.java =================================================================== --- trunk/src/de/sopra/controller/xml/XMLSaver.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/xml/XMLSaver.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.xml; Modified: trunk/src/de/sopra/controller/xml/XMLSequenceExporter.java =================================================================== --- trunk/src/de/sopra/controller/xml/XMLSequenceExporter.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/xml/XMLSequenceExporter.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.xml; Modified: trunk/src/de/sopra/controller/xml/XMLSequenceImporter.java =================================================================== --- trunk/src/de/sopra/controller/xml/XMLSequenceImporter.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/controller/xml/XMLSequenceImporter.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.controller.xml; Modified: trunk/src/de/sopra/exceptions/ConfigFileIOException.java =================================================================== --- trunk/src/de/sopra/exceptions/ConfigFileIOException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/ConfigFileIOException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/IdOverflowException.java =================================================================== --- trunk/src/de/sopra/exceptions/IdOverflowException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/IdOverflowException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/IllegalLastSelectedPathException.java =================================================================== --- trunk/src/de/sopra/exceptions/IllegalLastSelectedPathException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/IllegalLastSelectedPathException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/InvalidDefaultConfigFileException.java =================================================================== --- trunk/src/de/sopra/exceptions/InvalidDefaultConfigFileException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/InvalidDefaultConfigFileException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/OverflowException.java =================================================================== --- trunk/src/de/sopra/exceptions/OverflowException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/OverflowException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/PropertiesNotLoadedException.java =================================================================== --- trunk/src/de/sopra/exceptions/PropertiesNotLoadedException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/PropertiesNotLoadedException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/ReferencesOverflowException.java =================================================================== --- trunk/src/de/sopra/exceptions/ReferencesOverflowException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/ReferencesOverflowException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/ResourceNotFoundException.java =================================================================== --- trunk/src/de/sopra/exceptions/ResourceNotFoundException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/ResourceNotFoundException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -2,11 +2,24 @@ * ResourceNotFoundException.java * * Project: TOM - * VVersion: 1.0.0 + * Version: 1.0.0 * Created: May 30, 2007 * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/TimeParseException.java =================================================================== --- trunk/src/de/sopra/exceptions/TimeParseException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/TimeParseException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/XMLException.java =================================================================== --- trunk/src/de/sopra/exceptions/XMLException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/XMLException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/XMLExportException.java =================================================================== --- trunk/src/de/sopra/exceptions/XMLExportException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/XMLExportException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/exceptions/XMLImportException.java =================================================================== --- trunk/src/de/sopra/exceptions/XMLImportException.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/exceptions/XMLImportException.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.exceptions; Modified: trunk/src/de/sopra/model/Priority.java =================================================================== --- trunk/src/de/sopra/model/Priority.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/model/Priority.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.model; Modified: trunk/src/de/sopra/model/ReadableIterator.java =================================================================== --- trunk/src/de/sopra/model/ReadableIterator.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/model/ReadableIterator.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.model; Modified: trunk/src/de/sopra/model/TOMVersion.java =================================================================== --- trunk/src/de/sopra/model/TOMVersion.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/model/TOMVersion.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.model; Modified: trunk/src/de/sopra/model/TestProject.java =================================================================== --- trunk/src/de/sopra/model/TestProject.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/model/TestProject.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.model; Modified: trunk/src/de/sopra/model/Time.java =================================================================== --- trunk/src/de/sopra/model/Time.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/model/Time.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.model; Modified: trunk/src/de/sopra/model/Visitable.java =================================================================== --- trunk/src/de/sopra/model/Visitable.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/model/Visitable.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.model; Modified: trunk/src/de/sopra/model/execution/ExecutedTestCase.java =================================================================== --- trunk/src/de/sopra/model/execution/ExecutedTestCase.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/model/execution/ExecutedTestCase.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.model.execution; Modified: trunk/src/de/sopra/model/execution/ExecutedTestSequence.java =================================================================== --- trunk/src/de/sopra/model/execution/ExecutedTestSequence.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/model/execution/ExecutedTestSequence.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.model.execution; Modified: trunk/src/de/sopra/model/execution/ReadableExecutedTestCase.java =================================================================== --- trunk/src/de/sopra/model/execution/ReadableExecutedTestCase.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/model/execution/ReadableExecutedTestCase.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA */ package de.sopra.model.execution; Modified: trunk/src/de/sopra/model/execution/ReadableExecutedTestSequence.java =================================================================== --- trunk/src/de/sopra/model/execution/ReadableExecutedTestSequence.java 2007-07-25 11:48:38 UTC (rev 1) +++ trunk/src/de/sopra/model/execution/ReadableExecutedTestSequence.java 2007-07-25 14:31:09 UTC (rev 2) @@ -7,6 +7,19 @@ * * * copyright 2007 by Falko Kötter, Jens Müller and Reinhold Rumberger + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ... [truncated message content] |