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 5ee9053f add apache license headers for BloodMnist example
new faf5ad30 Merge pull request #957 from NLGithubWP/add-header
5ee9053f is described below
commit 5ee9053f28b4916cc72d3c5008502c7076463e61
Author: NLGithubWP <[email protected]>
AuthorDate: Fri May 6 16:39:27 2022 +0800
add apache license headers for BloodMnist example
---
examples/demos/Classification/BloodMnist/Readme.md | 18 ++++++++++++++++++
examples/singa_easy/README.md | 18 ++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/examples/demos/Classification/BloodMnist/Readme.md
b/examples/demos/Classification/BloodMnist/Readme.md
index 496e0b66..c519e9d7 100644
--- a/examples/demos/Classification/BloodMnist/Readme.md
+++ b/examples/demos/Classification/BloodMnist/Readme.md
@@ -1,3 +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.
+-->
# CNN demo model on BloodMnist dataset
## About dataset
diff --git a/examples/singa_easy/README.md b/examples/singa_easy/README.md
index 603afe9e..06dfef58 100644
--- a/examples/singa_easy/README.md
+++ b/examples/singa_easy/README.md
@@ -1,3 +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.
+-->
# SINGA-Easy
