more cooooooopyrighting

This commit is contained in:
James Hensman 2014-11-21 12:16:58 +00:00
parent 5927872ec6
commit d7620594be
6 changed files with 15 additions and 14 deletions

View file

@ -1,3 +1,5 @@
# Copyright (c) 2014, Max Zwiessele
# Licensed under the BSD 3-clause license (see LICENSE.txt)
"""
MaxZ

View file

@ -1,8 +1,6 @@
'''
Created on 12 Feb 2014
# Copyright (c) 2014, Max Zwiessele
# Licensed under the BSD 3-clause license (see LICENSE.txt)
@author: maxz
'''
import unittest
import numpy as np
from GPy.core.parameterization.index_operations import ParameterIndexOperations,\
@ -134,4 +132,4 @@ class Test(unittest.TestCase):
if __name__ == "__main__":
#import sys;sys.argv = ['', 'Test.test_index_view']
unittest.main()
unittest.main()

View file

@ -1,3 +1,5 @@
# Copyright (c) 2014, Max Zwiessele
# Licensed under the BSD 3-clause license (see LICENSE.txt)
"""
The test cases for various inference algorithms
@ -79,4 +81,4 @@ class InferenceXTestCase(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
unittest.main()

View file

@ -1,3 +1,5 @@
# Copyright (c) 2014, Alan Saul
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np
import unittest
import GPy

View file

@ -1,4 +1,4 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Copyright (c) 2013-2014, Zhenwen Dai
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import unittest
@ -89,4 +89,4 @@ if __name__ == "__main__":
import mpi4py
unittest.main()
except:
pass
pass

View file

@ -1,8 +1,5 @@
'''
Created on 27 Feb 2014
@author: maxz
'''
# Copyright (c) 2014, Max Zwiessele
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import unittest
from GPy.core.parameterization.parameterized import Parameterized
from GPy.core.parameterization.param import Param
@ -132,4 +129,4 @@ class Test(unittest.TestCase):
if __name__ == "__main__":
#import sys;sys.argv = ['', 'Test.testName']
unittest.main()
unittest.main()