Skip to content

Commit 9d6b2e0

Browse files
terrytangyuanilblackdragon
authored andcommitted
Updated tflearn examples copyright (tensorflow#3156)
1 parent 06fca4d commit 9d6b2e0

22 files changed

+22
-21
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
# The email address is not required for organizations.
88

99
Google Inc.
10+

tensorflow/examples/skflow/digits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/dnn_autoencoder_iris.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/hdf5_classification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/iris_custom_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/iris_run_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/iris_val_based_early_stopping.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/iris_with_pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/language_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# encoding: utf-8
22

3-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
3+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/mnist_rnn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/mnist_weights.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#t Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
#t Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/multioutput_regression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/multiple_gpu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/neural_translation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# encoding: utf-8
22

3-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
3+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/neural_translation_word.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# encoding: utf-8
22

3-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
3+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/out_of_core_data_classification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/text_classification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/text_classification_builtin_rnn_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/text_classification_character_cnn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/text_classification_character_rnn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/text_classification_cnn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tensorflow/examples/skflow/text_classification_save_restore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015-present The Scikit Flow Authors. All Rights Reserved.
1+
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)