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/08/25 09:20:31 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 d375a89c Add Apache license header for medical image application init file
     new da557fc7 Merge pull request #988 from NLGithubWP/dev
d375a89c is described below

commit d375a89c15d410018b77f6da58570616afdc9af2
Author: NLGithubWP <xi...@gmail.com>
AuthorDate: Thu Aug 25 16:44:08 2022 +0800

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

diff --git a/examples/singa_easy/singa_easy/__init__.py b/examples/singa_easy/singa_easy/__init__.py
index 2f2a7c97..b6cab624 100644
--- a/examples/singa_easy/singa_easy/__init__.py
+++ b/examples/singa_easy/singa_easy/__init__.py
@@ -1,3 +1,20 @@
-
+#
+# 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
\ No newline at end of file