Skip to content

Commit

Permalink
Updating copyright headers from TSI to TSOS
Browse files Browse the repository at this point in the history
  • Loading branch information
thejunglejane committed May 19, 2018
1 parent 9683c79 commit 4faceaf
Show file tree
Hide file tree
Showing 26 changed files with 418 additions and 152 deletions.
23 changes: 17 additions & 6 deletions marbles/core/marbles/__init__.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

import pkgutil
Expand Down
23 changes: 17 additions & 6 deletions marbles/core/marbles/__main__.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

# This file is mostly copied from unittest.__main__, because something
Expand Down
23 changes: 17 additions & 6 deletions marbles/core/marbles/core/__init__.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

from ._version import __version__
Expand Down
23 changes: 17 additions & 6 deletions marbles/core/marbles/core/_stack.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

import sys
Expand Down
23 changes: 17 additions & 6 deletions marbles/core/marbles/core/_version.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

import os.path
Expand Down
23 changes: 17 additions & 6 deletions marbles/core/marbles/core/log.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

''':mod:`~marbles.core.marbles` can log information about each
Expand Down
23 changes: 17 additions & 6 deletions marbles/core/marbles/core/main.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

'''Main method for marbles.
Expand Down
23 changes: 17 additions & 6 deletions marbles/core/marbles/core/marbles.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

'''Extends :mod:`unittest` to provide more information to the test
Expand Down
23 changes: 17 additions & 6 deletions marbles/core/setup.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

import os.path
Expand Down
10 changes: 0 additions & 10 deletions marbles/core/tests/__init__.py
@@ -1,10 +0,0 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
#
23 changes: 17 additions & 6 deletions marbles/core/tests/examples/example_error.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

'''Example unittest that errors instead of fails.'''
Expand Down
23 changes: 17 additions & 6 deletions marbles/core/tests/examples/example_marbles.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

'''Example marbles suite.'''
Expand Down
23 changes: 17 additions & 6 deletions marbles/core/tests/examples/example_unittest.py
@@ -1,12 +1,23 @@
#
# Copyright (c) 2017 Two Sigma Investments, LP
# All Rights Reserved
# Copyright (c) 2018 Two Sigma Open Source, LLC
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
# Two Sigma Investments, LP.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
#

'''Example vanilla unittest suite.'''
Expand Down

0 comments on commit 4faceaf

Please sign in to comment.