Add missing license header.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5049caae Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5049caae Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5049caae Branch: refs/heads/TINKERPOP-1278 Commit: 5049caaeaf2f7bb7e163366ca61483179f5dabfc Parents: 1f02665 Author: Stephen Mallette <[email protected]> Authored: Mon Aug 15 11:36:51 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Aug 15 11:36:51 2016 -0400 ---------------------------------------------------------------------- .../driver/websocket_remote_connection.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5049caae/gremlin-python/src/main/jython/gremlin_python/driver/websocket_remote_connection.py ---------------------------------------------------------------------- diff --git a/gremlin-python/src/main/jython/gremlin_python/driver/websocket_remote_connection.py b/gremlin-python/src/main/jython/gremlin_python/driver/websocket_remote_connection.py index 7876083..52a9a88 100644 --- a/gremlin-python/src/main/jython/gremlin_python/driver/websocket_remote_connection.py +++ b/gremlin-python/src/main/jython/gremlin_python/driver/websocket_remote_connection.py @@ -1,3 +1,21 @@ +''' +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. +''' import json import uuid
