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/09/13 05:47:22 UTC

[singa] branch dev updated: Add Apache license header for medical image application init file

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 b4895e7a Add Apache license header for medical image application init file
     new b4496e6d Merge pull request #999 from zhanhaozhao/dev
b4895e7a is described below

commit b4895e7a446624c9026322528c4d926eb58b58cc
Author: zhanhaozhao <zh...@ruc.edu.cn>
AuthorDate: Tue Sep 13 11:40:42 2022 +0800

    Add Apache license header for medical image application init file
---
 examples/singa_easy/singa_easy/modules/__init__.py | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/examples/singa_easy/singa_easy/modules/__init__.py b/examples/singa_easy/singa_easy/modules/__init__.py
index cf529d79..752cd177 100644
--- a/examples/singa_easy/singa_easy/modules/__init__.py
+++ b/examples/singa_easy/singa_easy/modules/__init__.py
@@ -1,2 +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.
+#
+
 #!/usr/bin/env python