You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2012/12/06 02:47:47 UTC

svn commit: r1417727 [1/10] - in /incubator/onami: committers/ trunk/ trunk/autobind/ trunk/autobind/aop/ trunk/autobind/aop/src/main/java/javax/interceptor/ trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/ trunk/autobind/aop/src/main/ja...

Author: simonetripodi
Date: Thu Dec  6 01:46:41 2012
New Revision: 1417727

URL: http://svn.apache.org/viewvc?rev=1417727&view=rev
Log:
[ONAMI-19] license headers are corrupted in all files

Modified:
    incubator/onami/committers/LICENSE-header
    incubator/onami/trunk/autobind/aop/pom.xml
    incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/AroundInvoke.java
    incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/Interceptor.java
    incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/package-info.java
    incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/ClassMatcher.java
    incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/GuiceMethodInterceptor.java
    incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/Intercept.java
    incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/Invoke.java
    incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/MethodMatcher.java
    incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/feature/InterceptorFeature.java
    incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/feature/package-info.java
    incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/package-info.java
    incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/AllTests.java
    incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/annoherited/AnnoheritedInterceptorTests.java
    incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/annotated/AnnotatedInterceptorTests.java
    incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/inherited/InheritedInterceptorTests.java
    incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/invalid/InvalidInterceptorTests.java
    incubator/onami/trunk/autobind/configuration/pom.xml
    incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/Configuration.java
    incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/ConfigurationBindingJob.java
    incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/ConfigurationModule.java
    incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/PathConfig.java
    incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/PropertiesProvider.java
    incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/PropertiesReader.java
    incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/features/ConfigurationFeature.java
    incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/features/package-info.java
    incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/package-info.java
    incubator/onami/trunk/autobind/core/pom.xml
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/AnnotatedWith.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/Annotations.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/Bind.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/GuiceAnnotation.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/GuiceModule.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/To.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/features/AutoBindingFeature.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/features/ImplementationBindingFeature.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/features/ModuleBindingFeature.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/features/MultiBindingFeature.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/features/package-info.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/annotations/package-info.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/BindingStage.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/BindingTracer.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/InstallationContext.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/bindjob/BindingJob.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/bindjob/ConstantBindingJob.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/bindjob/ImplementationBindingJob.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/bindjob/InstanceBindingJob.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/bindjob/InterfaceBindingJob.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/bindjob/ModuleBindingJob.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/bindjob/MultiBindingJob.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/bindjob/ProviderBindingJob.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/bindjob/package-info.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/install/package-info.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/jsr330/NamedImpl.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/jsr330/Names.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/jsr330/package-info.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/scanner/ClasspathScanner.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/scanner/PackageFilter.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/scanner/ScannerModule.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/scanner/StartupModule.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/scanner/features/BindingScannerFeature.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/scanner/features/MultiBindingScannerFeature.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/scanner/features/ScannerFeature.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/scanner/features/package-info.java
    incubator/onami/trunk/autobind/core/src/main/java/org/nnsoft/guice/autobind/scanner/package-info.java
    incubator/onami/trunk/autobind/core/src/test/resources/beans.xml
    incubator/onami/trunk/autobind/core/src/test/resources/conf/startup.xml
    incubator/onami/trunk/autobind/examples/pom.xml
    incubator/onami/trunk/autobind/integrations/commons.configurations/pom.xml
    incubator/onami/trunk/autobind/integrations/enterprise/pom.xml
    incubator/onami/trunk/autobind/integrations/metro/pom.xml
    incubator/onami/trunk/autobind/integrations/pom.xml
    incubator/onami/trunk/autobind/pom.xml
    incubator/onami/trunk/autobind/scanner/asm/pom.xml
    incubator/onami/trunk/autobind/scanner/asm/src/main/java/org/nnsoft/guice/autobind/scanner/asm/ASMClasspathScanner.java
    incubator/onami/trunk/autobind/scanner/asm/src/main/java/org/nnsoft/guice/autobind/scanner/asm/AnnotationCollector.java
    incubator/onami/trunk/autobind/scanner/asm/src/main/java/org/nnsoft/guice/autobind/scanner/asm/package-info.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/AllTests.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/AutobindTests.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/bind/InterfaceAutobindTests.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/duplicate/DuplicateAutobindTests.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/filter/PackageFilterTests.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/filter/dummy/DummyImplementation.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/multiple/MultibindTests.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/names/NamedAutobindTests.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/only/ImplementationOnlyTests.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/provider/Container.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/provider/Mode.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/provider/ProviderTest.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/startconfig/Container.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/startconfig/Mode.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/java/org/nnsoft/guice/autobind/scanner/asm/tests/autobind/startconfig/StartConfigProviderTest.java
    incubator/onami/trunk/autobind/scanner/asm/src/test/resources/conf/startup.xml
    incubator/onami/trunk/autobind/scanner/pom.xml
    incubator/onami/trunk/autobind/src/site/apt/index.apt.vm
    incubator/onami/trunk/autobind/src/site/site.xml
    incubator/onami/trunk/autobind/tests/pom.xml
    incubator/onami/trunk/cache/pom.xml
    incubator/onami/trunk/cache/src/main/java/org/apache/onami/cache/AfterBeforeInvocationInterceptor.java
    incubator/onami/trunk/cache/src/main/java/org/apache/onami/cache/CacheInterceptor.java
    incubator/onami/trunk/cache/src/main/java/org/apache/onami/cache/CacheModule.java
    incubator/onami/trunk/cache/src/main/java/org/apache/onami/cache/CachePutInterceptor.java
    incubator/onami/trunk/cache/src/main/java/org/apache/onami/cache/CacheRemoveAllInterceptor.java
    incubator/onami/trunk/cache/src/main/java/org/apache/onami/cache/CacheRemoveEntryInterceptor.java
    incubator/onami/trunk/cache/src/main/java/org/apache/onami/cache/CacheResultInterceptor.java
    incubator/onami/trunk/cache/src/main/java/org/apache/onami/cache/DefaultCacheInvocationParameter.java
    incubator/onami/trunk/cache/src/main/java/org/apache/onami/cache/DefaultCacheKeyInvocationContext.java
    incubator/onami/trunk/cache/src/site/site.xml
    incubator/onami/trunk/configuration/pom.xml
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/Rocoto.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/configuration/ConfigurationModule.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/configuration/KeyValue.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/configuration/PropertiesIterator.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/configuration/PropertiesURLReader.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/configuration/binder/PropertyValueBindingBuilder.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/configuration/binder/XMLPropertiesFormatBindingBuilder.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/AbstractConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/BigDecimalConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/BigIntegerConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/BitSetConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/CharsetConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/ClobConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/CurrencyConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/DateConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/DecimalFormatConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/FileConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/InetAddressConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/LocaleConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/PatternConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/PropertiesConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/SQLDateConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/SQLTimeConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/SQLTimestampConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/SimpleDateFormatConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/TimeZoneConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/URIConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/URLConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/converters/UUIDConverter.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/variables/AbstractAppender.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/variables/AntStyleParser.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/variables/Appender.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/variables/KeyAppender.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/variables/MixinAppender.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/variables/Parser.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/variables/Resolver.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/variables/TextAppender.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/variables/Tree.java
    incubator/onami/trunk/configuration/src/main/java/org/apache/onami/configuration/variables/VariablesMap.java
    incubator/onami/trunk/configuration/src/site/apt/configuration.apt
    incubator/onami/trunk/configuration/src/site/apt/converters.apt
    incubator/onami/trunk/configuration/src/site/apt/getting-started.apt
    incubator/onami/trunk/configuration/src/site/apt/index.apt.vm
    incubator/onami/trunk/configuration/src/site/site.xml
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/configuration/ConfigurationModuleTestCase.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/configuration/ConfigurationRunner.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/configuration/JDBCConfiguration.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/configuration/LdapConfiguration.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/configuration/MemcachedConfiguration.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/configuration/MyBatisConfiguration.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/configuration/ProxyConfiguration.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/converters/AbstractTestCase.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/converters/BitSetConverterTestCase.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/converters/CharsetConverterTestCase.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/converters/FileConverterTestCase.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/converters/LocaleConverterTestCase.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/converters/PropertiesConverterTestCase.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/converters/URLConverterTestCase.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/mixed/ConfigurationConverterTestCase.java
    incubator/onami/trunk/configuration/src/test/java/org/apache/onami/configuration/variables/VariableResolvingTestCase.java
    incubator/onami/trunk/configuration/src/test/resources/org/apache/onami/configuration/ldap.properties
    incubator/onami/trunk/configuration/src/test/resources/proxy.xml
    incubator/onami/trunk/configuration/src/test/resources/testng.xml
    incubator/onami/trunk/guava/pom.xml
    incubator/onami/trunk/guava/src/main/java/org/apache/onami/guava/eventbus/BusMatcher.java
    incubator/onami/trunk/guava/src/main/java/org/apache/onami/guava/eventbus/EventBusModule.java
    incubator/onami/trunk/guava/src/main/java/org/apache/onami/guava/eventbus/package-info.java
    incubator/onami/trunk/guava/src/site/apt/eventbus.apt
    incubator/onami/trunk/guava/src/site/apt/index.apt.vm
    incubator/onami/trunk/guava/src/site/site.xml
    incubator/onami/trunk/guava/src/test/java/org/apache/onami/guava/eventbus/ApplicationEvent.java
    incubator/onami/trunk/guava/src/test/java/org/apache/onami/guava/eventbus/EventBusModuleTestCase.java
    incubator/onami/trunk/lifecycle/pom.xml
    incubator/onami/trunk/lifecycle/src/main/java/org/apache/onami/lifecycle/AbstractLifeCycleModule.java
    incubator/onami/trunk/lifecycle/src/main/java/org/apache/onami/lifecycle/AbstractMethodTypeListener.java
    incubator/onami/trunk/lifecycle/src/main/java/org/apache/onami/lifecycle/AfterInjection.java
    incubator/onami/trunk/lifecycle/src/main/java/org/apache/onami/lifecycle/AfterInjectionModule.java
    incubator/onami/trunk/lifecycle/src/main/java/org/apache/onami/lifecycle/Dispose.java
    incubator/onami/trunk/lifecycle/src/main/java/org/apache/onami/lifecycle/DisposeHandler.java
    incubator/onami/trunk/lifecycle/src/main/java/org/apache/onami/lifecycle/DisposeModule.java
    incubator/onami/trunk/lifecycle/src/main/java/org/apache/onami/lifecycle/Disposer.java
    incubator/onami/trunk/lifecycle/src/site/apt/after-injection.apt
    incubator/onami/trunk/lifecycle/src/site/apt/dispose.apt
    incubator/onami/trunk/lifecycle/src/site/apt/index.apt.vm
    incubator/onami/trunk/lifecycle/src/site/site.xml
    incubator/onami/trunk/lifecycle/src/test/java/org/apache/onami/lifecycle/AfterInjectionTestCase.java
    incubator/onami/trunk/lifecycle/src/test/java/org/apache/onami/lifecycle/ThrowingExceptionAfterInjectionMethod.java
    incubator/onami/trunk/lifecycle/src/test/java/org/apache/onami/lifecycle/ThrowingExceptionDisposeMethod.java
    incubator/onami/trunk/lifecycle/src/test/java/org/apache/onami/lifecycle/WrongAfterInjectionMethod.java
    incubator/onami/trunk/lifecycle/src/test/java/org/apache/onami/lifecycle/WrongDisposeMethod.java
    incubator/onami/trunk/logging/commons-logging/pom.xml
    incubator/onami/trunk/logging/commons-logging/src/main/java/org/apache/onami/logging/acl/ACLLoggerInjector.java
    incubator/onami/trunk/logging/commons-logging/src/main/java/org/apache/onami/logging/acl/ACLLoggingModule.java
    incubator/onami/trunk/logging/commons-logging/src/test/java/org/apache/onami/logging/acl/ACLLoggingTestCase.java
    incubator/onami/trunk/logging/commons-logging/src/test/resources/testng.xml
    incubator/onami/trunk/logging/core/pom.xml
    incubator/onami/trunk/logging/core/src/main/java/org/apache/onami/logging/core/AbstractLoggerInjector.java
    incubator/onami/trunk/logging/core/src/main/java/org/apache/onami/logging/core/AbstractLoggingModule.java
    incubator/onami/trunk/logging/core/src/main/java/org/apache/onami/logging/core/InjectLogger.java
    incubator/onami/trunk/logging/core/src/test/resources/testng.xml
    incubator/onami/trunk/logging/juli/pom.xml
    incubator/onami/trunk/logging/juli/src/main/java/org/apache/onami/logging/juli/JuliLoggerInjector.java
    incubator/onami/trunk/logging/juli/src/main/java/org/apache/onami/logging/juli/JuliLoggingModule.java
    incubator/onami/trunk/logging/juli/src/test/java/org/apache/onami/logging/juli/JuliLoggingTestCase.java
    incubator/onami/trunk/logging/juli/src/test/resources/testng.xml
    incubator/onami/trunk/logging/log4j/pom.xml
    incubator/onami/trunk/logging/log4j/src/main/java/org/apache/onami/logging/log4j/Log4JLoggerInjector.java
    incubator/onami/trunk/logging/log4j/src/main/java/org/apache/onami/logging/log4j/Log4jLoggingModule.java
    incubator/onami/trunk/logging/log4j/src/test/java/org/apache/onami/logging/log4j/Log4jLoggingTestCase.java
    incubator/onami/trunk/logging/log4j/src/test/resources/testng.xml
    incubator/onami/trunk/logging/log4j2/pom.xml
    incubator/onami/trunk/logging/log4j2/src/main/java/org/apache/onami/logging/log4j2/Log4J2LoggerInjector.java
    incubator/onami/trunk/logging/log4j2/src/main/java/org/apache/onami/logging/log4j2/Log4j2LoggingModule.java
    incubator/onami/trunk/logging/log4j2/src/test/java/org/apache/onami/logging/log4j2/Log4j2LoggingTestCase.java
    incubator/onami/trunk/logging/log4j2/src/test/resources/testng.xml
    incubator/onami/trunk/logging/pom.xml
    incubator/onami/trunk/logging/slf4j/pom.xml
    incubator/onami/trunk/logging/slf4j/src/main/java/org/apache/onami/logging/slf4j/Slf4jLoggerInjector.java
    incubator/onami/trunk/logging/slf4j/src/main/java/org/apache/onami/logging/slf4j/Slf4jLoggingModule.java
    incubator/onami/trunk/logging/slf4j/src/test/java/org/apache/onami/logging/slf4j/Slf4jLoggingTestCase.java
    incubator/onami/trunk/logging/slf4j/src/test/resources/testng.xml
    incubator/onami/trunk/logging/src/site/apt/acl.apt.vm
    incubator/onami/trunk/logging/src/site/apt/extend.apt.vm
    incubator/onami/trunk/logging/src/site/apt/index.apt
    incubator/onami/trunk/logging/src/site/apt/juli.apt.vm
    incubator/onami/trunk/logging/src/site/apt/log4j.apt.vm
    incubator/onami/trunk/logging/src/site/apt/log4j2.apt.vm
    incubator/onami/trunk/logging/src/site/apt/slf4j.apt.vm
    incubator/onami/trunk/logging/src/site/site.xml
    incubator/onami/trunk/logging/testframework/pom.xml
    incubator/onami/trunk/logging/testframework/src/main/java/org/apache/onami/logging/testfw/AbstractLoggerInectionTestCase.java
    incubator/onami/trunk/logging/testframework/src/main/java/org/apache/onami/logging/testfw/Service.java
    incubator/onami/trunk/logging/testframework/src/main/java/org/apache/onami/logging/testfw/ServiceImpl.java
    incubator/onami/trunk/logging/testframework/src/test/resources/testng.xml
    incubator/onami/trunk/parent/pom.xml
    incubator/onami/trunk/parent/src/site/site.xml
    incubator/onami/trunk/pom.xml
    incubator/onami/trunk/scheduler/pom.xml
    incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/InjectorJobFactory.java
    incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/JobSchedulerBuilder.java
    incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/QuartzModule.java
    incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/Scheduled.java
    incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerConfiguration.java
    incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerConfigurationBuilder.java
    incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerProvider.java
    incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/package-info.java
    incubator/onami/trunk/scheduler/src/site/apt/index.apt
    incubator/onami/trunk/scheduler/src/site/apt/userguide.apt
    incubator/onami/trunk/scheduler/src/site/site.xml
    incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/GuartzSimpleTriggerTimerTestCase.java
    incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/GuartzTimerTestCase.java
    incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/ManualStartTestCase.java
    incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/RepeatedSchedulingTestCase.java
    incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/TimedTask.java
    incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/WithPropertiesTestCase.java
    incubator/onami/trunk/site/pom.xml
    incubator/onami/trunk/site/src/site/apt/committers/codestyle.apt
    incubator/onami/trunk/site/src/site/apt/committers/gpg-keys.apt
    incubator/onami/trunk/site/src/site/apt/committers/jira-conventions.apt
    incubator/onami/trunk/site/src/site/apt/committers/maven-settings.apt
    incubator/onami/trunk/site/src/site/apt/committers/svn-conventions.apt
    incubator/onami/trunk/site/src/site/site.xml
    incubator/onami/trunk/site/src/site/xdoc/community/mail-lists.xml
    incubator/onami/trunk/site/src/site/xdoc/community/patches.xml
    incubator/onami/trunk/site/src/site/xdoc/community/volunteering.xml
    incubator/onami/trunk/site/src/site/xdoc/index.xml
    incubator/onami/trunk/spi/pom.xml
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/AbstractServiceClassIterator.java
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/GuiceServiceLoader.java
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/PropertyServiceClassIterator.java
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/ServiceLoader.java
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/ServiceLoaderModule.java
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/URLServiceNamesIterator.java
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/AnnotatedServiceBuilder.java
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/FromClassLoaderBuilder.java
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/ServiceBuilder.java
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/package-info.java
    incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/package-info.java
    incubator/onami/trunk/spi/src/site/apt/index.apt.vm
    incubator/onami/trunk/spi/src/site/apt/modules.apt
    incubator/onami/trunk/spi/src/site/apt/services.apt
    incubator/onami/trunk/spi/src/site/site.xml
    incubator/onami/trunk/spi/src/test/java/org/apache/onami/spi/AcmeService.java
    incubator/onami/trunk/spi/src/test/java/org/apache/onami/spi/AcmeServiceImpl1.java
    incubator/onami/trunk/spi/src/test/java/org/apache/onami/spi/AcmeServiceImpl2.java
    incubator/onami/trunk/spi/src/test/java/org/apache/onami/spi/FooService.java
    incubator/onami/trunk/spi/src/test/java/org/apache/onami/spi/FooServiceImpl1.java
    incubator/onami/trunk/spi/src/test/java/org/apache/onami/spi/FooServiceImpl2.java
    incubator/onami/trunk/spi/src/test/java/org/apache/onami/spi/GuiceServiceLoaderTestCase.java
    incubator/onami/trunk/spi/src/test/java/org/apache/onami/spi/ServiceLoaderModuleTestCase.java
    incubator/onami/trunk/test/pom.xml
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/GuiceMockModule.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/JUniceRunner.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/MockEngineFactory.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/annotation/GuiceModules.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/annotation/GuiceProvidedModules.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/annotation/Mock.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/annotation/MockFramework.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/annotation/MockObjType.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/annotation/MockType.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/GuiceInjectableClassHandler.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/GuiceModuleHandler.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/GuiceProvidedModuleHandler.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/MockFrameworkHandler.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/handler/MockHandler.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/mock/MockEngine.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/mock/framework/EasyMockFramework.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/mock/framework/MockitoFramework.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/mock/guice/MockMembersInjector.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/mock/guice/MockTypeListener.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/reflection/AnnotationHandler.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/reflection/ClassHandler.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/reflection/ClassVisitor.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/reflection/FieldHandler.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/reflection/HandleException.java
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/reflection/MethodHandler.java
    incubator/onami/trunk/test/src/site/apt/core.apt
    incubator/onami/trunk/test/src/site/apt/guice.apt
    incubator/onami/trunk/test/src/site/apt/index.apt.vm
    incubator/onami/trunk/test/src/site/apt/mock.apt
    incubator/onami/trunk/test/src/site/site.xml
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/AbstractEmptyTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/AbstractMockTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/AbstractMockitoTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/AbstractTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/InjectDependingMockObjectTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/InjectFromSuperClassTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/InjectJSR330ModuleClassTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/InjectMockObjectTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/InjectModuleClassTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/InjectStaticSimpleTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/MockTypeTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/MockitoFrameworkTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/ServiceMockProviderTest.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/SimpleTest.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/ComplexModule.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/HelloWordAnnotated.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/HelloWorld.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/Service.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/ServiceImpl.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/ServiceMockProvider.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/ServiceModule.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/SimpleModule.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/TelephonService.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/TelephonServiceImpl.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/TestAnnotation.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/TestAnnotation2.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/data/WhoIm.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/guice/MockAnnotatedWithTestCase.java
    incubator/onami/trunk/test/src/test/java/org/apache/onami/test/guice/TestCustomInjectionTest.java
    incubator/onami/trunk/test/src/test/resources/log4j.properties

Modified: incubator/onami/committers/LICENSE-header
URL: http://svn.apache.org/viewvc/incubator/onami/committers/LICENSE-header?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/committers/LICENSE-header (original)
+++ incubator/onami/committers/LICENSE-header Thu Dec  6 01:46:41 2012
@@ -3,20 +3,22 @@
  =================
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
  ===============
@@ -24,20 +26,22 @@
  ===============
 
 <!--
- | 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
+ | 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
+ |   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.
+ | 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.
 -->
 
  ===============
@@ -45,37 +49,43 @@
  ===============
 
 #
-# 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
+# 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
+#   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.
+# 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.
 #
 
  ===============
  APT Code Header
  ===============
 
-~~ 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
+~~ 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.
 ~~
-~~ 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.

Modified: incubator/onami/trunk/autobind/aop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/pom.xml?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/pom.xml (original)
+++ incubator/onami/trunk/autobind/aop/pom.xml Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 <?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
+ | 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
+ |   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.
+ | 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/AroundInvoke.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/AroundInvoke.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/AroundInvoke.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/AroundInvoke.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package javax.interceptor;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static java.lang.annotation.ElementType.METHOD;

Modified: incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/Interceptor.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/Interceptor.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/Interceptor.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/Interceptor.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package javax.interceptor;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static java.lang.annotation.ElementType.TYPE;

Modified: incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/package-info.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/package-info.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/javax/interceptor/package-info.java Thu Dec  6 01:46:41 2012
@@ -4,18 +4,20 @@
 package javax.interceptor;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */

Modified: incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/ClassMatcher.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/ClassMatcher.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/ClassMatcher.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/ClassMatcher.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.aop;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static java.lang.annotation.ElementType.METHOD;

Modified: incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/GuiceMethodInterceptor.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/GuiceMethodInterceptor.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/GuiceMethodInterceptor.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/GuiceMethodInterceptor.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.aop;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import java.lang.reflect.Method;

Modified: incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/Intercept.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/Intercept.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/Intercept.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/Intercept.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.aop;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static java.lang.annotation.ElementType.METHOD;

Modified: incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/Invoke.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/Invoke.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/Invoke.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/Invoke.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.aop;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static java.lang.annotation.ElementType.METHOD;

Modified: incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/MethodMatcher.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/MethodMatcher.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/MethodMatcher.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/MethodMatcher.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.aop;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static java.lang.annotation.ElementType.METHOD;

Modified: incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/feature/InterceptorFeature.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/feature/InterceptorFeature.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/feature/InterceptorFeature.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/feature/InterceptorFeature.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.aop.feature;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import java.lang.annotation.Annotation;

Modified: incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/feature/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/feature/package-info.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/feature/package-info.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/feature/package-info.java Thu Dec  6 01:46:41 2012
@@ -4,18 +4,20 @@
 package org.nnsoft.guice.autobind.aop.feature;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */

Modified: incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/package-info.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/package-info.java (original)
+++ incubator/onami/trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/package-info.java Thu Dec  6 01:46:41 2012
@@ -4,18 +4,20 @@
 package org.nnsoft.guice.autobind.aop;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */

Modified: incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/AllTests.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/AllTests.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/AllTests.java (original)
+++ incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/AllTests.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.test.aop;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import org.junit.runner.RunWith;

Modified: incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/annoherited/AnnoheritedInterceptorTests.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/annoherited/AnnoheritedInterceptorTests.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/annoherited/AnnoheritedInterceptorTests.java (original)
+++ incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/annoherited/AnnoheritedInterceptorTests.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.test.aop.annoherited;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static org.junit.Assert.assertNotNull;

Modified: incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/annotated/AnnotatedInterceptorTests.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/annotated/AnnotatedInterceptorTests.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/annotated/AnnotatedInterceptorTests.java (original)
+++ incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/annotated/AnnotatedInterceptorTests.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.test.aop.annotated;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static org.junit.Assert.assertNotNull;

Modified: incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/inherited/InheritedInterceptorTests.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/inherited/InheritedInterceptorTests.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/inherited/InheritedInterceptorTests.java (original)
+++ incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/inherited/InheritedInterceptorTests.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.test.aop.inherited;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static org.junit.Assert.assertNotNull;

Modified: incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/invalid/InvalidInterceptorTests.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/invalid/InvalidInterceptorTests.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/invalid/InvalidInterceptorTests.java (original)
+++ incubator/onami/trunk/autobind/aop/src/test/java/org/nnsoft/guice/autobind/test/aop/invalid/InvalidInterceptorTests.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.test.aop.invalid;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static org.junit.Assert.assertNotNull;

Modified: incubator/onami/trunk/autobind/configuration/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/configuration/pom.xml?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/configuration/pom.xml (original)
+++ incubator/onami/trunk/autobind/configuration/pom.xml Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 <?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
+ | 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
+ |   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.
+ | 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/Configuration.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/Configuration.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/Configuration.java (original)
+++ incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/Configuration.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.configuration;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static java.lang.annotation.ElementType.TYPE;

Modified: incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/ConfigurationBindingJob.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/ConfigurationBindingJob.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/ConfigurationBindingJob.java (original)
+++ incubator/onami/trunk/autobind/configuration/src/main/java/org/nnsoft/guice/autobind/configuration/ConfigurationBindingJob.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.nnsoft.guice.autobind.configuration;
 
 /*
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 
 import static com.google.common.base.Objects.toStringHelper;