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

jroesch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit b8613d61988b10d7a82736c2ccbaa28cf6e243b7
Author: Jared Roesch <[email protected]>
AuthorDate: Fri Mar 26 14:36:42 2021 -0700

    Add header
---
 rust/tvm-graph-rt/README.md | 17 +++++++++++++++++
 rust/tvm-macros/README.md   | 17 +++++++++++++++++
 rust/tvm-sys/README.md      | 17 +++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/rust/tvm-graph-rt/README.md b/rust/tvm-graph-rt/README.md
index d224910..f1355b0 100644
--- a/rust/tvm-graph-rt/README.md
+++ b/rust/tvm-graph-rt/README.md
@@ -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. -->
+
 # tvm-graph-rt
 
 An implementation of TVM's graph runtime in Rust. See `tvm` crate for more 
documentation.
diff --git a/rust/tvm-macros/README.md b/rust/tvm-macros/README.md
index 8f35a28..8a7c4b3 100644
--- a/rust/tvm-macros/README.md
+++ b/rust/tvm-macros/README.md
@@ -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. -->
+
 # tvm-macros
 
 The procedural macro implementations for TVM crates, see `tvm` crate for more 
documentation.
diff --git a/rust/tvm-sys/README.md b/rust/tvm-sys/README.md
index f509c98..735a943 100644
--- a/rust/tvm-sys/README.md
+++ b/rust/tvm-sys/README.md
@@ -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. -->
+
 # tvm-sys
 
 The low level bindings to TVM's C APIs for interacting with the runtime,

Reply via email to