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

javiroman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-myriad.git


The following commit(s) were added to refs/heads/master by this push:
     new a29f066  MYRIAD-294 Added license footers to a few markdown readmes 
that didn't have it (#126)
a29f066 is described below

commit a29f066579a3af86638c73d05e19e46415dba205
Author: OscarFM <k3t...@gmail.com>
AuthorDate: Sat Jun 29 12:11:44 2019 +0200

    MYRIAD-294 Added license footers to a few markdown readmes that didn't have 
it (#126)
---
 docs/getting-started.md                   |  4 ----
 docs/ha-config.md                         |  1 -
 docs/how-it-works.md                      |  3 ---
 docs/myriad-multi-tenancy.md              | 23 ++++++++++++++++++++++-
 docs/sample-yarn-site.md                  |  2 --
 vagrant/README.md                         | 20 ++++++++++++++++++++
 vagrant/libvirt/README.md                 | 20 ++++++++++++++++++++
 vagrant/libvirt/dcos/README.md            | 20 ++++++++++++++++++++
 vagrant/libvirt/mesos/README.md           | 20 ++++++++++++++++++++
 vagrant/libvirt/mesos/docs/build-mesos.md | 23 ++++++++++++++++++++---
 10 files changed, 122 insertions(+), 14 deletions(-)

diff --git a/docs/getting-started.md b/docs/getting-started.md
index 4bdfac0..eb38aa4 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -188,7 +188,3 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
-
-
-
diff --git a/docs/ha-config.md b/docs/ha-config.md
index 2099a2c..bb8733d 100644
--- a/docs/ha-config.md
+++ b/docs/ha-config.md
@@ -104,4 +104,3 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
diff --git a/docs/how-it-works.md b/docs/how-it-works.md
index cdc2d25..7260322 100644
--- a/docs/how-it-works.md
+++ b/docs/how-it-works.md
@@ -66,6 +66,3 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
-
-
diff --git a/docs/myriad-multi-tenancy.md b/docs/myriad-multi-tenancy.md
index 3eaa4f0..ba4a091 100644
--- a/docs/myriad-multi-tenancy.md
+++ b/docs/myriad-multi-tenancy.md
@@ -7,4 +7,25 @@ bind to a port and communicate
 
 This means it's entirely possible to run multiple Myriad Clusters on the same 
hardware. One potential issue to be aware of however is it 
 is often important when configuring yarn to use multiple directories.  If one 
needs to do this one should be careful and not use the directories 
-for to different Myriad frameworks.
\ No newline at end of file
+for to different Myriad frameworks.
+
+---
+<sub>
+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
+
+<sub>
+  http://www.apache.org/licenses/LICENSE-2.0
+
+<sub>
+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.
diff --git a/docs/sample-yarn-site.md b/docs/sample-yarn-site.md
index 79323ca..7f00e2d 100644
--- a/docs/sample-yarn-site.md
+++ b/docs/sample-yarn-site.md
@@ -132,5 +132,3 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
-
diff --git a/vagrant/README.md b/vagrant/README.md
index a1ccfbb..454073c 100644
--- a/vagrant/README.md
+++ b/vagrant/README.md
@@ -6,3 +6,23 @@ It does everything you need to create and manage them, and 
helps enforce good
 practices by encouraging the use of automation and an environment that more
 closely resembles production.
 
+---
+<sub>
+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
+
+<sub>
+  http://www.apache.org/licenses/LICENSE-2.0
+
+<sub>
+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.
diff --git a/vagrant/libvirt/README.md b/vagrant/libvirt/README.md
index ced3779..3d3fd88 100644
--- a/vagrant/libvirt/README.md
+++ b/vagrant/libvirt/README.md
@@ -53,3 +53,23 @@ $ vagrant destroy
 $ cd .. && rm -fr test           
 ``` 
 
+---
+<sub>
+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
+
+<sub>
+  http://www.apache.org/licenses/LICENSE-2.0
+
+<sub>
+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.
diff --git a/vagrant/libvirt/dcos/README.md b/vagrant/libvirt/dcos/README.md
index fd43ee4..928ba36 100644
--- a/vagrant/libvirt/dcos/README.md
+++ b/vagrant/libvirt/dcos/README.md
@@ -79,3 +79,23 @@ If your browser didn't open, please go to the following link:
 master.mesos.  100.1.10.101    5ee304dc-18a0-4f7f-b1ef-591c249cbbeb   master 
(leader)   None    None 
 ```
 
+---
+<sub>
+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
+
+<sub>
+  http://www.apache.org/licenses/LICENSE-2.0
+
+<sub>
+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.
diff --git a/vagrant/libvirt/mesos/README.md b/vagrant/libvirt/mesos/README.md
index 2cddf65..da872a7 100644
--- a/vagrant/libvirt/mesos/README.md
+++ b/vagrant/libvirt/mesos/README.md
@@ -346,3 +346,23 @@ $ vagrant ssh mesos-m1
 At this point you have a local development environment ready for Myriad
 Framework hacking!
 
+---
+<sub>
+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
+
+<sub>
+  http://www.apache.org/licenses/LICENSE-2.0
+
+<sub>
+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.
diff --git a/vagrant/libvirt/mesos/docs/build-mesos.md 
b/vagrant/libvirt/mesos/docs/build-mesos.md
index 99981f4..116282a 100644
--- a/vagrant/libvirt/mesos/docs/build-mesos.md
+++ b/vagrant/libvirt/mesos/docs/build-mesos.md
@@ -130,6 +130,23 @@ vim
 or from command line: vim +PluginInstall +qall
 ```
 
-
-
-
+---
+<sub>
+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
+
+<sub>
+  http://www.apache.org/licenses/LICENSE-2.0
+
+<sub>
+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.

Reply via email to