diff --git a/BlueBerry/Bundles/org.blueberry.core.runtime/src/berryIBerryPreferences.cpp b/BlueBerry/Bundles/org.blueberry.core.runtime/src/berryIBerryPreferences.cpp index c583e5ba6d..695ba6fa5f 100644 --- a/BlueBerry/Bundles/org.blueberry.core.runtime/src/berryIBerryPreferences.cpp +++ b/BlueBerry/Bundles/org.blueberry.core.runtime/src/berryIBerryPreferences.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIBerryPreferences.h" namespace berry { IBerryPreferences::~IBerryPreferences () { } } diff --git a/BlueBerry/Bundles/org.blueberry.core.runtime/src/berryIPreferences.cpp b/BlueBerry/Bundles/org.blueberry.core.runtime/src/berryIPreferences.cpp index 20fd094fe7..bfd4ed7384 100644 --- a/BlueBerry/Bundles/org.blueberry.core.runtime/src/berryIPreferences.cpp +++ b/BlueBerry/Bundles/org.blueberry.core.runtime/src/berryIPreferences.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPreferences.h" namespace berry { IPreferences::~IPreferences () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryAbstractTabItem.cpp b/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryAbstractTabItem.cpp index 7492fda906..9a6fbef59a 100644 --- a/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryAbstractTabItem.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryAbstractTabItem.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryAbstractTabItem.h" namespace berry { AbstractTabItem::~AbstractTabItem() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryIPresentablePartList.cpp b/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryIPresentablePartList.cpp index a65a686c11..d1d0a0ccd6 100644 --- a/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryIPresentablePartList.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryIPresentablePartList.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPresentablePartList.h" namespace berry { IPresentablePartList::~IPresentablePartList () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryTabDragHandler.cpp b/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryTabDragHandler.cpp index 2d512e5b13..6dfdacd75a 100644 --- a/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryTabDragHandler.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryTabDragHandler.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryTabDragHandler.h" namespace berry { TabDragHandler::~TabDragHandler() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryTabOrder.cpp b/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryTabOrder.cpp index e4be2be73d..4fe200fb65 100644 --- a/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryTabOrder.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui.qt/src/internal/util/berryTabOrder.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryTabOrder.h" namespace berry { TabOrder::~TabOrder() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIActionBarConfigurer.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIActionBarConfigurer.cpp index 4f66c20cdb..8f04d3d294 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIActionBarConfigurer.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIActionBarConfigurer.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIActionBarConfigurer.h" namespace berry { IActionBarConfigurer::~IActionBarConfigurer () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIWorkbenchConfigurer.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIWorkbenchConfigurer.cpp index 7442e68838..7fb96ea958 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIWorkbenchConfigurer.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIWorkbenchConfigurer.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIWorkbenchConfigurer.h" namespace berry { IWorkbenchConfigurer::~IWorkbenchConfigurer () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIWorkbenchWindowConfigurer.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIWorkbenchWindowConfigurer.cpp index 87bdca6a95..fc911f5502 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIWorkbenchWindowConfigurer.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/application/berryIWorkbenchWindowConfigurer.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIWorkbenchWindowConfigurer.h" namespace berry { IWorkbenchWindowConfigurer::~IWorkbenchWindowConfigurer () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorDescriptor.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorDescriptor.cpp index 8923778bde..7f82edbd9f 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorDescriptor.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorDescriptor.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIEditorDescriptor.h" namespace berry { IEditorDescriptor::~IEditorDescriptor () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorInput.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorInput.cpp index 9afc98c060..080defe3c9 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorInput.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorInput.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIEditorInput.h" namespace berry { IEditorInput::~IEditorInput () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorMatchingStrategy.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorMatchingStrategy.cpp index 24e7d1c048..62519b4609 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorMatchingStrategy.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorMatchingStrategy.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIEditorMatchingStrategy.h" namespace berry { IEditorMatchingStrategy::~IEditorMatchingStrategy() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorPart.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorPart.cpp index 74b0f5bd5d..4dbea934ea 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorPart.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorPart.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIEditorPart.h" namespace berry { IEditorPart::~IEditorPart() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorReference.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorReference.cpp index cde6e10dd9..e7d925e972 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorReference.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorReference.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIEditorReference.h" namespace berry { IEditorReference::~IEditorReference() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorSite.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorSite.cpp index 2664399425..d7d0830677 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorSite.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIEditorSite.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIEditorSite.h" namespace berry { IEditorSite::~IEditorSite () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIFileEditorMapping.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIFileEditorMapping.cpp index 045c0e2785..d379365e07 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIFileEditorMapping.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIFileEditorMapping.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIFileEditorMapping.h" namespace berry { IFileEditorMapping::~IFileEditorMapping() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIFolderLayout.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIFolderLayout.cpp index 0527326b18..ac9c329756 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIFolderLayout.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIFolderLayout.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIFolderLayout.h" namespace berry { IFolderLayout::~IFolderLayout() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryINullSelectionListener.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryINullSelectionListener.cpp index 4c139c39cf..2f0a5346cf 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryINullSelectionListener.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryINullSelectionListener.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryINullSelectionListener.h" namespace berry { INullSelectionListener::~INullSelectionListener() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPageService.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPageService.cpp index 3041f13b53..690df09a35 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPageService.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPageService.cpp @@ -1,25 +1,24 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPageService.h" namespace berry { IPageService::~IPageService(){ } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPartService.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPartService.cpp index fc629fecd2..4927eec510 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPartService.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPartService.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPartService.h" namespace berry { IPartService::~IPartService() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPathEditorInput.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPathEditorInput.cpp index fa8e6eb451..f189bfbfe6 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPathEditorInput.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPathEditorInput.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPathEditorInput.h" namespace berry { IPathEditorInput::~IPathEditorInput() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveDescriptor.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveDescriptor.cpp index c753d860a4..391778923b 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveDescriptor.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveDescriptor.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPerspectiveDescriptor.h" namespace berry { IPerspectiveDescriptor::~IPerspectiveDescriptor() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveFactory.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveFactory.cpp index 8f15f2fc2d..7c866bea02 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveFactory.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveFactory.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPerspectiveFactory.h" namespace berry { IPerspectiveFactory::~IPerspectiveFactory() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveRegistry.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveRegistry.cpp index 68fbc9f2c6..945eee5fd5 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveRegistry.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPerspectiveRegistry.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPerspectiveRegistry.h" namespace berry { IPerspectiveRegistry::~IPerspectiveRegistry() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPlaceholderFolderLayout.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPlaceholderFolderLayout.cpp index 3b08a6cc4a..6811958b91 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPlaceholderFolderLayout.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPlaceholderFolderLayout.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPlaceholderFolderLayout.h" namespace berry { IPlaceholderFolderLayout::~IPlaceholderFolderLayout() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPostSelectionProvider.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPostSelectionProvider.cpp index b38979b107..4e21354ef4 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPostSelectionProvider.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPostSelectionProvider.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPostSelectionProvider.h" namespace berry { IPostSelectionProvider::~IPostSelectionProvider() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPreferencePage.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPreferencePage.cpp index 0cf5cf30c5..b6aec7415f 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIPreferencePage.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIPreferencePage.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPreferencePage.h" namespace berry { IPreferencePage::~IPreferencePage() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIReusableEditor.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIReusableEditor.cpp index c423d1132b..238a662b70 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIReusableEditor.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIReusableEditor.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIReusableEditor.h" namespace berry { IReusableEditor::~IReusableEditor() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryISaveablesSource.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryISaveablesSource.cpp index cf7e6b695d..6a6ca40762 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryISaveablesSource.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryISaveablesSource.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryISaveablesSource.h" namespace berry { ISaveablesSource::~ISaveablesSource() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryISelection.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryISelection.cpp index 5e34a30950..1616c09b11 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryISelection.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryISelection.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryISelection.h" namespace berry { ISelection::~ISelection() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryISelectionProvider.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryISelectionProvider.cpp index caa9ed7867..fe3185f10d 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryISelectionProvider.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryISelectionProvider.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryISelectionProvider.h" namespace berry { ISelectionProvider::~ISelectionProvider() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryISelectionService.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryISelectionService.cpp index 3a355f3412..06a5c69008 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryISelectionService.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryISelectionService.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryISelectionService.h" namespace berry { ISelectionService::~ISelectionService() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIShellProvider.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIShellProvider.cpp index a2917f01ec..ff1880e1da 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIShellProvider.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIShellProvider.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIShellProvider.h" namespace berry { IShellProvider::~IShellProvider() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryISourceProvider.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryISourceProvider.cpp index 6ed390614b..4995b263bf 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryISourceProvider.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryISourceProvider.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryISourceProvider.h" namespace berry { ISourceProvider::~ISourceProvider() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIStickyViewDescriptor.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIStickyViewDescriptor.cpp index eb84661ecd..ad7ccda809 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIStickyViewDescriptor.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIStickyViewDescriptor.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIStickyViewDescriptor.h" namespace berry { IStickyViewDescriptor::~IStickyViewDescriptor() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewCategory.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewCategory.cpp index b0b070729b..19a30d27b2 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewCategory.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewCategory.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIViewCategory.h" namespace berry { IViewCategory::~IViewCategory() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewDescriptor.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewDescriptor.cpp index 0bd88bfb0d..8a23056429 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewDescriptor.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewDescriptor.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIViewDescriptor.h" namespace berry { IViewDescriptor::~IViewDescriptor() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewLayout.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewLayout.cpp index 7a245aab7d..2d472d3d00 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewLayout.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewLayout.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIViewLayout.h" namespace berry { IViewLayout::~IViewLayout () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewPart.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewPart.cpp index 92379fbf41..3891b1135d 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewPart.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewPart.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIViewPart.h" namespace berry { IViewPart::~IViewPart() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewReference.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewReference.cpp index fbefa6339e..6a69f73828 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewReference.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewReference.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIViewReference.h" namespace berry { IViewReference::~IViewReference() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewRegistry.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewRegistry.cpp index 9f2940652f..a1b8dbc6c0 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewRegistry.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewRegistry.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIViewRegistry.h" namespace berry { IViewRegistry::~IViewRegistry() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewSite.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewSite.cpp index 29b25a9681..cc451abfa2 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewSite.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIViewSite.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIViewSite.h" namespace berry { IViewSite::~IViewSite() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbench.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbench.cpp index c0c70880d9..8eab7ea9b7 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbench.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbench.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIWorkbench.h" namespace berry { IWorkbench::~IWorkbench() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPart.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPart.cpp index c6974c633e..5f9a8590b3 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPart.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPart.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIWorkbenchPart.h" namespace berry { IWorkbenchPart::~IWorkbenchPart() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartDescriptor.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartDescriptor.cpp index 42344190a5..5e387ace78 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartDescriptor.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartDescriptor.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIWorkbenchPartDescriptor.h" namespace berry { IWorkbenchPartDescriptor::~IWorkbenchPartDescriptor () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartReference.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartReference.cpp index 4dd8dae795..571fc80e57 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartReference.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartReference.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIWorkbenchPartReference.h" namespace berry { IWorkbenchPartReference::~IWorkbenchPartReference() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartSite.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartSite.cpp index 3a917f1c4b..218a6b5b48 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartSite.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchPartSite.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIWorkbenchPartSite.h" namespace berry { IWorkbenchPartSite::~IWorkbenchPartSite() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchSite.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchSite.cpp index b9a99afdbc..0d45b05a3b 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchSite.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchSite.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIWorkbenchSite.h" namespace berry { IWorkbenchSite::~IWorkbenchSite() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchWindow.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchWindow.cpp index 5446e29d13..6a72d37b29 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchWindow.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/berryIWorkbenchWindow.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIWorkbenchWindow.h" namespace berry { IWorkbenchWindow::~IWorkbenchWindow() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/dialogs/berryIShowViewDialog.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/dialogs/berryIShowViewDialog.cpp index 99e0564844..77a3e11aa8 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/dialogs/berryIShowViewDialog.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/dialogs/berryIShowViewDialog.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIShowViewDialog.h" namespace berry { IShowViewDialog::~IShowViewDialog () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/handlers/berryIHandlerService.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/handlers/berryIHandlerService.cpp index cb3fa9169d..baa7860287 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/handlers/berryIHandlerService.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/handlers/berryIHandlerService.cpp @@ -1,29 +1,28 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIHandlerService.h" #include "berryIEvaluationContext.h" namespace berry { IHandlerService::~IHandlerService () { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIDropTarget.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIDropTarget.cpp index bb10708d61..75f72dd715 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIDropTarget.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIDropTarget.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIDropTarget.h" namespace berry { IDropTarget::~IDropTarget() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIEvaluationResultCache.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIEvaluationResultCache.cpp index e4cd1ea06a..3594519998 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIEvaluationResultCache.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIEvaluationResultCache.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIEvaluationResultCache.h" namespace berry { IEvaluationResultCache::~IEvaluationResultCache() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryILayoutContainer.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryILayoutContainer.cpp index 94f4bec069..5a13bbcad8 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryILayoutContainer.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryILayoutContainer.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryILayoutContainer.h" namespace berry { ILayoutContainer::~ILayoutContainer() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIServiceLocatorCreator.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIServiceLocatorCreator.cpp index 7caa248b15..c073bf19bd 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIServiceLocatorCreator.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIServiceLocatorCreator.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIServiceLocatorCreator.h" namespace berry { IServiceLocatorCreator::~IServiceLocatorCreator() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIStackableContainer.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIStackableContainer.cpp index 905efc28b9..96f6705e08 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIStackableContainer.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIStackableContainer.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIStackableContainer.h" namespace berry { IStackableContainer::~IStackableContainer() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIStickyViewManager.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIStickyViewManager.cpp index d7b08887da..9d28ac76fb 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIStickyViewManager.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIStickyViewManager.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIStickyViewManager.h" namespace berry { IStickyViewManager::~IStickyViewManager() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIWorkbenchLocationService.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIWorkbenchLocationService.cpp index e11d07f3f3..f818dbba57 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIWorkbenchLocationService.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/internal/berryIWorkbenchLocationService.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIWorkbenchLocationService.h" namespace berry { IWorkbenchLocationService::~IWorkbenchLocationService() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/internal/intro/berryIIntroDescriptor.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/internal/intro/berryIIntroDescriptor.cpp index 091bc77c53..e0ce4acce5 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/internal/intro/berryIIntroDescriptor.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/internal/intro/berryIIntroDescriptor.cpp @@ -1,27 +1,26 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIIntroDescriptor.h" namespace berry { IIntroDescriptor::~IIntroDescriptor() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/internal/intro/berryIIntroRegistry.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/internal/intro/berryIIntroRegistry.cpp index 612b17ce59..9c52ef2bce 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/internal/intro/berryIIntroRegistry.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/internal/intro/berryIIntroRegistry.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIIntroRegistry.h" namespace berry { IIntroRegistry::~IIntroRegistry() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroManager.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroManager.cpp index 4b84a5144a..560dd5e21c 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroManager.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroManager.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIIntroManager.h" namespace berry { IIntroManager::~IIntroManager() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroPart.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroPart.cpp index 531d71d12b..b043801a15 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroPart.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroPart.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIIntroPart.h" namespace berry { IIntroPart::~IIntroPart() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroSite.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroSite.cpp index dae3d4e578..cd9d8ee6bc 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroSite.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/intro/berryIIntroSite.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIIntroSite.h" namespace berry { IIntroSite::~IIntroSite() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/presentations/berryIPresentationSerializer.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/presentations/berryIPresentationSerializer.cpp index 77c6087eab..ce6048a99b 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/presentations/berryIPresentationSerializer.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/presentations/berryIPresentationSerializer.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIPresentationSerializer.h" namespace berry { IPresentationSerializer::~IPresentationSerializer() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIDisposable.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIDisposable.cpp index bb4ce1a119..f5249cdcb1 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIDisposable.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIDisposable.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIDisposable.h" namespace berry { IDisposable::~IDisposable() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/services/berryINestable.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/services/berryINestable.cpp index c4aa53b308..f2ca1e2167 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/services/berryINestable.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/services/berryINestable.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryINestable.h" namespace berry { INestable::~INestable() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceFactory.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceFactory.cpp index 0dee9cfc4a..368e51512a 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceFactory.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceFactory.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIServiceFactory.h" namespace berry { IServiceFactory::~IServiceFactory() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceLocator.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceLocator.cpp index 90a9f8865a..240fe6a227 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceLocator.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceLocator.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIServiceLocator.h" namespace berry { IServiceLocator::~IServiceLocator() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceWithSources.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceWithSources.cpp index 72befd519e..52d064b3cc 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceWithSources.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/services/berryIServiceWithSources.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryIServiceWithSources.h" namespace berry { IServiceWithSources::~IServiceWithSources() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/tweaklets/berryITracker.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/tweaklets/berryITracker.cpp index 1a9a419efc..3370f723a5 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/tweaklets/berryITracker.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/tweaklets/berryITracker.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryITracker.h" namespace berry { ITracker::~ITracker() { } } diff --git a/BlueBerry/Bundles/org.blueberry.ui/src/util/berryISafeRunnableRunner.cpp b/BlueBerry/Bundles/org.blueberry.ui/src/util/berryISafeRunnableRunner.cpp index f31dce5674..df3c257bd1 100644 --- a/BlueBerry/Bundles/org.blueberry.ui/src/util/berryISafeRunnableRunner.cpp +++ b/BlueBerry/Bundles/org.blueberry.ui/src/util/berryISafeRunnableRunner.cpp @@ -1,26 +1,25 @@ -/*========================================================================= +/*=================================================================== - Program: BlueBerry Platform - Language: C++ - Date: $Date$ - Version: $Revision$ +BlueBerry Platform - Copyright (c) German Cancer Research Center, Division of Medical and - Biological Informatics. All rights reserved. - See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. - =========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ #include "berryISafeRunnableRunner.h" namespace berry { ISafeRunnableRunner::~ISafeRunnableRunner() { } }