From 854f49bd43588c062b046384f239f64a3d819702 Mon Sep 17 00:00:00 2001 From: Manjunath Kudlur Date: Wed, 25 Nov 2015 08:48:47 -0800 Subject: TensorFlow: Upstream changes to git Changes: - Updates to docs - Several changes for Python 3 compatibility - Added license headers Base CL: 108710566 --- tensorflow/core/lib/io/iterator.cc | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'tensorflow/core/lib/io/iterator.cc') diff --git a/tensorflow/core/lib/io/iterator.cc b/tensorflow/core/lib/io/iterator.cc index 878e93a911..02e0b87941 100644 --- a/tensorflow/core/lib/io/iterator.cc +++ b/tensorflow/core/lib/io/iterator.cc @@ -1,6 +1,17 @@ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +/* Copyright 2015 Google Inc. All Rights Reserved. + +Licensed 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. +==============================================================================*/ #include "tensorflow/core/lib/io/iterator.h" -- cgit v1.2.3