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/05/04 18:14:26 UTC

[40/50] [abbrv] git commit: [flex-asjs] [refs/heads/spark] - headers

headers


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

Branch: refs/heads/spark
Commit: 6f2445befa549219815db5fd66bc225a873f4984
Parents: 1ef10bb
Author: Alex Harui <ah...@apache.org>
Authored: Fri Apr 29 23:37:46 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 29 23:37:46 2016 -0700

----------------------------------------------------------------------
 .../AngularExample/AngularExample-debug.html      | 18 ++++++++++++++++++
 .../AngularExample/AngularExample-release.html    | 18 ++++++++++++++++++
 .../native/AngularExample/src/AngularExample.as   | 18 ++++++++++++++++++
 .../native/AngularExample/src/MyController.as     | 18 ++++++++++++++++++
 .../src/components/IWebComponent.as               | 18 ++++++++++++++++++
 .../AngularExample/src/components/WebComponent.as | 18 ++++++++++++++++++
 .../src/components/mdbutton/MDButton.as           | 18 ++++++++++++++++++
 .../src/components/mdbutton/MDButtonFactory.as    | 18 ++++++++++++++++++
 8 files changed, 144 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6f2445be/examples/native/AngularExample/AngularExample-debug.html
----------------------------------------------------------------------
diff --git a/examples/native/AngularExample/AngularExample-debug.html b/examples/native/AngularExample/AngularExample-debug.html
index 51aa820..361a557 100644
--- a/examples/native/AngularExample/AngularExample-debug.html
+++ b/examples/native/AngularExample/AngularExample-debug.html
@@ -1,4 +1,22 @@
 <!doctype html>
+<!--
+
+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.
+
+-->
 <html>
     <head>
         <meta charset="utf-8"/>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6f2445be/examples/native/AngularExample/AngularExample-release.html
----------------------------------------------------------------------
diff --git a/examples/native/AngularExample/AngularExample-release.html b/examples/native/AngularExample/AngularExample-release.html
index 8d329be..f90c937 100644
--- a/examples/native/AngularExample/AngularExample-release.html
+++ b/examples/native/AngularExample/AngularExample-release.html
@@ -1,4 +1,22 @@
 <!doctype html>
+<!--
+
+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.
+
+-->
 <html>
     <head>
         <meta charset="utf-8"/>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6f2445be/examples/native/AngularExample/src/AngularExample.as
----------------------------------------------------------------------
diff --git a/examples/native/AngularExample/src/AngularExample.as b/examples/native/AngularExample/src/AngularExample.as
index 58517b5..6bc74c9 100644
--- a/examples/native/AngularExample/src/AngularExample.as
+++ b/examples/native/AngularExample/src/AngularExample.as
@@ -1,3 +1,21 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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.
+//
+////////////////////////////////////////////////////////////////////////////////
 package {
 	import angular.IModule;
 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6f2445be/examples/native/AngularExample/src/MyController.as
----------------------------------------------------------------------
diff --git a/examples/native/AngularExample/src/MyController.as b/examples/native/AngularExample/src/MyController.as
index a38c0cd..295df23 100644
--- a/examples/native/AngularExample/src/MyController.as
+++ b/examples/native/AngularExample/src/MyController.as
@@ -1,3 +1,21 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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.
+//
+////////////////////////////////////////////////////////////////////////////////
 package {
 	import angular.material.MDAlertDialog;
 	import angular.material.MDDialogService;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6f2445be/examples/native/AngularExample/src/components/IWebComponent.as
----------------------------------------------------------------------
diff --git a/examples/native/AngularExample/src/components/IWebComponent.as b/examples/native/AngularExample/src/components/IWebComponent.as
index 47f3cf2..ca0e8ca 100644
--- a/examples/native/AngularExample/src/components/IWebComponent.as
+++ b/examples/native/AngularExample/src/components/IWebComponent.as
@@ -1,3 +1,21 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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.
+//
+////////////////////////////////////////////////////////////////////////////////
 package components {
 	/**
 	 * @author omuppirala

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6f2445be/examples/native/AngularExample/src/components/WebComponent.as
----------------------------------------------------------------------
diff --git a/examples/native/AngularExample/src/components/WebComponent.as b/examples/native/AngularExample/src/components/WebComponent.as
index bb90d73..3637fd2 100644
--- a/examples/native/AngularExample/src/components/WebComponent.as
+++ b/examples/native/AngularExample/src/components/WebComponent.as
@@ -1,3 +1,21 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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.
+//
+////////////////////////////////////////////////////////////////////////////////
 package components {
 	import components.IWebComponent;
 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6f2445be/examples/native/AngularExample/src/components/mdbutton/MDButton.as
----------------------------------------------------------------------
diff --git a/examples/native/AngularExample/src/components/mdbutton/MDButton.as b/examples/native/AngularExample/src/components/mdbutton/MDButton.as
index bb1a9f6..05f9377 100644
--- a/examples/native/AngularExample/src/components/mdbutton/MDButton.as
+++ b/examples/native/AngularExample/src/components/mdbutton/MDButton.as
@@ -1,3 +1,21 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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.
+//
+////////////////////////////////////////////////////////////////////////////////
 package components.mdbutton {
 	import components.WebComponent;
 	/**

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6f2445be/examples/native/AngularExample/src/components/mdbutton/MDButtonFactory.as
----------------------------------------------------------------------
diff --git a/examples/native/AngularExample/src/components/mdbutton/MDButtonFactory.as b/examples/native/AngularExample/src/components/mdbutton/MDButtonFactory.as
index e145a48..39b47cb 100644
--- a/examples/native/AngularExample/src/components/mdbutton/MDButtonFactory.as
+++ b/examples/native/AngularExample/src/components/mdbutton/MDButtonFactory.as
@@ -1,3 +1,21 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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.
+//
+////////////////////////////////////////////////////////////////////////////////
 package components.mdbutton {
 	public class MDButtonFactory {
 		private static var _instance : MDButtonFactory;