You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/05/22 04:53:54 UTC

git commit: [flex-asjs] [refs/heads/release0.8.0] - Add missing headers to resources/index.html in native/ButtonExample and native/USStatesMap

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 d1a3b36f6 -> 702930a75


Add missing headers to resources/index.html in native/ButtonExample and native/USStatesMap


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

Branch: refs/heads/release0.8.0
Commit: 702930a75d805428efc397f21b83868ae9aa41b5
Parents: d1a3b36
Author: piotrz <pi...@apache.org>
Authored: Mon May 22 06:53:49 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Mon May 22 06:53:49 2017 +0200

----------------------------------------------------------------------
 .../ButtonExample/src/main/resources/index.html     | 16 ++++++++++++++++
 .../USStatesMap/src/main/resources/index.html       | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/702930a7/examples/native/ButtonExample/src/main/resources/index.html
----------------------------------------------------------------------
diff --git a/examples/native/ButtonExample/src/main/resources/index.html b/examples/native/ButtonExample/src/main/resources/index.html
index 2925bae..1d39556 100644
--- a/examples/native/ButtonExample/src/main/resources/index.html
+++ b/examples/native/ButtonExample/src/main/resources/index.html
@@ -1,3 +1,19 @@
+<!--
+  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.
+-->
 <!DOCTYPE html>
 <html>
 <head>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/702930a7/examples/native/USStatesMap/src/main/resources/index.html
----------------------------------------------------------------------
diff --git a/examples/native/USStatesMap/src/main/resources/index.html b/examples/native/USStatesMap/src/main/resources/index.html
index 206409c..a305f46 100644
--- a/examples/native/USStatesMap/src/main/resources/index.html
+++ b/examples/native/USStatesMap/src/main/resources/index.html
@@ -1,3 +1,19 @@
+<!--
+  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.
+-->
 <!DOCTYPE html>
 <html>
 <head>