added license and author
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6c8337fc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6c8337fc Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6c8337fc Branch: refs/heads/TINKERPOP-1581 Commit: 6c8337fc273795201bd556357e8390ac9eb0cc82 Parents: df3bba5 Author: davebshow <[email protected]> Authored: Sat Dec 10 11:12:14 2016 -0500 Committer: Stephen Mallette <[email protected]> Committed: Fri Dec 16 11:52:15 2016 -0500 ---------------------------------------------------------------------- .../test_driver_remote_connection_threaded.py | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6c8337fc/gremlin-python/src/main/jython/tests/driver/test_driver_remote_connection_threaded.py ---------------------------------------------------------------------- diff --git a/gremlin-python/src/main/jython/tests/driver/test_driver_remote_connection_threaded.py b/gremlin-python/src/main/jython/tests/driver/test_driver_remote_connection_threaded.py index 759126b..e27e52c 100644 --- a/gremlin-python/src/main/jython/tests/driver/test_driver_remote_connection_threaded.py +++ b/gremlin-python/src/main/jython/tests/driver/test_driver_remote_connection_threaded.py @@ -1,3 +1,26 @@ +''' +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +''' + + +__author__ = 'David M. Brown ([email protected])' + + import sys from threading import Thread
