You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cz...@apache.org on 2013/05/22 15:50:50 UTC

[30/41] git commit: added Apache license header

added Apache license header


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/3b173d72
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/3b173d72
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/3b173d72

Branch: refs/heads/makeFlexUnitApacheReady
Commit: 3b173d72384b7478917f951f17d37b0361db4974
Parents: 6473d28
Author: cyrill.zadra <cy...@gmail.com>
Authored: Sat May 18 12:42:25 2013 +0800
Committer: cyrill.zadra <cy...@gmail.com>
Committed: Sat May 18 12:42:27 2013 +0800

----------------------------------------------------------------------
 FlexUnit4/.actionScriptProperties                  |   16 +++++++++++++
 FlexUnit4/.flexLibProperties                       |   16 +++++++++++++
 FlexUnit4/.project                                 |   16 +++++++++++++
 FlexUnit4/build.xml                                |   16 +++++++++++++
 FlexUnit4/flexLibProperties.xsl                    |   16 +++++++++++++
 FlexUnit4/link-report.xsl                          |   16 +++++++++++++
 FlexUnit4/src/flex/lang/reflect/Constructor.as     |   16 +++++++++++++
 FlexUnit4/src/flex/lang/reflect/Field.as           |   16 +++++++++++++
 FlexUnit4/src/flex/lang/reflect/Klass.as           |   16 +++++++++++++
 FlexUnit4/src/flex/lang/reflect/Method.as          |   16 +++++++++++++
 .../src/flex/lang/reflect/builders/FieldBuilder.as |   16 +++++++++++++
 .../reflect/builders/MetaDataAnnotationBuilder.as  |   16 +++++++++++++
 .../flex/lang/reflect/builders/MethodBuilder.as    |   16 +++++++++++++
 .../src/flex/lang/reflect/cache/ClassDataCache.as  |   16 +++++++++++++
 .../lang/reflect/metadata/MetaDataAnnotation.as    |   16 +++++++++++++
 .../flex/lang/reflect/metadata/MetaDataArgument.as |   16 +++++++++++++
 .../src/flex/lang/reflect/utils/MetadataTools.as   |   16 +++++++++++++
 FlexUnit4/src/locale/en_US/metadata.properties     |   15 ++++++++++++
 FlexUnit4/src/metadata.xml                         |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/Assert.as               |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/AssertionError.as       |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/Assume.as               |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/IncludeFlexClasses.as   |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/assertThat.as           |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/asserts/assertEquals.as |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/asserts/assertFalse.as  |   16 +++++++++++++
 .../src/org/flexunit/asserts/assertNotNull.as      |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/asserts/assertNull.as   |   16 +++++++++++++
 .../org/flexunit/asserts/assertStrictlyEquals.as   |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/asserts/assertTrue.as   |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/asserts/fail.as         |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/assumeThat.as           |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/async/Async.as          |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/async/AsyncHandler.as   |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/async/AsyncLocator.as   |   16 +++++++++++++
 .../org/flexunit/async/AsyncNativeTestResponder.as |   18 ++++++++++++++-
 .../src/org/flexunit/async/AsyncTestResponder.as   |   16 +++++++++++++
 .../src/org/flexunit/async/IAsyncTestResponder.as  |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/async/ITestResponder.as |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/async/TestResponder.as  |   16 +++++++++++++
 .../constants/AnnotationArgumentConstants.as       |   16 +++++++++++++
 .../org/flexunit/constants/AnnotationConstants.as  |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/events/AsyncEvent.as    |   16 +++++++++++++
 .../src/org/flexunit/events/AsyncResponseEvent.as  |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/events/UnknownError.as  |   16 +++++++++++++
 .../org/flexunit/events/rule/EventExpectations.as  |   16 +++++++++++++
 .../src/org/flexunit/events/rule/EventRule.as      |   16 +++++++++++++
 .../org/flexunit/events/rule/ExpectationEvent.as   |   16 +++++++++++++
 .../org/flexunit/events/rule/IEventExpectation.as  |   16 +++++++++++++
 .../src/org/flexunit/events/rule/MultiMatcher.as   |   16 +++++++++++++
 .../org/flexunit/events/rule/QuantityMatcher.as    |   16 +++++++++++++
 .../src/org/flexunit/events/rule/TimeoutMonitor.as |   16 +++++++++++++
 .../runners/statements/AssignmentSequencer.as      |   16 +++++++++++++
 .../MethodCompleteWithParamsStatement.as           |   16 +++++++++++++
 .../runners/statements/TheoryAnchor.as             |   16 +++++++++++++
 .../runners/statements/TheoryBlockRunner.as        |   16 +++++++++++++
 .../statements/TheoryBlockRunnerStatement.as       |   16 +++++++++++++
 .../experimental/theories/IParameterSupplier.as    |   16 +++++++++++++
 .../experimental/theories/IPotentialAssignment.as  |   16 +++++++++++++
 .../experimental/theories/ParameterSignature.as    |   16 +++++++++++++
 .../experimental/theories/PotentialAssignment.as   |   16 +++++++++++++
 .../org/flexunit/experimental/theories/Theories.as |   16 +++++++++++++
 .../theories/internals/AllMembersSupplier.as       |   16 +++++++++++++
 .../experimental/theories/internals/Assignments.as |   16 +++++++++++++
 .../internals/ParameterizedAssertionError.as       |   16 +++++++++++++
 .../error/CouldNotGenerateValueException.as        |   16 +++++++++++++
 .../internals/AssumptionViolatedException.as       |   16 +++++++++++++
 .../src/org/flexunit/internals/TextListener.as     |   16 +++++++++++++
 .../src/org/flexunit/internals/TraceListener.as    |   16 +++++++++++++
 .../builders/AllDefaultPossibilitiesBuilder.as     |   16 +++++++++++++
 .../internals/builders/FlexUnit1Builder.as         |   16 +++++++++++++
 .../internals/builders/FlexUnit4Builder.as         |   16 +++++++++++++
 .../builders/FlexUnit4QualifiedBuilder.as          |   16 +++++++++++++
 .../flexunit/internals/builders/IgnoredBuilder.as  |   16 +++++++++++++
 .../internals/builders/IgnoredClassRunner.as       |   16 +++++++++++++
 .../flexunit/internals/builders/MetaDataBuilder.as |   16 +++++++++++++
 .../org/flexunit/internals/builders/NullBuilder.as |   16 +++++++++++++
 .../builders/OnlyRecognizedTestClassBuilder.as     |   16 +++++++++++++
 .../internals/builders/SuiteMethodBuilder.as       |   16 +++++++++++++
 .../dependency/ExternalDependencyResolver.as       |   16 +++++++++++++
 .../dependency/ExternalRunnerDependencyWatcher.as  |   16 +++++++++++++
 .../dependency/IExternalDependencyResolver.as      |   16 +++++++++++++
 .../dependency/IExternalRunnerDependencyWatcher.as |   16 +++++++++++++
 .../internals/events/ExecutionCompleteEvent.as     |   16 +++++++++++++
 .../org/flexunit/internals/flexunit_internal.as    |   16 +++++++++++++
 .../internals/listeners/FluintDisplayListener.as   |   16 +++++++++++++
 .../listeners/FluintDisplayListenerView.mxml       |   16 +++++++++++++
 .../src/org/flexunit/internals/matchers/Each.as    |   16 +++++++++++++
 .../flexunit/internals/namespaces/classInternal.as |   16 +++++++++++++
 .../flexunit/internals/requests/ClassRequest.as    |   16 +++++++++++++
 .../flexunit/internals/requests/FilterRequest.as   |   16 +++++++++++++
 .../internals/requests/QualifyingRequest.as        |   16 +++++++++++++
 .../flexunit/internals/requests/SortingRequest.as  |   16 +++++++++++++
 .../internals/runners/ChildRunnerSequencer.as      |   16 +++++++++++++
 .../internals/runners/ErrorReportingRunner.as      |   16 +++++++++++++
 .../internals/runners/FlexUnit1ClassRunner.as      |   16 +++++++++++++
 .../internals/runners/InitializationError.as       |   16 +++++++++++++
 .../org/flexunit/internals/runners/SuiteMethod.as  |   16 +++++++++++++
 .../internals/runners/model/EachTestNotifier.as    |   16 +++++++++++++
 .../internals/runners/model/IReflectiveCallable.as |   16 +++++++++++++
 .../runners/model/MultipleFailureException.as      |   16 +++++++++++++
 .../runners/statements/AsyncStatementBase.as       |   16 +++++++++++++
 .../internals/runners/statements/ExpectAsync.as    |   16 +++++++++++++
 .../runners/statements/ExpectException.as          |   16 +++++++++++++
 .../flexunit/internals/runners/statements/Fail.as  |   16 +++++++++++++
 .../internals/runners/statements/FailOnTimeout.as  |   16 +++++++++++++
 .../runners/statements/IAsyncHandlingStatement.as  |   16 +++++++++++++
 .../runners/statements/IAsyncStatement.as          |   16 +++++++++++++
 .../internals/runners/statements/InvokeMethod.as   |   16 +++++++++++++
 .../internals/runners/statements/MethodRuleBase.as |   16 +++++++++++++
 .../internals/runners/statements/RunAfters.as      |   16 +++++++++++++
 .../internals/runners/statements/RunAftersClass.as |   16 +++++++++++++
 .../runners/statements/RunAftersInline.as          |   16 +++++++++++++
 .../internals/runners/statements/RunBefores.as     |   16 +++++++++++++
 .../runners/statements/RunBeforesClass.as          |   16 +++++++++++++
 .../runners/statements/RunBeforesInline.as         |   16 +++++++++++++
 .../runners/statements/SequencerWithDecoration.as  |   16 +++++++++++++
 .../runners/statements/StackAndFrameManagement.as  |   16 +++++++++++++
 .../runners/statements/StatementSequencer.as       |   16 +++++++++++++
 .../internals/runners/watcher/FrameWatcher.as      |   16 +++++++++++++
 .../src/org/flexunit/reporting/FailureFormatter.as |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/rules/IMethodRule.as    |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runner/Description.as   |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runner/Descriptor.as    |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runner/FlexUnitCore.as  |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runner/IDescribable.as  |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runner/IDescription.as  |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runner/IRequest.as      |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runner/IRunner.as       |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runner/Request.as       |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runner/Result.as        |   16 +++++++++++++
 .../runner/external/ExternalDependencyToken.as     |   16 +++++++++++++
 .../runner/external/IExternalDependencyData.as     |   16 +++++++++++++
 .../runner/external/IExternalDependencyLoader.as   |   16 +++++++++++++
 .../runner/external/IExternalDependencyRunner.as   |   16 +++++++++++++
 .../org/flexunit/runner/manipulation/IFilter.as    |   16 +++++++++++++
 .../flexunit/runner/manipulation/IFilterable.as    |   16 +++++++++++++
 .../flexunit/runner/manipulation/IFixtureSorter.as |   16 +++++++++++++
 .../flexunit/runner/manipulation/ISimpleCursor.as  |   16 +++++++++++++
 .../src/org/flexunit/runner/manipulation/ISort.as  |   16 +++++++++++++
 .../org/flexunit/runner/manipulation/ISortable.as  |   16 +++++++++++++
 .../org/flexunit/runner/manipulation/ISorter.as    |   16 +++++++++++++
 .../runner/manipulation/NoTestsRemainException.as  |   16 +++++++++++++
 .../manipulation/OrderArgumentPlusAlphaSorter.as   |   16 +++++++++++++
 .../OrderArgumentPlusInheritanceSorter.as          |   16 +++++++++++++
 .../runner/manipulation/OrderArgumentSorter.as     |   16 +++++++++++++
 .../src/org/flexunit/runner/manipulation/Sorter.as |   16 +++++++++++++
 .../manipulation/fields/FieldMetaDataSorter.as     |   16 +++++++++++++
 .../runner/manipulation/fields/IFieldSorter.as     |   16 +++++++++++++
 .../runner/manipulation/filters/AbstractFilter.as  |   16 +++++++++++++
 .../runner/manipulation/filters/DynamicFilter.as   |   16 +++++++++++++
 .../manipulation/filters/IncludeAllFilter.as       |   16 +++++++++++++
 .../manipulation/filters/MethodNameFilter.as       |   16 +++++++++++++
 .../ClassInheritanceOrderCache.as                  |   16 +++++++++++++
 .../sortingInheritance/ISortingInheritanceCache.as |   16 +++++++++++++
 .../org/flexunit/runner/notification/Failure.as    |   16 +++++++++++++
 .../notification/IAsyncCompletionRunListener.as    |   16 +++++++++++++
 .../runner/notification/IAsyncRunListener.as       |   16 +++++++++++++
 .../notification/IAsyncStartupRunListener.as       |   16 +++++++++++++
 .../flexunit/runner/notification/IRunListener.as   |   16 +++++++++++++
 .../flexunit/runner/notification/IRunNotifier.as   |   16 +++++++++++++
 .../runner/notification/ITemporalRunListener.as    |   16 +++++++++++++
 .../flexunit/runner/notification/RunListener.as    |   16 +++++++++++++
 .../flexunit/runner/notification/RunNotifier.as    |   16 +++++++++++++
 .../runner/notification/StoppedByUserException.as  |   16 +++++++++++++
 .../notification/async/AsyncListenerWatcher.as     |   16 +++++++++++++
 .../runner/notification/async/WaitingListener.as   |   16 +++++++++++++
 .../runner/notification/async/XMLListener.as       |   16 +++++++++++++
 .../flexunit/runners/BlockFlexUnit4ClassRunner.as  |   16 +++++++++++++
 .../src/org/flexunit/runners/Parameterized.as      |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runners/ParentRunner.as |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/runners/Suite.as        |   16 +++++++++++++
 .../org/flexunit/runners/model/FrameworkMethod.as  |   16 +++++++++++++
 .../org/flexunit/runners/model/IRunnerBuilder.as   |   16 +++++++++++++
 .../src/org/flexunit/runners/model/IStatement.as   |   16 +++++++++++++
 .../flexunit/runners/model/ParameterizedMethod.as  |   16 +++++++++++++
 .../flexunit/runners/model/RunnerBuilderBase.as    |   16 +++++++++++++
 .../src/org/flexunit/runners/model/TestClass.as    |   16 +++++++++++++
 .../org/flexunit/token/AsyncCoreStartupToken.as    |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/token/AsyncTestToken.as |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/token/ChildResult.as    |   16 +++++++++++++
 .../src/org/flexunit/token/IAsyncTestToken.as      |   16 +++++++++++++
 FlexUnit4/src/org/flexunit/utils/ClassNameUtil.as  |   16 +++++++++++++
 .../src/org/flexunit/utils/DescriptionUtil.as      |   16 +++++++++++++
 .../src/org/fluint/sequence/ISequenceAction.as     |   16 +++++++++++++
 FlexUnit4/src/org/fluint/sequence/ISequencePend.as |   16 +++++++++++++
 FlexUnit4/src/org/fluint/sequence/ISequenceStep.as |   16 +++++++++++++
 .../org/fluint/sequence/SequenceBindingWaiter.as   |   16 +++++++++++++
 .../src/org/fluint/sequence/SequenceCaller.as      |   16 +++++++++++++
 FlexUnit4/src/org/fluint/sequence/SequenceDelay.as |   16 +++++++++++++
 .../org/fluint/sequence/SequenceEventDispatcher.as |   16 +++++++++++++
 .../src/org/fluint/sequence/SequenceRunner.as      |   16 +++++++++++++
 .../src/org/fluint/sequence/SequenceSetter.as      |   16 +++++++++++++
 .../src/org/fluint/sequence/SequenceWaiter.as      |   16 +++++++++++++
 .../uiImpersonation/IVisualEnvironmentBuilder.as   |   16 +++++++++++++
 .../uiImpersonation/IVisualTestEnvironment.as      |   16 +++++++++++++
 .../org/fluint/uiImpersonation/UIImpersonator.as   |   16 +++++++++++++
 .../uiImpersonation/VisualTestEnvironment.as       |   16 +++++++++++++
 .../VisualTestEnvironmentBuilder.as                |   16 +++++++++++++
 .../actionScript/ActionScriptEnvironmentBuilder.as |   16 +++++++++++++
 .../ActionScriptVisualTestEnvironment.as           |   16 +++++++++++++
 .../uiImpersonation/flex/FlexEnvironmentBuilder.as |   16 +++++++++++++
 .../flex/FlexMXVisualTestEnvironment.as            |   16 +++++++++++++
 .../flex/FlexSparkVisualTestEnvironment.as         |   16 +++++++++++++
 FlexUnit4AirCIListener/.actionScriptProperties     |   16 +++++++++++++
 FlexUnit4AirCIListener/.flexLibProperties          |   16 +++++++++++++
 FlexUnit4AirCIListener/.project                    |   16 +++++++++++++
 .../.settings/org.eclipse.core.resources.prefs     |   15 ++++++++++++
 FlexUnit4AirCIListener/build.xml                   |   16 +++++++++++++
 .../src/org/flexunit/listeners/AirCIListener.as    |   16 +++++++++++++
 .../src/org/flexunit/listeners/closer/AirCloser.as |   16 +++++++++++++
 FlexUnit4AntTasks/.classpath                       |   16 +++++++++++++
 FlexUnit4AntTasks/.project                         |   16 +++++++++++++
 .../.settings/org.eclipse.jdt.core.prefs           |   15 ++++++++++++
 FlexUnit4AntTasks/build.xml                        |   16 +++++++++++++
 .../src/org/flexunit/ant/FlexUnitSocketServer.java |   16 +++++++++++++
 .../src/org/flexunit/ant/FlexUnitSocketThread.java |   16 +++++++++++++
 .../src/org/flexunit/ant/LoggingUtil.java          |   16 +++++++++++++
 .../org/flexunit/ant/launcher/OperatingSystem.java |   16 +++++++++++++
 .../flexunit/ant/launcher/commands/Command.java    |   16 +++++++++++++
 .../launcher/commands/headless/XvncException.java  |   16 +++++++++++++
 .../commands/headless/XvncStartCommand.java        |   16 +++++++++++++
 .../commands/headless/XvncStopCommand.java         |   16 +++++++++++++
 .../ant/launcher/commands/player/AdlCommand.java   |   16 +++++++++++++
 .../commands/player/CustomPlayerCommand.java       |   16 +++++++++++++
 .../commands/player/DefaultPlayerCommand.java      |   16 +++++++++++++
 .../commands/player/FlashPlayerCommand.java        |   16 +++++++++++++
 .../launcher/commands/player/PlayerCommand.java    |   16 +++++++++++++
 .../commands/player/PlayerCommandFactory.java      |   16 +++++++++++++
 .../ant/launcher/commands/player/TrustFile.java    |   16 +++++++++++++
 .../ant/launcher/contexts/DefaultContext.java      |   16 +++++++++++++
 .../ant/launcher/contexts/ExecutionContext.java    |   16 +++++++++++++
 .../launcher/contexts/ExecutionContextFactory.java |   16 +++++++++++++
 .../ant/launcher/contexts/HeadlessContext.java     |   16 +++++++++++++
 .../ant/launcher/platforms/LinuxDefaults.java      |   16 +++++++++++++
 .../ant/launcher/platforms/MacOSXDefaults.java     |   16 +++++++++++++
 .../ant/launcher/platforms/PlatformDefaults.java   |   16 +++++++++++++
 .../ant/launcher/platforms/WindowsDefaults.java    |   16 +++++++++++++
 .../src/org/flexunit/ant/report/Report.java        |   16 +++++++++++++
 .../src/org/flexunit/ant/report/Reports.java       |   16 +++++++++++++
 .../src/org/flexunit/ant/report/Suite.java         |   16 +++++++++++++
 .../src/org/flexunit/ant/tasks/Compilation.java    |   16 +++++++++++++
 .../src/org/flexunit/ant/tasks/FlexUnitTask.java   |   16 +++++++++++++
 .../src/org/flexunit/ant/tasks/TestRun.java        |   16 +++++++++++++
 .../configuration/CompilationConfiguration.java    |   16 +++++++++++++
 .../ant/tasks/configuration/StepConfiguration.java |   16 +++++++++++++
 .../ant/tasks/configuration/TaskConfiguration.java |   16 +++++++++++++
 .../tasks/configuration/TestRunConfiguration.java  |   16 +++++++++++++
 .../tasks/types/CompilationFileSetCollection.java  |   16 +++++++++++++
 .../org/flexunit/ant/tasks/types/LibraryPaths.java |   16 +++++++++++++
 .../org/flexunit/ant/tasks/types/LoadConfig.java   |   16 +++++++++++++
 .../org/flexunit/ant/tasks/types/SourcePaths.java  |   16 +++++++++++++
 .../ant/tasks/integration/FlexUnitTaskHarness.java |   16 +++++++++++++
 FlexUnit4AntTasks/test/sandbox/src/A/Aclass.as     |   16 +++++++++++++
 FlexUnit4AntTasks/test/sandbox/src/A/B/Bclass.as   |   16 +++++++++++++
 FlexUnit4AntTasks/test/sandbox/src/A/B/D/Dclass.as |   16 +++++++++++++
 FlexUnit4AntTasks/test/sandbox/src/A/B/E/Eclass.as |   16 +++++++++++++
 FlexUnit4AntTasks/test/sandbox/src/A/C/Cclass.as   |   16 +++++++++++++
 FlexUnit4AntTasks/test/sandbox/src/A/C/F/Fclass.as |   16 +++++++++++++
 FlexUnit4AntTasks/test/sandbox/src/A/C/G/Gclass.as |   16 +++++++++++++
 FlexUnit4CIListener/.actionScriptProperties        |   16 +++++++++++++
 FlexUnit4CIListener/.flexLibProperties             |   16 +++++++++++++
 FlexUnit4CIListener/.project                       |   16 +++++++++++++
 .../.settings/org.eclipse.core.resources.prefs     |   15 ++++++++++++
 FlexUnit4CIListener/build.xml                      |   16 +++++++++++++
 .../src/org/flexunit/listeners/CIListener.as       |   16 +++++++++++++
 .../src/org/flexunit/listeners/TestCaseReport.as   |   16 +++++++++++++
 .../src/org/flexunit/listeners/TestSuiteReport.as  |   16 +++++++++++++
 .../flexunit/listeners/VisualDebuggerListener.mxml |   16 +++++++++++++
 .../flexunit/listeners/closer/ApplicationCloser.as |   16 +++++++++++++
 .../closer/StandAloneFlashPlayerCloser.as          |   16 +++++++++++++
 FlexUnit4FlexCoverListener/.actionScriptProperties |   16 +++++++++++++
 FlexUnit4FlexCoverListener/.flexLibProperties      |   16 +++++++++++++
 FlexUnit4FlexCoverListener/.project                |   16 +++++++++++++
 .../.settings/org.eclipse.core.resources.prefs     |   15 ++++++++++++
 FlexUnit4FlexCoverListener/build.xml               |   16 +++++++++++++
 .../org/flexunit/listeners/FlexCoverListener.as    |   16 +++++++++++++
 .../flexunit/listeners/closer/FlexCoverCloser.as   |   16 +++++++++++++
 FlexUnit4FluintExtensions/.actionScriptProperties  |   16 +++++++++++++
 FlexUnit4FluintExtensions/.flexLibProperties       |   16 +++++++++++++
 FlexUnit4FluintExtensions/.project                 |   16 +++++++++++++
 FlexUnit4FluintExtensions/build.xml                |   16 +++++++++++++
 .../flexunit/internals/builders/Fluint1Builder.as  |   16 +++++++++++++
 .../internals/runners/Fluint1ClassRunner.as        |   16 +++++++++++++
 FlexUnit4SampleCIProject/.actionScriptProperties   |   16 +++++++++++++
 FlexUnit4SampleCIProject/.flexProperties           |   16 +++++++++++++
 FlexUnit4SampleCIProject/.project                  |   16 +++++++++++++
 .../html-template/history/history.css              |   16 +++++++++++++
 .../html-template/history/history.js               |   16 +++++++++++++
 .../html-template/history/historyFrame.html        |   16 +++++++++++++
 .../html-template/index.template.html              |   16 +++++++++++++
 FlexUnit4SampleCIProject/src/main/flex/Main.mxml   |   16 +++++++++++++
 .../src/main/flex/org/flexunit/demo/EchoPanel.mxml |   16 +++++++++++++
 .../src/test/flex/AirTestRunner.mxml               |   16 +++++++++++++
 .../src/test/flex/TestRunner.mxml                  |   16 +++++++++++++
 .../test/flex/org/flexunit/demo/EchoPanelTest.as   |   16 +++++++++++++
 .../src/test/flex/org/flexunit/demo/SampleTest.as  |   16 +++++++++++++
 FlexUnit4Test/.actionScriptProperties              |   16 +++++++++++++
 FlexUnit4Test/.flexProperties                      |   16 +++++++++++++
 FlexUnit4Test/.project                             |   16 +++++++++++++
 FlexUnit4Test/build.xml                            |   16 +++++++++++++
 FlexUnit4Test/fc-to-cobertura.xsl                  |   16 +++++++++++++
 FlexUnit4Test/html-template/history/history.css    |   16 +++++++++++++
 FlexUnit4Test/html-template/history/history.js     |   16 +++++++++++++
 .../html-template/history/historyFrame.html        |   16 +++++++++++++
 FlexUnit4Test/html-template/index.template.html    |   16 +++++++++++++
 FlexUnit4Test/src/InstrumentTestRunner.mxml        |   16 +++++++++++++
 FlexUnit4Test/src/TestRunner.mxml                  |   16 +++++++++++++
 FlexUnit4Test/src/UIRunner.mxml                    |   16 +++++++++++++
 .../src/compilationSuite/FlexUnit4ASSuite.as       |   16 +++++++++++++
 FlexUnit4Test/src/compilationSuite/SuitesToRun.as  |   16 +++++++++++++
 .../actionscript/ActionScriptSuite.as              |   16 +++++++++++++
 .../src/compilationSuite/flex/FlexSuite.as         |   16 +++++++++++++
 .../src/flex/lang/reflect/mocks/KlassMock.as       |   16 +++++++++++++
 .../src/flex/lang/reflect/mocks/MethodMock.as      |   16 +++++++++++++
 FlexUnit4Test/src/flexUnitTests/TestingTester.as   |   16 +++++++++++++
 .../flexUnit1/framework/AllFrameworkTests.as       |   16 +++++++++++++
 .../flexUnit1/framework/AsynchronousTestCase.as    |   16 +++++++++++++
 .../framework/AsynchronousValueDispatcher.as       |   16 +++++++++++++
 .../flexUnit1/framework/ErrorTestCase.as           |   16 +++++++++++++
 .../flexUnit1/framework/FailureTestCase.as         |   16 +++++++++++++
 .../framework/SetupErrorTearDownTestCase.as        |   16 +++++++++++++
 .../flexUnit1/framework/SetupErrorTestCase.as      |   16 +++++++++++++
 .../flexUnit1/framework/SuccessTestCase.as         |   16 +++++++++++++
 .../flexUnit1/framework/TearDownErrorTestCase.as   |   16 +++++++++++++
 .../flexUnit1/framework/TearDownTestCase.as        |   16 +++++++++++++
 .../flexUnit1/framework/TestAssert.as              |   16 +++++++++++++
 .../flexUnit1/framework/TestAsynchronous.as        |   16 +++++++++++++
 .../flexUnit1/framework/TestEventfulTestCase.as    |   16 +++++++++++++
 .../flexUnit1/framework/TestTestCase.as            |   16 +++++++++++++
 .../flexUnit1/framework/TestTestListener.as        |   16 +++++++++++++
 .../flexUnit1/framework/ValueEvent.as              |   16 +++++++++++++
 .../suites/frameworkSuite/FlexUnit4Suite.as        |   16 +++++++++++++
 .../frameworkSuite/cases/TestASComponentUse.as     |   16 +++++++++++++
 .../suites/frameworkSuite/cases/TestAssert.as      |   16 +++++++++++++
 .../frameworkSuite/cases/TestAsynchronousAS.as     |   16 +++++++++++++
 .../frameworkSuite/cases/TestAsynchronousFlex.as   |   16 +++++++++++++
 .../cases/TestAsynchronousSetUpTearDown.as         |   16 +++++++++++++
 .../cases/TestBeforeAfterClassOrder.as             |   16 +++++++++++++
 .../cases/TestBeforeAfterClassOrderAsync.as        |   16 +++++++++++++
 .../cases/TestBeforeAfterInheritance.as            |   16 +++++++++++++
 .../TestBeforeAfterInheritanceBaseBaseClass.as     |   16 +++++++++++++
 .../cases/TestBeforeAfterInheritanceBaseClass.as   |   16 +++++++++++++
 .../frameworkSuite/cases/TestBeforeAfterOrder.as   |   16 +++++++++++++
 .../cases/TestBeforeAfterOrderAsync.as             |   16 +++++++++++++
 .../suites/frameworkSuite/cases/TestBindingUse.as  |   16 +++++++++++++
 .../frameworkSuite/cases/TestDoubleMetaData.as     |   16 +++++++++++++
 .../suites/frameworkSuite/cases/TestIgnore.as      |   16 +++++++++++++
 .../frameworkSuite/cases/TestMXMLComponentUse.as   |   16 +++++++++++++
 .../suites/frameworkSuite/cases/TestMethodOrder.as |   16 +++++++++++++
 .../frameworkSuite/cases/TestParameterized.as      |   16 +++++++++++++
 .../frameworkSuite/cases/TestParameterized2.as     |   16 +++++++++++++
 .../frameworkSuite/cases/TestParameterized3.as     |   16 +++++++++++++
 .../cases/TestSynchronousSetUpTearDown.as          |   16 +++++++++++++
 .../cases/helper/MySpecialResponder.as             |   16 +++++++++++++
 .../frameworkSuite/cases/helper/ParamDataExt.as    |   16 +++++++++++++
 .../cases/mxml/SimpleMXMLLoginComponent.mxml       |   16 +++++++++++++
 .../frameworkSuite/cases/valueObject/Person.as     |   16 +++++++++++++
 .../parameterizedSuite/ParamSuite.as               |   16 +++++++++++++
 .../TestJUnitParameterizedBasicFunctionality.as    |   16 +++++++++++++
 .../TestJUnitParameterizedExternalLoader.as        |   16 +++++++++++++
 ...estJUnitParameterizedFuncVsArrayDataProvider.as |   16 +++++++++++++
 .../TestJUnitParameterizedWithAsync.as             |   16 +++++++++++++
 .../TestJUnitParameterizedWithBeforeAfter.as       |   16 +++++++++++++
 .../TestNGParameterizedBasicFunctionality.as       |   16 +++++++++++++
 .../TestNGParameterizedExternalLoader.as           |   16 +++++++++++++
 .../TestNGParameterizedFuncVsArrayDataProvider.as  |   16 +++++++++++++
 .../TestNGParameterizedWithAsync.as                |   16 +++++++++++++
 .../TestNGParameterizedWithBeforeAfter.as          |   16 +++++++++++++
 .../parameterizedSuite/helper/ParamDataHelper.as   |   16 +++++++++++++
 .../suites/frameworkSuite/rulesSuite/RulesSuite.as |   16 +++++++++++++
 .../frameworkSuite/rulesSuite/TestRuleOrder.as     |   16 +++++++++++++
 .../rulesSuite/TestRulesBasicImplementation.as     |   16 +++++++++++++
 .../rulesSuite/TestRulesErrorWrapping.as           |   16 +++++++++++++
 .../TestRulesRuleDoesntImplementIMethodRule.as     |   16 +++++++++++++
 .../rulesSuite/helper/errors/RuleError.as          |   16 +++++++++++++
 .../helper/rules/BasicImplementationRule.as        |   16 +++++++++++++
 .../rulesSuite/helper/rules/ErrorWrappingRule.as   |   16 +++++++++++++
 .../rulesSuite/helper/rules/ordered/RuleFifty.as   |   16 +++++++++++++
 .../rulesSuite/helper/rules/ordered/RuleNoOrder.as |   16 +++++++++++++
 .../rulesSuite/helper/rules/ordered/RuleOne.as     |   16 +++++++++++++
 .../rulesSuite/helper/rules/ordered/RuleTwo.as     |   16 +++++++++++++
 .../frameworkSuite/theorySuite/AsyncTheorySuite.as |   16 +++++++++++++
 .../ExternalTheoryDependencyDataSuite.as           |   16 +++++++++++++
 .../theorySuite/ExternalTheorySuite.as             |   16 +++++++++++++
 .../theorySuite/FunctionalTheorySuite.as           |   16 +++++++++++++
 .../theorySuite/TestTheoriesSuite.as               |   16 +++++++++++++
 .../theorySuite/TestTheoriesWithBeforeAfter.as     |   16 +++++++++++++
 .../frameworkSuite/theorySuite/TheorySuite.as      |   16 +++++++++++++
 .../theorySuite/helper/SampleTheoryDataHelper.as   |   16 +++++++++++++
 .../src/org/flexunit/FlexUnit4FlexSuite.as         |   16 +++++++++++++
 .../src/org/flexunit/FlexUnit4FlexUnitSuite.as     |   16 +++++++++++++
 FlexUnit4Test/src/org/flexunit/async/AsyncSuite.as |   16 +++++++++++++
 .../src/org/flexunit/async/cases/AsyncASCase.as    |   16 +++++++++++++
 .../src/org/flexunit/async/cases/AsyncFlexCase.as  |   16 +++++++++++++
 .../org/flexunit/async/cases/AsyncHandlerCase.as   |   16 +++++++++++++
 .../org/flexunit/async/cases/AsyncLocatorCase.as   |   16 +++++++++++++
 .../org/flexunit/async/cases/AsyncServiceCase.as   |   16 +++++++++++++
 .../flexunit/async/cases/AsyncTestResponderCase.as |   16 +++++++++++++
 .../org/flexunit/async/cases/TestResponderCase.as  |   16 +++++++++++++
 .../flexunit/async/mocks/EventDispatcherMock.as    |   16 +++++++++++++
 .../src/org/flexunit/async/mocks/ResponderMock.as  |   16 +++++++++++++
 FlexUnit4Test/src/org/flexunit/cases/AssertCase.as |   16 +++++++++++++
 .../src/org/flexunit/cases/AssertThatCase.as       |   16 +++++++++++++
 .../src/org/flexunit/cases/AssertionErrorCase.as   |   16 +++++++++++++
 FlexUnit4Test/src/org/flexunit/cases/AssumeCase.as |   16 +++++++++++++
 .../src/org/flexunit/cases/AssumeThatCase.as       |   16 +++++++++++++
 .../org/flexunit/cases/IncludeFlexClassesCase.as   |   16 +++++++++++++
 .../src/org/flexunit/events/EventsSuite.as         |   16 +++++++++++++
 .../org/flexunit/events/cases/AsyncEventCase.as    |   16 +++++++++++++
 .../events/cases/AsyncResponseEventCase.as         |   16 +++++++++++++
 .../src/org/flexunit/events/rule/EventRuleSuite.as |   16 +++++++++++++
 .../events/rule/cases/AsyncEventQuantityTesting.as |   16 +++++++++++++
 .../events/rule/cases/AsyncEventTesting.as         |   16 +++++++++++++
 .../events/rule/cases/SyncEventQuantityTesting.as  |   16 +++++++++++++
 .../flexunit/events/rule/cases/SyncEventTesting.as |   16 +++++++++++++
 .../org/flexunit/experimental/ExperimentSuite.as   |   16 +++++++++++++
 .../results/cases/ResultMatchersClass.as           |   16 +++++++++++++
 .../ExperimentalRunnersStatementsSuite.as          |   16 +++++++++++++
 .../statements/cases/AssignmentSequencerCase.as    |   16 +++++++++++++
 .../cases/MethodCompleteWithParamStatementCase.as  |   16 +++++++++++++
 .../runners/statements/cases/TheoryAnchorCase.as   |   16 +++++++++++++
 .../cases/TheoryBlockRunnerStatementCase.as        |   16 +++++++++++++
 .../theories/ExperimentalTheoriesSuite.as          |   16 +++++++++++++
 .../theories/cases/ParameterSignatureCase.as       |   16 +++++++++++++
 .../theories/cases/PotentialAssignmentCase.as      |   16 +++++++++++++
 .../internals/ExperimentalTheoriesInteralsSuite.as |   16 +++++++++++++
 .../theories/internals/cases/AssignmentsCase.as    |   16 +++++++++++++
 .../cases/ParameterizedAssertionErrorCase.as       |   16 +++++++++++++
 .../error/CouldNotGenerateValueExceptionCase.as    |   16 +++++++++++++
 .../src/org/flexunit/internals/InternalsSuite.as   |   16 +++++++++++++
 .../internals/builders/InternalBuildersSuite.as    |   16 +++++++++++++
 .../AllDefaultPossibilitesBuilderFluintCase.as     |   16 +++++++++++++
 .../cases/AllDefaultPossibilitiesBuilderASCase.as  |   16 +++++++++++++
 .../AllDefaultPossibilitiesBuilderFlexCase.as      |   16 +++++++++++++
 .../builders/cases/FlexUnit1BuilderCase.as         |   16 +++++++++++++
 .../builders/cases/FlexUnit4BuilderCase.as         |   16 +++++++++++++
 .../internals/builders/cases/Fluint1BuilderCase.as |   16 +++++++++++++
 .../internals/builders/cases/IgnoredBuilderCase.as |   16 +++++++++++++
 .../builders/cases/IgnoredClassRunnerCase.as       |   16 +++++++++++++
 .../builders/cases/MetaDataBuilderCase.as          |   16 +++++++++++++
 .../internals/builders/cases/NullBuilderCase.as    |   16 +++++++++++++
 .../builders/cases/SuiteMethodBuilderCase.as       |   16 +++++++++++++
 .../builders/cases/helper/BaseClassHasRunWith.as   |   16 +++++++++++++
 .../builders/cases/helper/ChildClassNoRunWith.as   |   16 +++++++++++++
 .../builders/cases/helper/SingleTestStub.as        |   16 +++++++++++++
 .../builders/definitions/FlexUnit1Class.as         |   16 +++++++++++++
 .../builders/definitions/FlexUnit4Class.as         |   16 +++++++++++++
 .../builders/definitions/FlexUnit4SuiteClass.as    |   16 +++++++++++++
 .../definitions/FlexUnit4SuiteClassFail.as         |   16 +++++++++++++
 .../internals/builders/definitions/Fluint1Class.as |   16 +++++++++++++
 .../internals/builders/definitions/Fluint1Suite.as |   16 +++++++++++++
 .../internals/builders/definitions/IgnoredClass.as |   16 +++++++++++++
 .../internals/cases/ArrayComparisonFauilureCase.as |   16 +++++++++++++
 .../flexunit/internals/cases/TextListenerCase.as   |   16 +++++++++++++
 .../flexunit/internals/cases/TraceListenerCase.as  |   16 +++++++++++++
 .../events/cases/ExecutionCompleteEventCase.as     |   16 +++++++++++++
 .../src/org/flexunit/internals/mocks/LoggerMock.as |   16 +++++++++++++
 .../internals/requests/InternalRequestsSuite.as    |   16 +++++++++++++
 .../internals/requests/cases/ClassRequestCase.as   |   16 +++++++++++++
 .../internals/requests/cases/FilterRequestCase.as  |   16 +++++++++++++
 .../internals/requests/cases/SortingRequestCase.as |   16 +++++++++++++
 .../internals/runners/InternalRunnersSuite.as      |   16 +++++++++++++
 .../runners/cases/ChildRunnerSequencerCase.as      |   16 +++++++++++++
 .../runners/cases/ErrorReportingRunnerCase.as      |   16 +++++++++++++
 .../internals/runners/cases/FailureBeforeCase.as   |   16 +++++++++++++
 .../runners/cases/InitializationErrorCase.as       |   16 +++++++++++++
 .../runners/model/InternalRunnersModelSuite.as     |   16 +++++++++++++
 .../runners/model/cases/EachTestNotifierCase.as    |   16 +++++++++++++
 .../model/cases/MultipleFailureExceptionCase.as    |   16 +++++++++++++
 .../statements/InternalRunnersStatmentsSuite.as    |   16 +++++++++++++
 .../statements/cases/AsyncStatementBaseCase.as     |   16 +++++++++++++
 .../runners/statements/cases/ExpectAsyncASCase.as  |   16 +++++++++++++
 .../statements/cases/ExpectExceptionCase.as        |   16 +++++++++++++
 .../internals/runners/statements/cases/FailCase.as |   16 +++++++++++++
 .../runners/statements/cases/FailOnTimeoutCase.as  |   16 +++++++++++++
 .../runners/statements/cases/InvokeMethodCase.as   |   16 +++++++++++++
 .../runners/statements/cases/RunAftersCase.as      |   16 +++++++++++++
 .../runners/statements/cases/RunAftersClassCase.as |   16 +++++++++++++
 .../runners/statements/cases/RunBeforesCase.as     |   16 +++++++++++++
 .../statements/cases/RunBeforesClassCase.as        |   16 +++++++++++++
 .../cases/SequencerWithDecorationCase.as           |   16 +++++++++++++
 .../cases/StackAndFrameManagementCase.as           |   16 +++++++++++++
 .../statements/cases/StatementSequencerCase.as     |   16 +++++++++++++
 .../statements/mock/AsyncHandlingStatementMock.as  |   16 +++++++++++++
 .../runners/statements/mock/AsyncStatementMock.as  |   16 +++++++++++++
 .../runners/statements/mock/TestableExpectAsync.as |   16 +++++++++++++
 .../matchers/cases/FlexUnitMatchersCase.as         |   16 +++++++++++++
 .../src/org/flexunit/reporting/ReportingSuite.as   |   16 +++++++++++++
 .../reporting/cases/FailureFormatterASCase.as      |   16 +++++++++++++
 .../reporting/cases/FailureFormatterFlexCase.as    |   16 +++++++++++++
 .../src/org/flexunit/runner/RunnerSuite.as         |   16 +++++++++++++
 .../org/flexunit/runner/cases/DescriptionCase.as   |   16 +++++++++++++
 .../org/flexunit/runner/cases/DescriptorCase.as    |   16 +++++++++++++
 .../src/org/flexunit/runner/cases/RequestCase.as   |   16 +++++++++++++
 .../src/org/flexunit/runner/cases/ResultCase.as    |   16 +++++++++++++
 .../runner/manipulation/ManipulationSuite.as       |   16 +++++++++++++
 .../runner/manipulation/cases/FilterCase.as        |   16 +++++++++++++
 .../cases/MetadataAlphabeticalSorterCase.as        |   16 +++++++++++++
 .../manipulation/cases/MetadataSorterCase.as       |   16 +++++++++++++
 .../cases/NoTestsRemainExceptionCase.as            |   16 +++++++++++++
 .../runner/manipulation/cases/SorterCase.as        |   16 +++++++++++++
 .../runner/manipulation/mocks/BasicFilterMock.as   |   16 +++++++++++++
 .../runner/manipulation/mocks/FilterMock.as        |   16 +++++++++++++
 .../runner/manipulation/mocks/FilterableMock.as    |   16 +++++++++++++
 .../flexunit/runner/manipulation/mocks/SortMock.as |   16 +++++++++++++
 .../runner/manipulation/mocks/SortableMock.as      |   16 +++++++++++++
 .../org/flexunit/runner/mocks/DescriptionMock.as   |   16 +++++++++++++
 .../runner/mocks/DescriptionTestCaseMock.as        |   16 +++++++++++++
 .../src/org/flexunit/runner/mocks/RequestMock.as   |   16 +++++++++++++
 .../src/org/flexunit/runner/mocks/ResultMock.as    |   16 +++++++++++++
 .../src/org/flexunit/runner/mocks/RunnerMock.as    |   16 +++++++++++++
 .../runner/notification/NotificationSuite.as       |   16 +++++++++++++
 .../runner/notification/async/AsyncSuite.as        |   16 +++++++++++++
 .../async/cases/AsyncListenerWatcherCase.as        |   16 +++++++++++++
 .../async/cases/WaitingListenerCase.as             |   16 +++++++++++++
 .../notification/async/cases/XMLListenerCase.as    |   16 +++++++++++++
 .../runner/notification/cases/FailureCase.as       |   16 +++++++++++++
 .../runner/notification/cases/RunListenerCase.as   |   16 +++++++++++++
 .../runner/notification/cases/RunNotifierCase.as   |   16 +++++++++++++
 .../mocks/AsyncCompletionRunListenerMock.as        |   16 +++++++++++++
 .../mocks/AsyncStartupRunListenerMock.as           |   16 +++++++++++++
 .../runner/notification/mocks/FailureMock.as       |   16 +++++++++++++
 .../runner/notification/mocks/RunListenerMock.as   |   16 +++++++++++++
 .../runner/notification/mocks/RunNotifierMock.as   |   16 +++++++++++++
 .../src/org/flexunit/runners/RunnersSuite.as       |   16 +++++++++++++
 .../runners/cases/BlockFlexUnit4ClassRunnerCase.as |   16 +++++++++++++
 .../flexunit/runners/cases/ParameterizedCase.as    |   16 +++++++++++++
 .../org/flexunit/runners/cases/ParentRunnerCase.as |   16 +++++++++++++
 .../src/org/flexunit/runners/cases/RunRulesCase.as |   16 +++++++++++++
 .../src/org/flexunit/runners/cases/SuiteCase.as    |   16 +++++++++++++
 .../runners/cases/stub/AsynchronousRule.as         |   16 +++++++++++++
 .../flexunit/runners/cases/stub/SynchronousRule.as |   16 +++++++++++++
 .../flexunit/runners/mocks/RunnerLocatorMock.as    |   16 +++++++++++++
 .../src/org/flexunit/runners/model/ModelSuite.as   |   16 +++++++++++++
 .../runners/model/cases/FrameworkMethodCase.as     |   16 +++++++++++++
 .../runners/model/cases/RunnerBuilderBaseCase.as   |   16 +++++++++++++
 .../flexunit/runners/model/cases/TestClassCase.as  |   16 +++++++++++++
 .../runners/model/mocks/FrameworkMethodMock.as     |   16 +++++++++++++
 .../runners/model/mocks/RunnerBuilderMock.as       |   16 +++++++++++++
 .../flexunit/runners/model/mocks/TestClassMock.as  |   16 +++++++++++++
 FlexUnit4Test/src/org/flexunit/token/TokenSuite.as |   16 +++++++++++++
 .../token/cases/AsyncCoreStartupTokenCase.as       |   16 +++++++++++++
 .../org/flexunit/token/cases/AsyncTestTokenCase.as |   16 +++++++++++++
 .../org/flexunit/token/cases/ChildResultCase.as    |   16 +++++++++++++
 .../org/flexunit/token/mocks/AsyncTestTokenMock.as |   16 +++++++++++++
 .../src/org/flexunit/utils/ClassNameUtilCase.as    |   16 +++++++++++++
 FlexUnit4Test/src/org/flexunit/utils/UtilsSuite.as |   16 +++++++++++++
 .../src/org/fluint/FlexUnit4FluintSuite.as         |   16 +++++++++++++
 .../src/org/fluint/sequence/SequenceSuite.as       |   16 +++++++++++++
 .../sequence/cases/SequenceBindingWaiterCase.as    |   16 +++++++++++++
 .../fluint/sequence/cases/SequenceCallerCase.as    |   16 +++++++++++++
 .../org/fluint/sequence/cases/SequenceDelayCase.as |   16 +++++++++++++
 .../sequence/cases/SequenceEventDispatcherCase.as  |   16 +++++++++++++
 .../fluint/sequence/cases/SequenceRunnerCase.as    |   16 +++++++++++++
 .../fluint/sequence/cases/SequenceSetterCase.as    |   16 +++++++++++++
 .../fluint/sequence/cases/SequenceWaiterCase.as    |   16 +++++++++++++
 .../fluint/sequence/mocks/SequenceActionMock.as    |   16 +++++++++++++
 .../org/fluint/sequence/mocks/SequencePendMock.as  |   16 +++++++++++++
 .../fluint/sequence/mocks/SequenceRunnerMock.as    |   16 +++++++++++++
 .../org/fluint/sequence/mocks/SequenceStepMock.as  |   16 +++++++++++++
 .../fluint/uiImpersonation/UIImpersonationSuite.as |   16 +++++++++++++
 .../uiImpersonation/cases/TestEnvironmentCase.as   |   16 +++++++++++++
 .../uiImpersonation/cases/UIImpersonatorCase.as    |   16 +++++++++++++
 .../src/org/hamcrest/AbstractMatcherTestCase.as    |   16 +++++++++++++
 FlexUnit4Test/src/org/hamcrest/BaseMatcherTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/CustomMatcherTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/CustomTypeSafeMatcherTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/HamcrestMXMLSuite.as          |   16 +++++++++++++
 FlexUnit4Test/src/org/hamcrest/HamcrestSuite.as    |   16 +++++++++++++
 .../src/org/hamcrest/MatcherAssertTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/TypeSafeMatcherTest.as        |   16 +++++++++++++
 .../collection/AbstractArrayMatcherTestCase.as     |   16 +++++++++++++
 .../src/org/hamcrest/collection/EveryTest.as       |   16 +++++++++++++
 .../src/org/hamcrest/collection/InArrayTest.as     |   16 +++++++++++++
 .../hamcrest/collection/IsArrayContainingTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/collection/IsArrayTest.as     |   16 +++++++++++++
 .../org/hamcrest/collection/IsArrayWithSizeTest.as |   16 +++++++++++++
 .../org/hamcrest/collection/SortedByFieldsTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/collection/SortedByTest.as    |   16 +++++++++++++
 FlexUnit4Test/src/org/hamcrest/core/AllOfTest.as   |   16 +++++++++++++
 FlexUnit4Test/src/org/hamcrest/core/AnyOfTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/core/CombinableTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/core/DescribedAsTest.as       |   16 +++++++++++++
 .../src/org/hamcrest/core/EvaluateTest.as          |   16 +++++++++++++
 FlexUnit4Test/src/org/hamcrest/core/GivenTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/core/IsAnythingTest.as        |   16 +++++++++++++
 FlexUnit4Test/src/org/hamcrest/core/IsNotTest.as   |   16 +++++++++++++
 FlexUnit4Test/src/org/hamcrest/core/ThrowsTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/date/DateAfterTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/date/DateBeforeTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/date/DateBetweenTest.as       |   16 +++++++++++++
 .../src/org/hamcrest/date/DateEqualTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/filter/FilterFunctionTest.as  |   16 +++++++++++++
 .../hamcrest/mxml/AbstractMXMLMatcherTestCase.as   |   16 +++++++++++++
 .../hamcrest/mxml/BaseMXMLMatcherCompositeTest.as  |   16 +++++++++++++
 .../hamcrest/mxml/BaseMXMLMatcherContainerTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/BaseMXMLMatcherTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/mxml/collection/ArrayTest.as  |   16 +++++++++++++
 .../hamcrest/mxml/collection/ArrayWithSizeTest.as  |   16 +++++++++++++
 .../org/hamcrest/mxml/collection/EmptyArrayTest.as |   16 +++++++++++++
 .../org/hamcrest/mxml/collection/EveryItemTest.as  |   16 +++++++++++++
 .../org/hamcrest/mxml/collection/HasItemTest.as    |   16 +++++++++++++
 .../org/hamcrest/mxml/collection/HasItemsTest.as   |   16 +++++++++++++
 .../org/hamcrest/mxml/collection/InArrayTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/core/AllOfTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/mxml/core/AnyOfTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/mxml/core/AnythingTest.as     |   16 +++++++++++++
 .../org/hamcrest/mxml/core/BaseMXMLMatcherTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/core/DescribedAsTest.as  |   16 +++++++++++++
 .../hamcrest/mxml/core/HamcrestMxmlExample.mxml    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/core/NotTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/mxml/date/DateAfterTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/date/DateBeforeTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/mxml/date/DateBetweenTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/date/DateEqualToTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/number/BetweenTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/number/CloseToTest.as    |   16 +++++++++++++
 .../mxml/number/GreaterThanOrEqualToTest.as        |   16 +++++++++++++
 .../org/hamcrest/mxml/number/GreaterThanTest.as    |   16 +++++++++++++
 .../hamcrest/mxml/number/LessThanOrEqualToTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/number/LessThanTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/EqualToTest.as    |   16 +++++++++++++
 .../hamcrest/mxml/object/HasPropertyChainTest.as   |   16 +++++++++++++
 .../org/hamcrest/mxml/object/HasPropertyTest.as    |   16 +++++++++++++
 .../mxml/object/HasPropertyWithValueTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/InstanceOfTest.as |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/IsFalseTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/IsTrueTest.as     |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/NotNullTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/NullTest.as       |   16 +++++++++++++
 .../org/hamcrest/mxml/object/SameInstanceTest.as   |   16 +++++++++++++
 .../org/hamcrest/mxml/text/ContainsStringTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/mxml/text/EmptyStringTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/text/EndsWithTest.as     |   16 +++++++++++++
 .../src/org/hamcrest/mxml/text/StartsWithTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/number/BetweenTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/number/CloseToTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/number/GreaterThanTest.as     |   16 +++++++++++++
 .../src/org/hamcrest/number/IsNotANumberTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/number/IsNumberTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/number/LessThanTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/object/HasPropertiesTest.as   |   16 +++++++++++++
 .../org/hamcrest/object/HasPropertyChainTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/object/HasPropertyTest.as     |   16 +++++++++++++
 .../hamcrest/object/HasPropertyWithValueTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/object/IsEqualTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/object/IsFalseTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/object/IsInstanceOfTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/object/IsNullTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/object/IsSameTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/object/IsStrictlyEqualTest.as |   16 +++++++++++++
 .../src/org/hamcrest/object/IsTrueTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/text/EmptyStringTest.as       |   16 +++++++++++++
 .../src/org/hamcrest/text/StringContainsTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/text/StringEndsWithTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/text/StringStartsWithTest.as  |   16 +++++++++++++
 .../hamcrest/validation/MatcherValidatorTest.as    |   16 +++++++++++++
 FlexUnit4Test/src/suite/cases/FlunitTest.as        |   16 +++++++++++++
 FlexUnit4Test/src/suite/cases/NestedAsync.as       |   16 +++++++++++++
 .../src/tests/flex/lang/reflect/ReflectionSuite.as |   16 +++++++++++++
 .../flex/lang/reflect/builders/BuilderSuite.as     |   16 +++++++++++++
 .../reflect/builders/MethodBuilderWithValidData.as |   16 +++++++++++++
 .../ConstructorParamsWithResolvedData.as           |   16 +++++++++++++
 .../ConstructorParamsWithUnresolvedData.as         |   16 +++++++++++++
 .../lang/reflect/constructor/ConstructorSuite.as   |   16 +++++++++++++
 .../constructor/ConstructorWithStubKlass.as        |   16 +++++++++++++
 .../constructor/helper/Constructor0ArgTestClass.as |   16 +++++++++++++
 .../constructor/helper/Constructor1ArgTestClass.as |   16 +++++++++++++
 .../constructor/helper/Constructor2ArgTestClass.as |   16 +++++++++++++
 .../constructor/helper/Constructor3ArgTestClass.as |   16 +++++++++++++
 .../helper/ConstructorUndefinedArgTestClass.as     |   16 +++++++++++++
 .../lang/reflect/constructor/helper/StubKlass.as   |   16 +++++++++++++
 .../flex/lang/reflect/field/FieldAsAProperty.as    |   16 +++++++++++++
 .../flex/lang/reflect/field/FieldAsAVariable.as    |   16 +++++++++++++
 .../tests/flex/lang/reflect/field/FieldSuite.as    |   16 +++++++++++++
 .../lang/reflect/field/FieldWithInvalidData.as     |   16 +++++++++++++
 .../flex/lang/reflect/field/FieldWithValidData.as  |   16 +++++++++++++
 .../tests/flex/lang/reflect/klass/KlassSuite.as    |   16 +++++++++++++
 .../lang/reflect/klass/KlassWithInvalidData.as     |   16 +++++++++++++
 .../flex/lang/reflect/klass/KlassWithValidData.as  |   16 +++++++++++++
 .../flex/lang/reflect/klass/helper/Ancestor1.as    |   16 +++++++++++++
 .../flex/lang/reflect/klass/helper/Ancestor2.as    |   16 +++++++++++++
 .../reflect/klass/helper/ClassForIntrospection.as  |   16 +++++++++++++
 .../lang/reflect/klass/helper/IFakeInterface.as    |   16 +++++++++++++
 .../flex/lang/reflect/metadata/MetaDataSuite.as    |   16 +++++++++++++
 .../AnnotationWithInvalidData.as                   |   16 +++++++++++++
 .../metaDataAnnotation/AnnotationWithValidData.as  |   16 +++++++++++++
 .../metaDataArgument/ArgumentWithInvalidData.as    |   16 +++++++++++++
 .../metaDataArgument/ArgumentWithValidData.as      |   16 +++++++++++++
 .../reflect/metadata/utils/MetaDataToolsCase.as    |   16 +++++++++++++
 .../tests/flex/lang/reflect/method/MethodSuite.as  |   16 +++++++++++++
 .../lang/reflect/method/MethodWithInvalidData.as   |   16 +++++++++++++
 .../lang/reflect/method/MethodWithValidData.as     |   16 +++++++++++++
 .../flexunit/assert/AssertionAndAssumptionSuite.as |   16 +++++++++++++
 .../tests/org/flexunit/assert/absolute/FailCase.as |   16 +++++++++++++
 .../assert/assertionsMade/AssertionsMadeCase.as    |   16 +++++++++++++
 .../org/flexunit/assert/assumption/AssumeCase.as   |   16 +++++++++++++
 .../flexunit/assert/assumption/AssumeThatCase.as   |   16 +++++++++++++
 .../org/flexunit/assert/bool/AssertFailNotTrue.as  |   16 +++++++++++++
 .../org/flexunit/assert/bool/AssertFailTrue.as     |   16 +++++++++++++
 .../flexunit/assert/bool/AssertFalseClassCase.as   |   16 +++++++++++++
 .../assert/bool/AssertFalseFunctionCase.as         |   16 +++++++++++++
 .../flexunit/assert/bool/AssertTrueClassCase.as    |   16 +++++++++++++
 .../flexunit/assert/bool/AssertTrueFunctionCase.as |   16 +++++++++++++
 .../assert/dynamicApp/DynamicAsserterCase.as       |   16 +++++++++++++
 .../assert/dynamicApp/helper/AsserterHelper.as     |   16 +++++++++++++
 .../assert/equals/AssertEqualsClassCase.as         |   16 +++++++++++++
 .../assert/equals/AssertEqualsFunctionCase.as      |   16 +++++++++++++
 .../flexunit/assert/equals/AssertFailNotEquals.as  |   16 +++++++++++++
 .../assert/equals/AssertFailNotStrictlyEqual.as    |   16 +++++++++++++
 .../assert/equals/AssertStrictlyEqualsClassCase.as |   16 +++++++++++++
 .../equals/AssertStrictlyEqualsFunctionCase.as     |   16 +++++++++++++
 .../flexunit/assert/error/AssertionErrorCase.as    |   16 +++++++++++++
 .../assert/nullHandling/AssertFailNotNull.as       |   16 +++++++++++++
 .../flexunit/assert/nullHandling/AssertFailNull.as |   16 +++++++++++++
 .../assert/nullHandling/AssertNotNullCase.as       |   16 +++++++++++++
 .../assert/nullHandling/AssertNullClassCase.as     |   16 +++++++++++++
 .../assert/nullHandling/AssertNullFunctionCase.as  |   16 +++++++++++++
 .../org/flexunit/assert/that/AssertThatCase.as     |   16 +++++++++++++
 .../tests/org/flexunit/async/AsyncHandlerCase.as   |   16 +++++++++++++
 .../tests/org/flexunit/async/AsyncLocatorCase.as   |   16 +++++++++++++
 .../flexunit/async/AsyncNativeTestResponderCase.as |   16 +++++++++++++
 .../src/tests/org/flexunit/async/AsyncSuite.as     |   16 +++++++++++++
 .../org/flexunit/async/AsyncTestResponderCase.as   |   16 +++++++++++++
 .../tests/org/flexunit/async/TestResponderCase.as  |   16 +++++++++++++
 .../src/tests/org/flexunit/events/EventsSuite.as   |   16 +++++++++++++
 .../org/flexunit/events/cases/AsyncEventCase.as    |   16 +++++++++++++
 .../events/cases/AsyncResponseEventCase.as         |   16 +++++++++++++
 .../flexunit/runner/util/DescriptionUtilTest.as    |   16 +++++++++++++
 .../flexunit/token/AsyncCoreStartupTokenCase.as    |   16 +++++++++++++
 .../tests/org/flexunit/token/AsyncTestTokenCase.as |   16 +++++++++++++
 .../tests/org/flexunit/token/ChildResultCase.as    |   16 +++++++++++++
 .../src/tests/org/flexunit/token/TokenSuite.as     |   16 +++++++++++++
 .../tests/org/flexunit/token/helper/PendingStub.as |   16 +++++++++++++
 .../tests/org/flexunit/utils/ClassNameUtilCase.as  |   16 +++++++++++++
 .../src/tests/org/flexunit/utils/UtilsSuite.as     |   16 +++++++++++++
 FlexUnit4Turnkey/.actionScriptProperties           |   16 +++++++++++++
 FlexUnit4Turnkey/.flexProperties                   |   16 +++++++++++++
 FlexUnit4Turnkey/.project                          |   16 +++++++++++++
 .../.settings/org.eclipse.core.resources.prefs     |   15 ++++++++++++
 FlexUnit4Turnkey/html-template/history/history.css |   16 +++++++++++++
 FlexUnit4Turnkey/html-template/history/history.js  |   16 +++++++++++++
 .../html-template/history/historyFrame.html        |   16 +++++++++++++
 FlexUnit4Turnkey/html-template/index.template.html |   16 +++++++++++++
 FlexUnit4Turnkey/src/FlexUnit4Turnkey.mxml         |   16 +++++++++++++
 .../src/flexUnitTests/TestingTester.as             |   16 +++++++++++++
 .../flexUnit1/framework/AllFrameworkTests.as       |   16 +++++++++++++
 .../flexUnit1/framework/AsynchronousTestCase.as    |   16 +++++++++++++
 .../framework/AsynchronousValueDispatcher.as       |   16 +++++++++++++
 .../flexUnit1/framework/ErrorTestCase.as           |   16 +++++++++++++
 .../flexUnit1/framework/FailureTestCase.as         |   16 +++++++++++++
 .../framework/SetupErrorTearDownTestCase.as        |   16 +++++++++++++
 .../flexUnit1/framework/SetupErrorTestCase.as      |   16 +++++++++++++
 .../flexUnit1/framework/SuccessTestCase.as         |   16 +++++++++++++
 .../flexUnit1/framework/TearDownErrorTestCase.as   |   16 +++++++++++++
 .../flexUnit1/framework/TearDownTestCase.as        |   16 +++++++++++++
 .../flexUnit1/framework/TestAssert.as              |   16 +++++++++++++
 .../flexUnit1/framework/TestAsynchronous.as        |   16 +++++++++++++
 .../flexUnit1/framework/TestEventfulTestCase.as    |   16 +++++++++++++
 .../flexUnit1/framework/TestTestCase.as            |   16 +++++++++++++
 .../flexUnit1/framework/TestTestListener.as        |   16 +++++++++++++
 .../flexUnit1/framework/ValueEvent.as              |   16 +++++++++++++
 .../suites/frameworkSuite/FlexUnit4Suite.as        |   16 +++++++++++++
 .../frameworkSuite/cases/TestASComponentUse.as     |   16 +++++++++++++
 .../suites/frameworkSuite/cases/TestAssert.as      |   16 +++++++++++++
 .../frameworkSuite/cases/TestAsynchronous.as       |   16 +++++++++++++
 .../cases/TestAsynchronousSetUpTearDown.as         |   16 +++++++++++++
 .../cases/TestBeforeAfterClassOrder.as             |   16 +++++++++++++
 .../cases/TestBeforeAfterClassOrderAsync.as        |   16 +++++++++++++
 .../frameworkSuite/cases/TestBeforeAfterOrder.as   |   16 +++++++++++++
 .../cases/TestBeforeAfterOrderAsync.as             |   16 +++++++++++++
 .../suites/frameworkSuite/cases/TestBindingUse.as  |   16 +++++++++++++
 .../suites/frameworkSuite/cases/TestIgnore.as      |   16 +++++++++++++
 .../frameworkSuite/cases/TestMXMLComponentUse.as   |   16 +++++++++++++
 .../suites/frameworkSuite/cases/TestMethodOrder.as |   16 +++++++++++++
 .../cases/TestSynchronousSetUpTearDown.as          |   16 +++++++++++++
 .../cases/mxml/SimpleMXMLLoginComponent.mxml       |   16 +++++++++++++
 .../frameworkSuite/cases/valueObject/Person.as     |   16 +++++++++++++
 .../frameworkSuite/theorySuite/TheorySuite.as      |   16 +++++++++++++
 .../src/flexUnitTests/hamcrest/HamcrestSuite.as    |   16 +++++++++++++
 FlexUnit4Turnkey/src/math/SimpleMath.as            |   16 +++++++++++++
 .../src/org/hamcrest/AbstractMatcherTestCase.as    |   16 +++++++++++++
 .../src/org/hamcrest/BaseMatcherTest.as            |   16 +++++++++++++
 .../src/org/hamcrest/CustomMatcherTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/CustomTypeSafeMatcherTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/HamcrestMXMLSuite.as          |   16 +++++++++++++
 FlexUnit4Turnkey/src/org/hamcrest/HamcrestSuite.as |   16 +++++++++++++
 .../src/org/hamcrest/MatcherAssertTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/TypeSafeMatcherTest.as        |   16 +++++++++++++
 .../collection/AbstractArrayMatcherTestCase.as     |   16 +++++++++++++
 .../src/org/hamcrest/collection/EveryTest.as       |   16 +++++++++++++
 .../src/org/hamcrest/collection/InArrayTest.as     |   16 +++++++++++++
 .../hamcrest/collection/IsArrayContainingTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/collection/IsArrayTest.as     |   16 +++++++++++++
 .../org/hamcrest/collection/IsArrayWithSizeTest.as |   16 +++++++++++++
 .../org/hamcrest/collection/SortedByFieldsTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/collection/SortedByTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/core/AllOfTest.as             |   16 +++++++++++++
 .../src/org/hamcrest/core/AnyOfTest.as             |   16 +++++++++++++
 .../src/org/hamcrest/core/CombinableTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/core/DescribedAsTest.as       |   16 +++++++++++++
 .../src/org/hamcrest/core/EvaluateTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/core/GivenTest.as             |   16 +++++++++++++
 .../src/org/hamcrest/core/IsAnythingTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/core/IsNotTest.as             |   16 +++++++++++++
 .../src/org/hamcrest/core/ThrowsTest.as            |   16 +++++++++++++
 .../src/org/hamcrest/date/DateAfterTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/date/DateBeforeTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/date/DateBetweenTest.as       |   16 +++++++++++++
 .../src/org/hamcrest/date/DateEqualTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/filter/FilterFunctionTest.as  |   16 +++++++++++++
 .../hamcrest/mxml/AbstractMXMLMatcherTestCase.as   |   16 +++++++++++++
 .../hamcrest/mxml/BaseMXMLMatcherCompositeTest.as  |   16 +++++++++++++
 .../hamcrest/mxml/BaseMXMLMatcherContainerTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/BaseMXMLMatcherTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/mxml/collection/ArrayTest.as  |   16 +++++++++++++
 .../hamcrest/mxml/collection/ArrayWithSizeTest.as  |   16 +++++++++++++
 .../org/hamcrest/mxml/collection/EmptyArrayTest.as |   16 +++++++++++++
 .../org/hamcrest/mxml/collection/EveryItemTest.as  |   16 +++++++++++++
 .../org/hamcrest/mxml/collection/HasItemTest.as    |   16 +++++++++++++
 .../org/hamcrest/mxml/collection/HasItemsTest.as   |   16 +++++++++++++
 .../org/hamcrest/mxml/collection/InArrayTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/core/AllOfTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/mxml/core/AnyOfTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/mxml/core/AnythingTest.as     |   16 +++++++++++++
 .../org/hamcrest/mxml/core/BaseMXMLMatcherTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/core/DescribedAsTest.as  |   16 +++++++++++++
 .../hamcrest/mxml/core/HamcrestMxmlExample.mxml    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/core/NotTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/mxml/date/DateAfterTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/date/DateBeforeTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/mxml/date/DateBetweenTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/date/DateEqualToTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/number/BetweenTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/number/CloseToTest.as    |   16 +++++++++++++
 .../mxml/number/GreaterThanOrEqualToTest.as        |   16 +++++++++++++
 .../org/hamcrest/mxml/number/GreaterThanTest.as    |   16 +++++++++++++
 .../hamcrest/mxml/number/LessThanOrEqualToTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/number/LessThanTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/EqualToTest.as    |   16 +++++++++++++
 .../hamcrest/mxml/object/HasPropertyChainTest.as   |   16 +++++++++++++
 .../org/hamcrest/mxml/object/HasPropertyTest.as    |   16 +++++++++++++
 .../mxml/object/HasPropertyWithValueTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/InstanceOfTest.as |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/IsFalseTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/IsTrueTest.as     |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/NotNullTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/mxml/object/NullTest.as       |   16 +++++++++++++
 .../org/hamcrest/mxml/object/SameInstanceTest.as   |   16 +++++++++++++
 .../org/hamcrest/mxml/text/ContainsStringTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/mxml/text/EmptyStringTest.as  |   16 +++++++++++++
 .../src/org/hamcrest/mxml/text/EndsWithTest.as     |   16 +++++++++++++
 .../src/org/hamcrest/mxml/text/StartsWithTest.as   |   16 +++++++++++++
 .../src/org/hamcrest/number/BetweenTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/number/CloseToTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/number/GreaterThanTest.as     |   16 +++++++++++++
 .../src/org/hamcrest/number/IsNotANumberTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/number/IsNumberTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/number/LessThanTest.as        |   16 +++++++++++++
 .../src/org/hamcrest/object/HasPropertiesTest.as   |   16 +++++++++++++
 .../org/hamcrest/object/HasPropertyChainTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/object/HasPropertyTest.as     |   16 +++++++++++++
 .../hamcrest/object/HasPropertyWithValueTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/object/IsEqualTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/object/IsFalseTest.as         |   16 +++++++++++++
 .../src/org/hamcrest/object/IsInstanceOfTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/object/IsNullTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/object/IsSameTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/object/IsStrictlyEqualTest.as |   16 +++++++++++++
 .../src/org/hamcrest/object/IsTrueTest.as          |   16 +++++++++++++
 .../src/org/hamcrest/text/EmptyStringTest.as       |   16 +++++++++++++
 .../src/org/hamcrest/text/StringContainsTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/text/StringEndsWithTest.as    |   16 +++++++++++++
 .../src/org/hamcrest/text/StringStartsWithTest.as  |   16 +++++++++++++
 .../hamcrest/validation/MatcherValidatorTest.as    |   16 +++++++++++++
 FlexUnit4Turnkey/src/suite/FlexUnitIn360.as        |   16 +++++++++++++
 FlexUnit4Turnkey/src/suite/cases/BasicMathTest.as  |   16 +++++++++++++
 FlexUnit4Turnkey/src/suite/cases/MyTheory.as       |   16 +++++++++++++
 FlexUnit4UIListener/.actionScriptProperties        |   16 +++++++++++++
 FlexUnit4UIListener/.flexLibProperties             |   16 +++++++++++++
 FlexUnit4UIListener/.project                       |   16 +++++++++++++
 .../.settings/org.eclipse.core.resources.prefs     |   15 ++++++++++++
 FlexUnit4UIListener/build.xml                      |   16 +++++++++++++
 FlexUnit4UIListener/flexLibProperties.xsl          |   16 +++++++++++++
 .../src/FlexUnit4UIRunner-manifest.xml             |   16 +++++++++++++
 FlexUnit4UIListener/src/css/FlexUnit.css           |   16 +++++++++++++
 FlexUnit4UIListener/src/css/FlexUnitComponents.css |   16 +++++++++++++
 FlexUnit4UIListener/src/design.xml                 |   16 +++++++++++++
 .../src/org/flexunit/flexui/TestRunnerBase.mxml    |   17 +++++++++++++-
 .../org/flexunit/flexui/controls/FlexUnitLabels.as |   16 +++++++++++++
 .../org/flexunit/flexui/controls/LeftHandSide.mxml |   16 +++++++++++++
 .../flexunit/flexui/controls/RightHandSide.mxml    |   16 +++++++++++++
 .../src/org/flexunit/flexui/controls/Title.mxml    |   16 +++++++++++++
 .../flexunit/flexui/controls/left/FilterArea.mxml  |   16 +++++++++++++
 .../flexui/controls/left/TestCasesTree.mxml        |   16 +++++++++++++
 .../flexui/controls/left/events/SearchBarEvent.as  |   16 +++++++++++++
 .../itemRenderer/TestResultTreeItemRenderer.as     |   16 +++++++++++++
 .../flexui/controls/right/RunningTests.mxml        |   16 +++++++++++++
 .../controls/right/SelectedTestCaseForm.mxml       |   16 +++++++++++++
 .../flexui/controls/right/StackTraceContainer.mxml |   16 +++++++++++++
 .../flexui/controls/right/TestsComplete.mxml       |   16 +++++++++++++
 .../org/flexunit/flexui/data/AbstractRowData.as    |   16 +++++++++++++
 .../org/flexunit/flexui/data/FilterTestsModel.as   |   16 +++++++++++++
 .../src/org/flexunit/flexui/data/TestCaseData.as   |   16 +++++++++++++
 .../flexunit/flexui/data/TestFunctionRowData.as    |   16 +++++++++++++
 .../flexui/data/TestRunnerBasePresentationModel.as |   16 +++++++++++++
 .../flexui/data/filter/AllTestFunctionStatus.as    |   16 +++++++++++++
 .../flexui/data/filter/EmptyTestFunctionStatus.as  |   16 +++++++++++++
 .../flexui/data/filter/ErrorTestFunctionStatus.as  |   16 +++++++++++++
 .../flexui/data/filter/ITestFunctionStatus.as      |   16 +++++++++++++
 .../data/filter/IgnoredTestFunctionStatus.as       |   16 +++++++++++++
 .../flexui/data/filter/TestfFunctionStatuses.as    |   16 +++++++++++++
 ...nnerBasePresentationModelProperyChangedEvent.as |   16 +++++++++++++
 .../flexunit/flexui/event/TestsCompleteEvent.as    |   16 +++++++++++++
 .../flexunit/flexui/patterns/AbstractPattern.as    |   16 +++++++++++++
 .../flexui/patterns/AssertContainedPattern.as      |   16 +++++++++++++
 .../flexui/patterns/AssertEqualsPattern.as         |   16 +++++++++++++
 .../flexui/patterns/AssertEventOcurredPattern.as   |   16 +++++++++++++
 .../flexunit/flexui/patterns/AssertMatchPattern.as |   16 +++++++++++++
 .../flexui/patterns/AssertNoMatchPattern.as        |   16 +++++++++++++
 .../flexui/patterns/AssertNotContainedPattern.as   |   16 +++++++++++++
 .../flexui/patterns/AssertNotNullPattern.as        |   16 +++++++++++++
 .../flexui/patterns/AssertNotUndefinedPattern.as   |   16 +++++++++++++
 .../flexunit/flexui/patterns/AssertNullPattern.as  |   16 +++++++++++++
 .../flexunit/flexui/patterns/AssertThatPattern.as  |   16 +++++++++++++
 .../flexui/patterns/AssertUndefinedPattern.as      |   16 +++++++++++++
 .../flexui/patterns/FailAsyncCallPattern.as        |   16 +++++++++++++
 .../flexunit/flexui/patterns/GreaterThanPattern.as |   16 +++++++++++++
 .../src/org/flexunit/listeners/UIListener.as       |   16 +++++++++++++
 .../test/flexunit/flexui/FlexUnitTestRunnerUI.mxml |   16 +++++++++++++
 version.properties                                 |   15 ++++++++++++
 932 files changed, 14905 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/.actionScriptProperties
----------------------------------------------------------------------
diff --git a/FlexUnit4/.actionScriptProperties b/FlexUnit4/.actionScriptProperties
index 5a85667..78faebc 100644
--- a/FlexUnit4/.actionScriptProperties
+++ b/FlexUnit4/.actionScriptProperties
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  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.
+-->
 <actionScriptProperties analytics="false" mainApplicationPath="FlexUnit4.as" projectUUID="0b02d227-745f-4802-af78-1cf1b88d253c" version="6">
   <compiler additionalCompilerArguments="-keep-as3-metadata+=RunWith,BeforeClass,AfterClass,Before,After,Suite,Test,TestCase,Ignore,Theory,DataPoint,DataPoints,ArrayElementType,Rule,Parameters -define=CONFIG::useFlexClasses,true" autoRSLOrdering="true" copyDependentFiles="false" fteInMXComponents="false" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true">
     <compilerSourcePath/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/.flexLibProperties
----------------------------------------------------------------------
diff --git a/FlexUnit4/.flexLibProperties b/FlexUnit4/.flexLibProperties
index 53caa7b..7af476b 100644
--- a/FlexUnit4/.flexLibProperties
+++ b/FlexUnit4/.flexLibProperties
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  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.
+-->
 <flexLibProperties includeAllClasses="false" version="1">
   <includeClasses>
     <classEntry path="flex.lang.reflect.Constructor"/>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/.project
----------------------------------------------------------------------
diff --git a/FlexUnit4/.project b/FlexUnit4/.project
index 2ea6968..679d27a 100644
--- a/FlexUnit4/.project
+++ b/FlexUnit4/.project
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <projectDescription>
 	<name>FlexUnit4</name>
 	<comment></comment>

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/build.xml
----------------------------------------------------------------------
diff --git a/FlexUnit4/build.xml b/FlexUnit4/build.xml
index 713a6a4..1017916 100644
--- a/FlexUnit4/build.xml
+++ b/FlexUnit4/build.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <project name="FlexUnit4Core" basedir="." default="package">
    <import file="${basedir}/../utils.xml" />
    <property environment="env" />

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/flexLibProperties.xsl
----------------------------------------------------------------------
diff --git a/FlexUnit4/flexLibProperties.xsl b/FlexUnit4/flexLibProperties.xsl
index 8a5566d..8728e84 100644
--- a/FlexUnit4/flexLibProperties.xsl
+++ b/FlexUnit4/flexLibProperties.xsl
@@ -1,4 +1,20 @@
 <?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.
+-->
 <xsl:stylesheet	xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 	<xsl:output indent="no" method="text" />
 	<xsl:template match="//includeClasses">

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/link-report.xsl
----------------------------------------------------------------------
diff --git a/FlexUnit4/link-report.xsl b/FlexUnit4/link-report.xsl
index 18d9cf9..2a0a302 100644
--- a/FlexUnit4/link-report.xsl
+++ b/FlexUnit4/link-report.xsl
@@ -1,4 +1,20 @@
 <?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.
+-->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 	<xsl:output indent="no" omit-xml-declaration="yes" method="xml" />
 	<xsl:template match="/">

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/flex/lang/reflect/Constructor.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/flex/lang/reflect/Constructor.as b/FlexUnit4/src/flex/lang/reflect/Constructor.as
index 1d46ffa..52b7c4c 100644
--- a/FlexUnit4/src/flex/lang/reflect/Constructor.as
+++ b/FlexUnit4/src/flex/lang/reflect/Constructor.as
@@ -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.
+ */
 package flex.lang.reflect {
 	import flash.utils.describeType;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/flex/lang/reflect/Field.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/flex/lang/reflect/Field.as b/FlexUnit4/src/flex/lang/reflect/Field.as
index cf4525d..e721cf6 100644
--- a/FlexUnit4/src/flex/lang/reflect/Field.as
+++ b/FlexUnit4/src/flex/lang/reflect/Field.as
@@ -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.
+ */
 package flex.lang.reflect {
 	import flex.lang.reflect.metadata.MetaDataAnnotation;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/flex/lang/reflect/Klass.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/flex/lang/reflect/Klass.as b/FlexUnit4/src/flex/lang/reflect/Klass.as
index e76e2a2..4a88dbd 100644
--- a/FlexUnit4/src/flex/lang/reflect/Klass.as
+++ b/FlexUnit4/src/flex/lang/reflect/Klass.as
@@ -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.
+ */
 package flex.lang.reflect {
 	import flash.utils.Dictionary;
 	import flash.utils.describeType;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/flex/lang/reflect/Method.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/flex/lang/reflect/Method.as b/FlexUnit4/src/flex/lang/reflect/Method.as
index 7f2a82f..90148b7 100644
--- a/FlexUnit4/src/flex/lang/reflect/Method.as
+++ b/FlexUnit4/src/flex/lang/reflect/Method.as
@@ -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.
+ */
 package flex.lang.reflect {
 	import flex.lang.reflect.metadata.MetaDataAnnotation;
 	import flex.lang.reflect.metadata.MetaDataArgument;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/flex/lang/reflect/builders/FieldBuilder.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/flex/lang/reflect/builders/FieldBuilder.as b/FlexUnit4/src/flex/lang/reflect/builders/FieldBuilder.as
index dd6599d..0eef6a5 100644
--- a/FlexUnit4/src/flex/lang/reflect/builders/FieldBuilder.as
+++ b/FlexUnit4/src/flex/lang/reflect/builders/FieldBuilder.as
@@ -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.
+ */
 package flex.lang.reflect.builders {
 	import flex.lang.reflect.Field;
 

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/flex/lang/reflect/builders/MetaDataAnnotationBuilder.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/flex/lang/reflect/builders/MetaDataAnnotationBuilder.as b/FlexUnit4/src/flex/lang/reflect/builders/MetaDataAnnotationBuilder.as
index 0b49279..e579c8e 100644
--- a/FlexUnit4/src/flex/lang/reflect/builders/MetaDataAnnotationBuilder.as
+++ b/FlexUnit4/src/flex/lang/reflect/builders/MetaDataAnnotationBuilder.as
@@ -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.
+ */
 package flex.lang.reflect.builders {
 	import flex.lang.reflect.metadata.MetaDataAnnotation;
 	import flex.lang.reflect.utils.MetadataTools;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/flex/lang/reflect/builders/MethodBuilder.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/flex/lang/reflect/builders/MethodBuilder.as b/FlexUnit4/src/flex/lang/reflect/builders/MethodBuilder.as
index 6418e02..3cf4c55 100644
--- a/FlexUnit4/src/flex/lang/reflect/builders/MethodBuilder.as
+++ b/FlexUnit4/src/flex/lang/reflect/builders/MethodBuilder.as
@@ -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.
+ */
 package flex.lang.reflect.builders {
 	import flash.utils.Dictionary;
 	

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/flex/lang/reflect/cache/ClassDataCache.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/flex/lang/reflect/cache/ClassDataCache.as b/FlexUnit4/src/flex/lang/reflect/cache/ClassDataCache.as
index a16111b..6109242 100644
--- a/FlexUnit4/src/flex/lang/reflect/cache/ClassDataCache.as
+++ b/FlexUnit4/src/flex/lang/reflect/cache/ClassDataCache.as
@@ -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.
+ */
 package flex.lang.reflect.cache {
 	import flash.utils.Dictionary;
 	import flash.utils.describeType;

http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3b173d72/FlexUnit4/src/flex/lang/reflect/metadata/MetaDataAnnotation.as
----------------------------------------------------------------------
diff --git a/FlexUnit4/src/flex/lang/reflect/metadata/MetaDataAnnotation.as b/FlexUnit4/src/flex/lang/reflect/metadata/MetaDataAnnotation.as
index 3deef56..d5558e9 100644
--- a/FlexUnit4/src/flex/lang/reflect/metadata/MetaDataAnnotation.as
+++ b/FlexUnit4/src/flex/lang/reflect/metadata/MetaDataAnnotation.as
@@ -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.
+ */
 package flex.lang.reflect.metadata {
 
 	/**