You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/08/30 14:17:54 UTC

[royale-asjs] branch feature/Merge_MXRoyale_To_Develop updated: maven will not pass without appropiate license headers. for swfobject.js I add it to rat-plugin exclusion list since is MIT licensed

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

carlosrovira pushed a commit to branch feature/Merge_MXRoyale_To_Develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/Merge_MXRoyale_To_Develop by this push:
     new 7ababd1  maven will not pass without appropiate license headers. for swfobject.js I add it to rat-plugin exclusion list since is MIT licensed
7ababd1 is described below

commit 7ababd18ff09450ec77bee901c3a7631b67b5c24
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Aug 30 16:17:49 2018 +0200

    maven will not pass without appropiate license headers. for swfobject.js I add it to rat-plugin exclusion list since is MIT licensed
---
 basictests.txt | 19 +++++++++++++++++++
 pom.xml        |  2 ++
 2 files changed, 21 insertions(+)

diff --git a/basictests.txt b/basictests.txt
index ac990f1..3f78580 100644
--- a/basictests.txt
+++ b/basictests.txt
@@ -1,4 +1,23 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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.
+//
+////////////////////////////////////////////////////////////////////////////////
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- Parsing swf file:/Users/aharui/git/royale/ant/royale-asjs/mustella/tests/mxtests/basicTests/BasicTests.swf -->
 <swf xmlns="http://macromedia/2003/swfx" version="14" framerate="24.0" size="20000x16000" compressed="true" >
   <!-- framecount=2 length=528468 -->
diff --git a/pom.xml b/pom.xml
index 48893a5..e8dcbd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,6 +211,8 @@
             <exclude>**/.idea/**</exclude>
             <!-- SASS cc.map generated files by sass-maven-plugin-->
             <exclude>**/*.css.map</exclude>
+            <!-- swfobject.js is MIT License-->
+            <exclude>**/swfobject.js</exclude>
             <!--
                 Exclude any eventually existing content of target directories.
                 Some times when building with a bigger maven reactor and then