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/12/16 22:35:59 UTC

[13/50] git commit: [flex-asjs] [refs/heads/master] - header

header


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

Branch: refs/heads/master
Commit: 33016bb59bbdcf37e3af2f914e6df306a6fa7b22
Parents: b85f244
Author: Alex Harui <ah...@apache.org>
Authored: Thu Sep 24 22:26:47 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Sep 24 22:26:47 2015 -0700

----------------------------------------------------------------------
 .../src/controllers/GAJSONInputParser.as          | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/33016bb5/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAJSONInputParser.as
----------------------------------------------------------------------
diff --git a/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAJSONInputParser.as b/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAJSONInputParser.as
index 2ff5916..c443de5 100644
--- a/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAJSONInputParser.as
+++ b/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAJSONInputParser.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 controllers
 {
 	import org.apache.flex.collections.parsers.JSONInputParser;