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 <[email protected]> Authored: Thu Sep 24 22:26:47 2015 -0700 Committer: Alex Harui <[email protected]> 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;
