Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
fe8539ec
Commit
fe8539ec
authored
Sep 17, 2009
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] changed copyright clause
parent
2af73a46
Changes
120
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
225 additions
and
150 deletions
+225
-150
src/OpenWalnut.cpp
src/OpenWalnut.cpp
+3
-2
src/common/WException.cpp
src/common/WException.cpp
+3
-2
src/common/WException.h
src/common/WException.h
+3
-2
src/common/WLimits.h
src/common/WLimits.h
+3
-2
src/common/WSegmentationFault.cpp
src/common/WSegmentationFault.cpp
+3
-2
src/common/WSegmentationFault.h
src/common/WSegmentationFault.h
+3
-2
src/common/WStringUtils.cpp
src/common/WStringUtils.cpp
+3
-2
src/common/WStringUtils.hpp
src/common/WStringUtils.hpp
+3
-2
src/common/WThreadedRunner.cpp
src/common/WThreadedRunner.cpp
+3
-2
src/common/WThreadedRunner.h
src/common/WThreadedRunner.h
+3
-2
src/common/test/WException_test.h
src/common/test/WException_test.h
+3
-2
src/common/test/WStringUtils_test.h
src/common/test/WStringUtils_test.h
+3
-2
src/dataHandler/WDataHandler.cpp
src/dataHandler/WDataHandler.cpp
+3
-2
src/dataHandler/WDataHandler.h
src/dataHandler/WDataHandler.h
+3
-2
src/dataHandler/WDataHandlerEnums.h
src/dataHandler/WDataHandlerEnums.h
+3
-2
src/dataHandler/WDataSet.cpp
src/dataHandler/WDataSet.cpp
+3
-2
src/dataHandler/WDataSet.h
src/dataHandler/WDataSet.h
+3
-2
src/dataHandler/WDataSetMultiple.cpp
src/dataHandler/WDataSetMultiple.cpp
+3
-2
src/dataHandler/WDataSetMultiple.h
src/dataHandler/WDataSetMultiple.h
+3
-2
src/dataHandler/WDataSetSingle.cpp
src/dataHandler/WDataSetSingle.cpp
+3
-2
src/dataHandler/WDataSetSingle.h
src/dataHandler/WDataSetSingle.h
+3
-2
src/dataHandler/WDataSetTimeDependent.cpp
src/dataHandler/WDataSetTimeDependent.cpp
+3
-2
src/dataHandler/WDataSetTimeDependent.h
src/dataHandler/WDataSetTimeDependent.h
+3
-2
src/dataHandler/WEEG.cpp
src/dataHandler/WEEG.cpp
+3
-2
src/dataHandler/WEEG.h
src/dataHandler/WEEG.h
+3
-2
src/dataHandler/WGrid.cpp
src/dataHandler/WGrid.cpp
+3
-2
src/dataHandler/WGrid.h
src/dataHandler/WGrid.h
+3
-2
src/dataHandler/WGridRegular3D.cpp
src/dataHandler/WGridRegular3D.cpp
+3
-2
src/dataHandler/WGridRegular3D.h
src/dataHandler/WGridRegular3D.h
+3
-2
src/dataHandler/WLoader.cpp
src/dataHandler/WLoader.cpp
+3
-2
src/dataHandler/WLoader.h
src/dataHandler/WLoader.h
+3
-2
src/dataHandler/WLoaderManager.cpp
src/dataHandler/WLoaderManager.cpp
+3
-2
src/dataHandler/WLoaderManager.h
src/dataHandler/WLoaderManager.h
+3
-2
src/dataHandler/WRecording.cpp
src/dataHandler/WRecording.cpp
+3
-2
src/dataHandler/WRecording.h
src/dataHandler/WRecording.h
+3
-2
src/dataHandler/WSubject.cpp
src/dataHandler/WSubject.cpp
+3
-2
src/dataHandler/WSubject.h
src/dataHandler/WSubject.h
+3
-2
src/dataHandler/WValueSet.hpp
src/dataHandler/WValueSet.hpp
+3
-2
src/dataHandler/WValueSetBase.cpp
src/dataHandler/WValueSetBase.cpp
+3
-2
src/dataHandler/WValueSetBase.h
src/dataHandler/WValueSetBase.h
+3
-2
src/dataHandler/exceptions/WNoSuchDataSetException.cpp
src/dataHandler/exceptions/WNoSuchDataSetException.cpp
+3
-2
src/dataHandler/exceptions/WNoSuchDataSetException.h
src/dataHandler/exceptions/WNoSuchDataSetException.h
+3
-2
src/dataHandler/io/WLoaderBiosig.cpp
src/dataHandler/io/WLoaderBiosig.cpp
+3
-2
src/dataHandler/io/WLoaderBiosig.h
src/dataHandler/io/WLoaderBiosig.h
+3
-2
src/dataHandler/io/WLoaderEEGASCII.cpp
src/dataHandler/io/WLoaderEEGASCII.cpp
+3
-2
src/dataHandler/io/WLoaderEEGASCII.h
src/dataHandler/io/WLoaderEEGASCII.h
+3
-2
src/dataHandler/io/WLoaderNIfTI.cpp
src/dataHandler/io/WLoaderNIfTI.cpp
+3
-2
src/dataHandler/io/WLoaderNIfTI.h
src/dataHandler/io/WLoaderNIfTI.h
+3
-2
src/dataHandler/io/WLoaderVTK.cpp
src/dataHandler/io/WLoaderVTK.cpp
+3
-2
src/dataHandler/io/WLoaderVTK.h
src/dataHandler/io/WLoaderVTK.h
+3
-2
src/dataHandler/io/test/WLoaderBiosig_test.h
src/dataHandler/io/test/WLoaderBiosig_test.h
+3
-2
src/dataHandler/io/test/WLoaderEEGASCII_test.h
src/dataHandler/io/test/WLoaderEEGASCII_test.h
+3
-2
src/dataHandler/io/test/WLoaderNIfTI_test.h
src/dataHandler/io/test/WLoaderNIfTI_test.h
+3
-2
src/dataHandler/io/test/WLoaderVTK_test.h
src/dataHandler/io/test/WLoaderVTK_test.h
+3
-2
src/dataHandler/test/WDataHandler_test.h
src/dataHandler/test/WDataHandler_test.h
+3
-2
src/dataHandler/test/WDataSetMultiple_test.h
src/dataHandler/test/WDataSetMultiple_test.h
+3
-2
src/dataHandler/test/WDataSetSingle_test.h
src/dataHandler/test/WDataSetSingle_test.h
+3
-2
src/dataHandler/test/WDataSetTimeDependent_test.h
src/dataHandler/test/WDataSetTimeDependent_test.h
+3
-2
src/dataHandler/test/WDataSet_test.h
src/dataHandler/test/WDataSet_test.h
+3
-2
src/dataHandler/test/WEEG_test.h
src/dataHandler/test/WEEG_test.h
+3
-2
src/dataHandler/test/WGridRegular3D_test.h
src/dataHandler/test/WGridRegular3D_test.h
+3
-2
src/dataHandler/test/WGrid_test.h
src/dataHandler/test/WGrid_test.h
+3
-2
src/dataHandler/test/WLoaderManager_test.h
src/dataHandler/test/WLoaderManager_test.h
+3
-2
src/dataHandler/test/WLoader_test.h
src/dataHandler/test/WLoader_test.h
+3
-2
src/dataHandler/test/WRecording_test.h
src/dataHandler/test/WRecording_test.h
+3
-2
src/dataHandler/test/WSubject_test.h
src/dataHandler/test/WSubject_test.h
+3
-2
src/dataHandler/test/WValueSetBase_test.h
src/dataHandler/test/WValueSetBase_test.h
+3
-2
src/dataHandler/test/WValueSet_test.h
src/dataHandler/test/WValueSet_test.h
+3
-2
src/graphicsEngine/WGECamera.cpp
src/graphicsEngine/WGECamera.cpp
+3
-2
src/graphicsEngine/WGECamera.h
src/graphicsEngine/WGECamera.h
+3
-2
src/graphicsEngine/WGEGraphicsWindow.cpp
src/graphicsEngine/WGEGraphicsWindow.cpp
+3
-2
src/graphicsEngine/WGEGraphicsWindow.h
src/graphicsEngine/WGEGraphicsWindow.h
+3
-2
src/graphicsEngine/WGEScene.cpp
src/graphicsEngine/WGEScene.cpp
+3
-2
src/graphicsEngine/WGEScene.h
src/graphicsEngine/WGEScene.h
+3
-2
src/graphicsEngine/WGEViewer.cpp
src/graphicsEngine/WGEViewer.cpp
+3
-2
No files found.
src/OpenWalnut.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/WException.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/WException.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/WLimits.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/WSegmentationFault.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/WSegmentationFault.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/WStringUtils.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/WStringUtils.hpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/WThreadedRunner.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/WThreadedRunner.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/test/WException_test.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/common/test/WStringUtils_test.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataHandler.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataHandler.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataHandlerEnums.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataSet.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataSet.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataSetMultiple.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataSetMultiple.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataSetSingle.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataSetSingle.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataSetTimeDependent.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WDataSetTimeDependent.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WEEG.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WEEG.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WGrid.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WGrid.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WGridRegular3D.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WGridRegular3D.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WLoader.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WLoader.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WLoaderManager.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WLoaderManager.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WRecording.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WRecording.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WSubject.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WSubject.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WValueSet.hpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WValueSetBase.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/WValueSetBase.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/exceptions/WNoSuchDataSetException.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/exceptions/WNoSuchDataSetException.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/io/WLoaderBiosig.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/io/WLoaderBiosig.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/io/WLoaderEEGASCII.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/io/WLoaderEEGASCII.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/io/WLoaderNIfTI.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/io/WLoaderNIfTI.h
View file @
fe8539ec
//---------------------------------------------------------------------------
//
// Project: OpenWalnut
// Project: OpenWalnut
( http://www.openwalnut.org )
//
// Copyright 2009 SomeCopyrightowner
// Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
//
...
...
src/dataHandler/io/WLoaderVTK.cpp
View file @
fe8539ec
//---------------------------------------------------------------------------