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 2015/04/22 18:55:26 UTC

[2/4] git commit: [flex-asjs] [refs/heads/develop] - missing headers

missing 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/55bf1768
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/55bf1768
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/55bf1768

Branch: refs/heads/develop
Commit: 55bf1768b37658919feb31002f51cfcb9a81a392
Parents: 551c731
Author: Alex Harui <ah...@apache.org>
Authored: Tue Apr 21 12:08:55 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Apr 21 12:08:55 2015 -0700

----------------------------------------------------------------------
 .../src/controller/AlertsViewController.as      | 18 +++++++++++++++++
 .../src/controller/WatchListController.as       | 18 +++++++++++++++++
 examples/MobileTrader/src/models/Alert.as       | 18 +++++++++++++++++
 .../org/apache/flex/core/graphics/Ellipse.as    | 18 +++++++++++++++++
 frameworks/projects/JQuery/js/tests/test.html   | 21 +++++++++++++++++++-
 5 files changed, 92 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/55bf1768/examples/MobileTrader/src/controller/AlertsViewController.as
----------------------------------------------------------------------
diff --git a/examples/MobileTrader/src/controller/AlertsViewController.as b/examples/MobileTrader/src/controller/AlertsViewController.as
index dc41591..716264d 100644
--- a/examples/MobileTrader/src/controller/AlertsViewController.as
+++ b/examples/MobileTrader/src/controller/AlertsViewController.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 controller
 {
 	import models.Alert;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/55bf1768/examples/MobileTrader/src/controller/WatchListController.as
----------------------------------------------------------------------
diff --git a/examples/MobileTrader/src/controller/WatchListController.as b/examples/MobileTrader/src/controller/WatchListController.as
index 115d23f..367b24f 100644
--- a/examples/MobileTrader/src/controller/WatchListController.as
+++ b/examples/MobileTrader/src/controller/WatchListController.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 controller
 {
 	import models.ProductsModel;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/55bf1768/examples/MobileTrader/src/models/Alert.as
----------------------------------------------------------------------
diff --git a/examples/MobileTrader/src/models/Alert.as b/examples/MobileTrader/src/models/Alert.as
index 56fbd82..7b9dc8b 100644
--- a/examples/MobileTrader/src/models/Alert.as
+++ b/examples/MobileTrader/src/models/Alert.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 models
 {
 	import org.apache.flex.events.Event;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/55bf1768/frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics/Ellipse.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics/Ellipse.as b/frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics/Ellipse.as
index 8226363..7b8db56 100644
--- a/frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics/Ellipse.as
+++ b/frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics/Ellipse.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 org.apache.flex.core.graphics
 {
 	import flash.geom.Point;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/55bf1768/frameworks/projects/JQuery/js/tests/test.html
----------------------------------------------------------------------
diff --git a/frameworks/projects/JQuery/js/tests/test.html b/frameworks/projects/JQuery/js/tests/test.html
index 60c6032..dfb379f 100644
--- a/frameworks/projects/JQuery/js/tests/test.html
+++ b/frameworks/projects/JQuery/js/tests/test.html
@@ -1,3 +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.
+
+-->
 <html>
 <head>
 
@@ -38,6 +57,6 @@
     <!-- end "all" -->
 
 </head>
-<body onload="new FlexJSTest().start();">
+<body onLoad="new FlexJSTest().start();">
 </body>
 </html>