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 712f197  MYRIAD-284 License headers checking with Apache Rat audit 
tool (#121)
712f197 is described below

commit 712f197eb220939a8625053c2e21738da0809067
Author: Javi Roman <jroman.espi...@gmail.com>
AuthorDate: Tue Feb 26 14:42:44 2019 +0100

    MYRIAD-284 License headers checking with Apache Rat audit tool (#121)
    
    Run Apache RAT tool for checking missing ASF license headers for the
    next Apache Myriad releasing (v0.3.0).
---
 .../recovery/MyriadFileSystemRMStateStoreTest.java | 22 +++++++++++++++++++++-
 .../myriad/scheduler/fgs/OfferUtilsTest.java       | 22 +++++++++++++++++++++-
 support/apache-release/prepare_rc.sh               | 16 ++++++++++++++++
 support/apache-release/release.sh                  | 16 ++++++++++++++++
 .../css/font-awesome-4.4.0/css/font-awesome.css    | 19 +++++++++++++++++++
 .../font-awesome-4.4.0/css/font-awesome.min.css    | 19 +++++++++++++++++++
 website/css/mdl/material-grid.min.css              | 21 ++++++++++++++++++++-
 website/css/mdl/material.min.css                   | 19 +++++++++++++++++++
 website/css/mdl/material.min.js                    | 19 +++++++++++++++++++
 9 files changed, 170 insertions(+), 3 deletions(-)

diff --git 
a/myriad-scheduler/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/MyriadFileSystemRMStateStoreTest.java
 
b/myriad-scheduler/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/MyriadFileSystemRMStateStoreTest.java
index df3e35b..099d49f 100644
--- 
a/myriad-scheduler/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/MyriadFileSystemRMStateStoreTest.java
+++ 
b/myriad-scheduler/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/MyriadFileSystemRMStateStoreTest.java
@@ -1,5 +1,25 @@
 package org.apache.hadoop.yarn.server.resourcemanager.recovery;
 
+/*
+ * 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.
+ */
+
+
 import static org.junit.Assert.assertTrue;
 
 import org.apache.hadoop.conf.Configuration;
@@ -58,4 +78,4 @@ public class MyriadFileSystemRMStateStoreTest {
     store.loadMyriadState();
     return store;
   }
-}
\ No newline at end of file
+}
diff --git 
a/myriad-scheduler/src/test/java/org/apache/myriad/scheduler/fgs/OfferUtilsTest.java
 
b/myriad-scheduler/src/test/java/org/apache/myriad/scheduler/fgs/OfferUtilsTest.java
index 915ac0b..cf086cd 100644
--- 
a/myriad-scheduler/src/test/java/org/apache/myriad/scheduler/fgs/OfferUtilsTest.java
+++ 
b/myriad-scheduler/src/test/java/org/apache/myriad/scheduler/fgs/OfferUtilsTest.java
@@ -1,5 +1,25 @@
 package org.apache.myriad.scheduler.fgs;
 
+/*
+ * 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.
+ */
+
+
 import java.util.List;
 
 import org.apache.mesos.Protos;
@@ -71,4 +91,4 @@ public class OfferUtilsTest {
     assertEquals(6.0, resource.getMemory(), 1.0);
     assertEquals(3.0, resource.getVirtualCores(), 1.0);
   }
-}
\ No newline at end of file
+}
diff --git a/support/apache-release/prepare_rc.sh 
b/support/apache-release/prepare_rc.sh
old mode 100755
new mode 100644
index 9a0182e..be88e8c
--- a/support/apache-release/prepare_rc.sh
+++ b/support/apache-release/prepare_rc.sh
@@ -1,4 +1,20 @@
 #!/usr/bin/env bash
+# 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.
 
 # 1. Tags the HEAD on the 'master' branch with 
 #    'myriad-<version>-incubating-rc<RC#>'.
diff --git a/support/apache-release/release.sh 
b/support/apache-release/release.sh
old mode 100755
new mode 100644
index 157fb19..ecfd5fc
--- a/support/apache-release/release.sh
+++ b/support/apache-release/release.sh
@@ -1,4 +1,20 @@
 #!/usr/bin/env bash
+# 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.
 
 # 1. Tags the successfully voted RC with
 #    'myriad-<version>-incubating'.
diff --git a/website/css/font-awesome-4.4.0/css/font-awesome.css 
b/website/css/font-awesome-4.4.0/css/font-awesome.css
index 880eb82..7e3fd58 100644
--- a/website/css/font-awesome-4.4.0/css/font-awesome.css
+++ b/website/css/font-awesome-4.4.0/css/font-awesome.css
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 /*!
  *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
diff --git a/website/css/font-awesome-4.4.0/css/font-awesome.min.css 
b/website/css/font-awesome-4.4.0/css/font-awesome.min.css
index ee4e978..a627d9c 100644
--- a/website/css/font-awesome-4.4.0/css/font-awesome.min.css
+++ b/website/css/font-awesome-4.4.0/css/font-awesome.min.css
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 /*!
  *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
diff --git a/website/css/mdl/material-grid.min.css 
b/website/css/mdl/material-grid.min.css
index 30082e6..014c449 100644
--- a/website/css/mdl/material-grid.min.css
+++ b/website/css/mdl/material-grid.min.css
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 /**
  * material-design-lite - Material Design components in CSS, JS and HTML
  * @version v1.0.4
@@ -5,4 +24,4 @@
  * @copyright 2015 Google, Inc.
  * @link https://github.com/google/material-design-lite
  */
-.mdl-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row
 wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 
auto;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.mdl-grid.mdl-grid--no-spacing{padding:0}.mdl-cell{box-sizing:border-box}.mdl-cell--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.mdl-cell--middle{-webkit-align-self:center;-ms-flex-item-alig
 [...]
\ No newline at end of file
+.mdl-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row
 wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 
auto;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.mdl-grid.mdl-grid--no-spacing{padding:0}.mdl-cell{box-sizing:border-box}.mdl-cell--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.mdl-cell--middle{-webkit-align-self:center;-ms-flex-item-alig
 [...]
diff --git a/website/css/mdl/material.min.css b/website/css/mdl/material.min.css
index f33c238..1b15007 100644
--- a/website/css/mdl/material.min.css
+++ b/website/css/mdl/material.min.css
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 /**
  * material-design-lite - Material Design components in CSS, JS and HTML
  * @version v1.0.4
diff --git a/website/css/mdl/material.min.js b/website/css/mdl/material.min.js
index 6da03e7..831c436 100644
--- a/website/css/mdl/material.min.js
+++ b/website/css/mdl/material.min.js
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 /**
  * material-design-lite - Material Design components in CSS, JS and HTML
  * @version v1.0.4

Reply via email to