Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
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
[DOC] changed copyright clause
parent
2af73a46
Changes
120
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
60 additions
and
40 deletions
+60
-40
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
No files found.
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.
//
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment