From e3bc2b0e764cacafb1156bc84299790fd9e60b89 Mon Sep 17 00:00:00 2001 From: "karl@kubx.ca" Date: Fri, 3 Aug 2018 15:04:10 -0400 Subject: Add licence notice --- .../java/src/main/java/org/tensorflow/op/core/Zeros.java | 14 ++++++++++++++ .../src/test/java/org/tensorflow/op/core/ZerosTest.java | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'tensorflow/java') diff --git a/tensorflow/java/src/main/java/org/tensorflow/op/core/Zeros.java b/tensorflow/java/src/main/java/org/tensorflow/op/core/Zeros.java index cc46ce3c5b..b7c6beb9bc 100644 --- a/tensorflow/java/src/main/java/org/tensorflow/op/core/Zeros.java +++ b/tensorflow/java/src/main/java/org/tensorflow/op/core/Zeros.java @@ -1,3 +1,17 @@ +/* Copyright 2018 The TensorFlow Authors. 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. +==============================================================================*/ package org.tensorflow.op.core; import java.nio.ByteBuffer; diff --git a/tensorflow/java/src/test/java/org/tensorflow/op/core/ZerosTest.java b/tensorflow/java/src/test/java/org/tensorflow/op/core/ZerosTest.java index 24339d92e6..cf3910b594 100644 --- a/tensorflow/java/src/test/java/org/tensorflow/op/core/ZerosTest.java +++ b/tensorflow/java/src/test/java/org/tensorflow/op/core/ZerosTest.java @@ -1,4 +1,4 @@ -/* Copyright 2016 The TensorFlow Authors. All Rights Reserved. +/* Copyright 2018 The TensorFlow Authors. 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. -- cgit v1.2.3