Skip to content

Commit

Permalink
Copyright notices number XX
Browse files Browse the repository at this point in the history
  • Loading branch information
pfluegdk committed Jan 26, 2015
1 parent 616b619 commit 2720ec0
Show file tree
Hide file tree
Showing 115 changed files with 310 additions and 763 deletions.
11 changes: 4 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#################################################################################
# Copyright (C) 2009-2011 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
# #
# author Alexander Heinecke (Alexander.Heinecke@mytum.de) #
#################################################################################
# Copyright (C) 2008-today The SG++ project
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

###################################################################
# Needed Pathes
Expand Down
7 changes: 3 additions & 4 deletions SConstruct
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Copyright (C) 2009 Technische Universitaet Muenchen
# Copyright (C) 2008-today The SG++ Project
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice at http://www5.in.tum.de/SGpp

# author Dirk Pflueger (Dirk.Pflueger@in.tum.de), Joerg Blank (blankj@in.tum.de), Alexander Heinecke (Alexander.Heinecke@mytum.de), David Pfander (David.Pfander@ipvs.uni-stuttgart.de)
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

import glob
import SCons
Expand Down
6 changes: 3 additions & 3 deletions base/SConscript
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2009 Technische Universitaet Muenchen
# Copyright (C) 2008-today The SG++ project
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice at http://www5.in.tum.de/SGpp
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

# author Dirk Pflueger (Dirk.Pflueger@in.tum.de)

import os
import fnmatch
Expand Down
13 changes: 4 additions & 9 deletions base/tests/refinement-strategy/test_ANOVARefinement.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (C) 2008-today The SG++ project
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

#!/usr/bin/python
# -*- coding: utf-8 -*-
###############################################################################
# Copyright (C) 2012 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
# @author Valeriy Khakhutskyy (khakhutv@in.tum.de)
import unittest
from pysgpp import Grid, HashRefinement, GridIndex, \
SurplusRefinementFunctor, DataVector, SurplusVolumeRefinementFunctor,\
Expand Down Expand Up @@ -259,4 +254,4 @@ def test_ANOVA_Refinement_Volume(self):

if __name__ == '__main__':
# import sys;sys.argv = ['', 'Test.testName']
unittest.main()
unittest.main()
13 changes: 4 additions & 9 deletions base/tests/refinement-strategy/test_GSGRefinement.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (C) 2008-today The SG++ project
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

#!/usr/bin/python
# -*- coding: utf-8 -*-
###############################################################################
# Copyright (C) 2012 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
# @author Valeriy Khakhutskyy (khakhutv@in.tum.de)
import unittest
from pysgpp import Grid, HashRefinement, GridIndex, \
SurplusRefinementFunctor, DataVector, SurplusVolumeRefinementFunctor,\
Expand Down Expand Up @@ -111,4 +106,4 @@ def test_freeRefineSubspaceIsotropic(self):

if __name__ == '__main__':
# import sys;sys.argv = ['', 'Test.testName']
unittest.main()
unittest.main()
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (C) 2008-today The SG++ project
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

#!/usr/bin/python
# -*- coding: utf-8 -*-
###############################################################################
# Copyright (C) 2012 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
# @author Valeriy Khakhutskyy (khakhutv@in.tum.de)
import unittest
from pysgpp import Grid, HashRefinementInconsistent, GridIndex, \
SurplusRefinementFunctor, DataVector, SurplusVolumeRefinementFunctor,\
Expand Down Expand Up @@ -60,4 +55,4 @@ def test_InconsistentRefinement1Point(self):

if __name__ == '__main__':
# import sys;sys.argv = ['', 'Test.testName']
unittest.main()
unittest.main()
13 changes: 4 additions & 9 deletions base/tests/refinement-strategy/test_SubspaceGSGRefinement.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (C) 2008-today The SG++ project
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

#!/usr/bin/python
# -*- coding: utf-8 -*-
###############################################################################
# Copyright (C) 2012 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
# @author Valeriy Khakhutskyy (khakhutv@in.tum.de)
import unittest
from pysgpp import Grid, HashRefinement, GridIndex, \
SurplusRefinementFunctor, DataVector, SurplusVolumeRefinementFunctor,\
Expand Down Expand Up @@ -91,4 +86,4 @@ def test_freeRefineSubspaceIsotropic(self):

if __name__ == '__main__':
# import sys;sys.argv = ['', 'Test.testName']
unittest.main()
unittest.main()
13 changes: 4 additions & 9 deletions base/tests/refinement-strategy/test_SubspaceRefinement.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright (C) 2008-today The SG++ project
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

#!/usr/bin/python
# -*- coding: utf-8 -*-
###############################################################################
# Copyright (C) 2012 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
# @author Valeriy Khakhutskyy (khakhutv@in.tum.de)
import unittest
from pysgpp import Grid, HashRefinement, GridIndex, \
SurplusRefinementFunctor, DataVector, SurplusVolumeRefinementFunctor,\
Expand Down Expand Up @@ -83,4 +78,4 @@ def test_freeRefineSubspaceIsotropic(self):

if __name__ == '__main__':
# import sys;sys.argv = ['', 'Test.testName']
unittest.main()
unittest.main()
10 changes: 1 addition & 9 deletions base/tests/test_DataVector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

###############################################################################
# Copyright (C) 2009 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
## @author Dirk Pflueger (pflueged@in.tum.de), Joerg Blank (blankj@in.tum.de)


import unittest

##
Expand Down Expand Up @@ -187,4 +179,4 @@ def testArray(self):

# Run tests for this file if executed as application
if __name__=='__main__':
unittest.main()
unittest.main()
10 changes: 1 addition & 9 deletions base/tests/test_GridFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

###############################################################################
# Copyright (C) 2009 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
## @author Joerg Blank (blankj@in.tum.de), Dirk Pflueger (pflueged@in.tum.de), Alexander Heinecke (Alexander.Heinecke@mytum.de)


import unittest
from pysgpp import *

Expand Down Expand Up @@ -1202,4 +1194,4 @@ def testOperationEval_eval(self):

self.failUnlessAlmostEqual(eval.eval(alpha, p), 0.8176285620)

#unittest.main()
#unittest.main()
10 changes: 1 addition & 9 deletions base/tests/test_GridIndex.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

###############################################################################
# Copyright (C) 2009 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
## @author Joerg Blank (blankj@in.tum.de), Alexander Heinecke (Alexander.Heinecke@mytum.de), pflueged@in.tum.de


import unittest

class TestSGridIndex(unittest.TestCase):
Expand Down Expand Up @@ -38,4 +30,4 @@ def testAssign(self):
s2.assign(s)
self.failUnlessEqual(s.get(0), s2.get(0))
self.failUnlessEqual(s.get(1), s2.get(1))


8 changes: 1 addition & 7 deletions base/tests/test_GridStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

###############################################################################
# Copyright (C) 2009 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
## @author Joerg Blank (blankj@in.tum.de), Alexander Heinecke (Alexander.Heinecke@mytum.de)####################################################################


import unittest
Expand Down Expand Up @@ -457,4 +451,4 @@ def testSurplusFunctor(self):
self.failUnless(f(s, 0) > f.start())

if __name__=="__main__":
unittest.main()
unittest.main()
6 changes: 0 additions & 6 deletions base/tests/test_OperationQuadrature.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

###############################################################################
# Copyright (C) 2009 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
## @author Alexander Heinecke (Alexander.Heinecke@mytum.de), Dirk Pflueger (Dirk.Pflueger@in.tum.de)####################################################################

import unittest
import re
Expand Down
8 changes: 1 addition & 7 deletions base/tests/test_algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

###############################################################################
# Copyright (C) 2009 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
## @author Joerg Blank (blankj@in.tum.de), Alexander Heinecke (Alexander.Heinecke@mytum.de)

import unittest

Expand Down Expand Up @@ -281,4 +275,4 @@ def testGetAffectedLinearStretched(self):
# Run tests for this file if executed as application
if __name__=='__main__':
unittest.main()


8 changes: 1 addition & 7 deletions base/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

###############################################################################
# Copyright (C) 2009 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
## @author Joerg Blank (blankj@in.tum.de), Alexander Heinecke (Alexander.Heinecke@mytum.de)

import unittest, sys

Expand Down Expand Up @@ -38,4 +32,4 @@
result = unittest.TextTestRunner(verbosity=9).run(alltests)

if not result.wasSuccessful():
sys.exit(1)
sys.exit(1)
7 changes: 0 additions & 7 deletions base/tests/test_hierarchisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

###############################################################################
# Copyright (C) 2009 Technische Universitaet Muenchen #
# This file is part of the SG++ project. For conditions of distribution and #
# use, please see the copyright notice at http://www5.in.tum.de/SGpp #
###############################################################################
## @author Alexander Heinecke (Alexander.Heinecke@mytum.de), Dirk Pflueger (Dirk.Pflueger@in.tum.de)####################################################################

import unittest
import re
from pysgpp import DataVector, createOperationEval, createOperationHierarchisation
Expand Down
9 changes: 3 additions & 6 deletions bin/classifier.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#!/usr/bin/python

# Copyright (C) 2008-today The SG++ project
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

#!/usr/bin/python
# Copyright (C) 2009 Technische Universitaet Muenchen
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice at http://www5.in.tum.de/SGpp

## @package classifier
# @ingroup bin
# @author Dirk Pflueger, Joerg Blank, Richard Roettger
Expand Down Expand Up @@ -1316,4 +1313,4 @@ def buildYVector(data):
}

# Execute the mode
exec_mode(options.mode.lower())
exec_mode(options.mode.lower())
8 changes: 1 addition & 7 deletions bin/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

#!/usr/bin/python
# Copyright (C) 2009 Technische Universitaet Muenchen
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice at http://www5.in.tum.de/SGpp

## @package tools
# @ingroup bin
# @author Dirk Pflueger, Joerg Blank, Richard Roettger
# @brief A collection of helper functions.
# @version $CURR$

Expand Down Expand Up @@ -1184,4 +1178,4 @@ def ApplyMatrix(self, alpha, result):
# return dataset

#-------------------------------------------------------------------------------
## @brief Read in an arbitrary grid
## @brief Read in an arbitrary grid
6 changes: 2 additions & 4 deletions bin/utils/data_projections.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/usr/bin/python

# Copyright (C) 2008-today The SG++ project
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice provided with SG++ or at
# sgpp.sparsegrids.org

#!/usr/bin/python
# Copyright (C) 2009 Technische Universitaet Muenchen
# This file is part of the SG++ project. For conditions of distribution and
# use, please see the copyright notice at http://www5.in.tum.de/SGpp

#
# Helper tool, creating projections of data.
Expand Down
Loading

0 comments on commit 2720ec0

Please sign in to comment.