You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2022/02/23 06:24:50 UTC

[singa] branch dev updated: add Apache license header for transforms.py

This is an automated email from the ASF dual-hosted git repository.

zhaojing pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4111431  add Apache license header for transforms.py
     new 98c7253  Merge pull request #924 from wannature/singa_v1
4111431 is described below

commit 411143168835fba19994e154f47fc815b58392f9
Author: wenqiao zhang <we...@zju.edu.cn>
AuthorDate: Wed Feb 23 13:15:09 2022 +0800

    add Apache license header for transforms.py
---
 .../demos/Classification/BloodMnist/transforms.py     | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/examples/demos/Classification/BloodMnist/transforms.py b/examples/demos/Classification/BloodMnist/transforms.py
index 5928b67..59dc099 100644
--- a/examples/demos/Classification/BloodMnist/transforms.py
+++ b/examples/demos/Classification/BloodMnist/transforms.py
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+
 from textwrap import fill
 from turtle import forward
 import numpy as np