Repository: flex-falcon Updated Branches: refs/heads/develop de38e3807 -> 903e785f5
header Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/78f9f63e Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/78f9f63e Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/78f9f63e Branch: refs/heads/develop Commit: 78f9f63e67e9f972172510288d8cb27e96fcdf59 Parents: b544884 Author: Alex Harui <[email protected]> Authored: Mon Jun 22 05:36:02 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Jun 22 06:06:08 2015 -0700 ---------------------------------------------------------------------- .../codegen/externals/TestPackageNamespace.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/78f9f63e/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/TestPackageNamespace.java ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/TestPackageNamespace.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/TestPackageNamespace.java index e2d9f90..c00d00b 100644 --- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/TestPackageNamespace.java +++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/TestPackageNamespace.java @@ -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.compiler.internal.codegen.externals; import static org.junit.Assert.assertEquals;
