You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/06/24 06:34:42 UTC

[3/3] git commit: [flex-falcon] [refs/heads/develop] - headers

headers


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ffb211bf
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ffb211bf
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ffb211bf

Branch: refs/heads/develop
Commit: ffb211bf09b5f81b0cd2ce5719fc4dbb0dc0fbdd
Parents: 66b89b6
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 23 23:34:41 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 23 23:34:41 2016 -0700

----------------------------------------------------------------------
 .../apache/flex/maven/flexjs/BaseCompileMojo.java | 14 ++++++++++++++
 .../org/apache/flex/maven/flexjs/BaseMojo.java    | 14 ++++++++++++++
 .../apache/flex/maven/flexjs/ClassExclude.java    | 14 ++++++++++++++
 .../apache/flex/maven/flexjs/CompileASMojo.java   |  2 --
 .../apache/flex/maven/flexjs/CompileAppMojo.java  |  2 --
 .../flex/maven/flexjs/CompileExternMojo.java      |  2 --
 .../apache/flex/maven/flexjs/CompileJSMojo.java   |  2 --
 .../java/org/apache/flex/maven/flexjs/Define.java | 14 ++++++++++++++
 .../org/apache/flex/maven/flexjs/Exclude.java     | 14 ++++++++++++++
 .../apache/flex/maven/flexjs/ExterncConfig.java   | 14 ++++++++++++++
 .../apache/flex/maven/flexjs/FieldExclude.java    | 14 ++++++++++++++
 .../flex/maven/flexjs/GenerateExterncMojo.java    | 14 ++++++++++++++
 .../flex/maven/flexjs/GenerateManifestsMojo.java  | 14 ++++++++++++++
 .../org/apache/flex/maven/flexjs/IncludeFile.java | 14 ++++++++++++++
 .../org/apache/flex/maven/flexjs/Namespace.java   | 14 ++++++++++++++
 .../org/apache/flex/maven/flexjs/TrustMojo.java   | 14 ++++++++++++++
 .../maven/flexjs/trust/DefaultTrustHandler.java   |  2 --
 .../flex/maven/flexjs/trust/TrustHandler.java     | 14 ++++++++++++++
 .../apache/flex/maven/flexjs/types/FlexScope.java | 14 ++++++++++++++
 .../flex/maven/flexjs/utils/DependencyHelper.java | 14 ++++++++++++++
 .../main/resources/META-INF/plexus/components.xml | 18 ++++++++++++++++++
 21 files changed, 228 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseCompileMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseCompileMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseCompileMojo.java
index 39a5556..3eeeb6e 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseCompileMojo.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseCompileMojo.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 import org.apache.flex.tools.FlexTool;

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseMojo.java
index 6cbaddb..74ce5cf 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseMojo.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/BaseMojo.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 import org.apache.flex.maven.flexjs.utils.DependencyHelper;

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ClassExclude.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ClassExclude.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ClassExclude.java
index 61bdd84..250ecf9 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ClassExclude.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ClassExclude.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 /**

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileASMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileASMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileASMojo.java
index 5a065f3..31ed884 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileASMojo.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileASMojo.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2001-2005 The Apache Software Foundation.
- *
  * Licensed 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://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileAppMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileAppMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileAppMojo.java
index 6edecb5..6aaf7fa 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileAppMojo.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileAppMojo.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2001-2005 The Apache Software Foundation.
- *
  * Licensed 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://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileExternMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileExternMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileExternMojo.java
index 0d58c9c..57e06d7 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileExternMojo.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileExternMojo.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2001-2005 The Apache Software Foundation.
- *
  * Licensed 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://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileJSMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileJSMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileJSMojo.java
index 4fec1dd..2dcf47d 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileJSMojo.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/CompileJSMojo.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2001-2005 The Apache Software Foundation.
- *
  * Licensed 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://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Define.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Define.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Define.java
index 8a01894..c7bc94a 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Define.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Define.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 /**

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Exclude.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Exclude.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Exclude.java
index 06afa34..7b050c7 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Exclude.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Exclude.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 /**

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ExterncConfig.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ExterncConfig.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ExterncConfig.java
index ed48710..461a00c 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ExterncConfig.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/ExterncConfig.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 /**

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/FieldExclude.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/FieldExclude.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/FieldExclude.java
index f3a665b..f0d3a60 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/FieldExclude.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/FieldExclude.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 /**

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/GenerateExterncMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/GenerateExterncMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/GenerateExterncMojo.java
index 8fc1be9..b893d4b 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/GenerateExterncMojo.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/GenerateExterncMojo.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 import org.apache.maven.plugin.MojoExecutionException;

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/GenerateManifestsMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/GenerateManifestsMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/GenerateManifestsMojo.java
index 940d35a..b179c57 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/GenerateManifestsMojo.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/GenerateManifestsMojo.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 import org.apache.flex.maven.flexjs.utils.DependencyHelper;

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/IncludeFile.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/IncludeFile.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/IncludeFile.java
index d15ff7f..7c19cc7 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/IncludeFile.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/IncludeFile.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 /**

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Namespace.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Namespace.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Namespace.java
index a8e2bc5..8cb22a9 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Namespace.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/Namespace.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 /**

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/TrustMojo.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/TrustMojo.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/TrustMojo.java
index cf8b7e4..cbb78fe 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/TrustMojo.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/TrustMojo.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs;
 
 import org.apache.flex.maven.flexjs.trust.TrustHandler;

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/DefaultTrustHandler.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/DefaultTrustHandler.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/DefaultTrustHandler.java
index deb887e..5170d30 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/DefaultTrustHandler.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/DefaultTrustHandler.java
@@ -1,6 +1,4 @@
 /*
- * Copyright 2001-2005 The Apache Software Foundation.
- *
  * Licensed 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://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/TrustHandler.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/TrustHandler.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/TrustHandler.java
index 9d4ab15..f67fb63 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/TrustHandler.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/trust/TrustHandler.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs.trust;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/types/FlexScope.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/types/FlexScope.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/types/FlexScope.java
index d9929b1..ee9d9c3 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/types/FlexScope.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/types/FlexScope.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs.types;
 
 /**

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/utils/DependencyHelper.java
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/utils/DependencyHelper.java b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/utils/DependencyHelper.java
index 7605283..7c51204 100644
--- a/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/utils/DependencyHelper.java
+++ b/flexjs-maven-plugin/src/main/java/org/apache/flex/maven/flexjs/utils/DependencyHelper.java
@@ -1,3 +1,17 @@
+/*
+ * Licensed 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.
+ */
+
 package org.apache.flex.maven.flexjs.utils;
 
 import org.apache.maven.RepositoryUtils;

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffb211bf/flexjs-maven-plugin/src/main/resources/META-INF/plexus/components.xml
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/resources/META-INF/plexus/components.xml b/flexjs-maven-plugin/src/main/resources/META-INF/plexus/components.xml
index 477a2bb..b27f82f 100644
--- a/flexjs-maven-plugin/src/main/resources/META-INF/plexus/components.xml
+++ b/flexjs-maven-plugin/src/main/resources/META-INF/plexus/components.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+ 
+ 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.
+ 
+ -->
 <component-set>
     <components>
         <component>