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/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
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.
//
...
...
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