You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2019/03/30 17:47:15 UTC

[spark] branch master updated: [MINOR][BUILD] Add ASF license header to plugins.sbt

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

srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cbef34  [MINOR][BUILD] Add ASF license header to plugins.sbt
0cbef34 is described below

commit 0cbef34ede038b5be4ab39518c21c6e194c7f224
Author: Yuming Wang <yu...@ebay.com>
AuthorDate: Sat Mar 30 12:47:02 2019 -0500

    [MINOR][BUILD] Add ASF license header to plugins.sbt
    
    ## What changes were proposed in this pull request?
    
    This PR add ASF license header to plugins.sbt, otherwise:
    ![image](https://user-images.githubusercontent.com/5399861/55273959-670b8800-530d-11e9-9b6f-214a3cde802e.png)
    
    ## How was this patch tested?
    Warning disappears after adding ASF license header:
    ![image](https://user-images.githubusercontent.com/5399861/55273961-6c68d280-530d-11e9-9d15-5fb73a1b991e.png)
    
    Closes #24248 from wangyum/plugins.sbt.
    
    Authored-by: Yuming Wang <yu...@ebay.com>
    Signed-off-by: Sean Owen <se...@databricks.com>
---
 project/plugins.sbt | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 21be62f..e510443 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -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.
+ */
+
 addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.1.1")
 
 // sbt-checkstyle-plugin uses an old version of checkstyle. Match it to Maven's.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org