You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by as...@apache.org on 2014/07/13 16:21:54 UTC

svn commit: r1610208 [1/3] - in /onami/trunk/autobind: examples/src/main/java/org/apache/onami/autobind/aop/ examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ examples/src/main/java/org/apache/onami/autobind/configuration/exampl...

Author: ash2k
Date: Sun Jul 13 14:21:52 2014
New Revision: 1610208

URL: http://svn.apache.org/r1610208
Log:
ONAMI-24 Fix license headers

Modified:
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/MethodCallingInterceptor.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedInheritedMethodInterceptor.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedMethodInterceptor.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InheritedMethodInterceptor.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InvalidMethodInterceptor.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleConfiguration.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleConfiguration.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleConfiguration.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleConfiguration.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleConfiguration.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleConfiguration.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleApplication.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleStarter.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleStartupModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleConfiguration.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/InheritedExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/FirstImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/FirstMarker.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/SecondImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/SecondMarker.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleContainer.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleOneImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleTwoImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/Example.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleApp.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleImpl.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleModule.java
    onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleStartupModule.java
    onami/trunk/autobind/integrations/commons.configurations/src/main/java/org/apache/onami/autobind/integrations/commons/configuration/CommonsConfigurationFeature.java
    onami/trunk/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/AllTests.java
    onami/trunk/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/classpath/ClasspathConfigTests.java
    onami/trunk/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/file/FileConfigTests.java
    onami/trunk/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/url/URLConfigTests.java
    onami/trunk/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/Annotations.java
    onami/trunk/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/BeansXMLFeature.java
    onami/trunk/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/BeansXMLModule.java
    onami/trunk/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/features/WebFilterBindingFeature.java
    onami/trunk/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/features/WebServletBindingFeature.java
    onami/trunk/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Alternatives.java
    onami/trunk/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Beans.java
    onami/trunk/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Decorators.java
    onami/trunk/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Interceptors.java
    onami/trunk/autobind/integrations/enterprise/src/test/java/org/apache/onami/autobind/integrations/tests/enterprise/AllTests.java
    onami/trunk/autobind/integrations/enterprise/src/test/java/org/apache/onami/autobind/integrations/tests/enterprise/EnterpriseTests.java
    onami/trunk/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/AutomaticGuiceManager.java
    onami/trunk/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceContextListener.java
    onami/trunk/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceManaged.java
    onami/trunk/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceManagedFeature.java
    onami/trunk/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/InjectorProvider.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/AllTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/ClasspathConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/both/BothClasspathConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/values/ValuesClasspathConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/duplicate/DuplicateClasspathConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/failure/FailureConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/FileConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/both/BothFileConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/override/DirectFileConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/override/OverrideFileConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/values/ValueFileConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/folder/FolderConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/URLConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/both/BothURLConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/override/DirectOverrideConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/override/OverrideConfigTests.java
    onami/trunk/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/values/ValuesURLConfigTests.java

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/MethodCallingInterceptor.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/MethodCallingInterceptor.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/MethodCallingInterceptor.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/MethodCallingInterceptor.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.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
  *
- *         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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.aop;
 
 import java.lang.reflect.Method;
 import java.util.logging.Level;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedInheritedMethodInterceptor.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedInheritedMethodInterceptor.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedInheritedMethodInterceptor.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedInheritedMethodInterceptor.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.aop.example.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
  *
- *         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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.aop.example.interceptor;
 
 import java.lang.reflect.Method;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedMethodInterceptor.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedMethodInterceptor.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedMethodInterceptor.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedMethodInterceptor.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.aop.example.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
  *
- *         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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.aop.example.interceptor;
 
 import java.lang.reflect.Method;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/Example.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/Example.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/Example.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/Example.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.aop.example.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
  *
- *         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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.aop.example.interceptor;
 
 /**
  * Interface which is used to bind an implementation too.

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleApp.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleApp.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleApp.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleApp.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.aop.example.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
  *
- *         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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.aop.example.interceptor;
 
 import java.io.IOException;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleImpl.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleImpl.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleImpl.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleImpl.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.aop.example.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
  *
- *         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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.aop.example.interceptor;
 
 import org.apache.onami.autobind.annotations.Bind;
 import org.apache.onami.autobind.aop.Intercept;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InheritedMethodInterceptor.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InheritedMethodInterceptor.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InheritedMethodInterceptor.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InheritedMethodInterceptor.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.aop.example.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
  *
- *         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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.aop.example.interceptor;
 
 import java.lang.reflect.Method;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InvalidMethodInterceptor.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InvalidMethodInterceptor.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InvalidMethodInterceptor.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InvalidMethodInterceptor.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.aop.example.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
  *
- *         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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.aop.example.interceptor;
 
 import java.lang.reflect.Method;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/Example.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/Example.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/Example.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/Example.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.commons.general;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.commons.general;
 
 /**
  * Interface which is used to bind an implementation too.

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleApp.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleApp.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleApp.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleApp.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.commons.general;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.commons.general;
 
 import org.apache.onami.autobind.annotations.Bind;
 import org.apache.onami.autobind.annotations.GuiceModule;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleConfiguration.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleConfiguration.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleConfiguration.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleConfiguration.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.commons.general;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.commons.general;
 
 import javax.inject.Named;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleImpl.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleImpl.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleImpl.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleImpl.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.commons.general;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.commons.general;
 
 import javax.inject.Named;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleModule.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleModule.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleModule.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleModule.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.commons.general;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.commons.general;
 
 import org.apache.onami.autobind.annotations.GuiceModule;
 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/Example.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/Example.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/Example.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/Example.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.commons.plist;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.commons.plist;
 
 /**
  * Interface which is used to bind an implementation too.

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleApp.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleApp.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleApp.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleApp.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.commons.plist;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.commons.plist;
 
 import org.apache.onami.autobind.annotations.Bind;
 import org.apache.onami.autobind.annotations.GuiceModule;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleConfiguration.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleConfiguration.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleConfiguration.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleConfiguration.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.commons.plist;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.commons.plist;
 
 import javax.inject.Named;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleImpl.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleImpl.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleImpl.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleImpl.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.commons.plist;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.commons.plist;
 
 import javax.inject.Named;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleModule.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleModule.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleModule.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleModule.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.commons.plist;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.commons.plist;
 
 import org.apache.onami.autobind.annotations.GuiceModule;
 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/Example.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/Example.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/Example.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/Example.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.dynamic;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.dynamic;
 
 /**
  * Interface which is used to bind an implementation too.

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleApp.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleApp.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleApp.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleApp.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.dynamic;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.dynamic;
 
 import org.apache.onami.autobind.annotations.Bind;
 import org.apache.onami.autobind.annotations.GuiceModule;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleConfiguration.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleConfiguration.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleConfiguration.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleConfiguration.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.dynamic;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.dynamic;
 
 import javax.inject.Named;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleImpl.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleImpl.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleImpl.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleImpl.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.dynamic;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.dynamic;
 
 import java.util.Properties;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleModule.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleModule.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleModule.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleModule.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.dynamic;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.dynamic;
 
 import org.apache.onami.autobind.annotations.GuiceModule;
 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/Example.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/Example.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/Example.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/Example.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.general;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.general;
 
 /**
  * Interface which is used to bind an implementation too.

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleApp.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleApp.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleApp.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleApp.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.general;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.general;
 
 import org.apache.onami.autobind.annotations.Bind;
 import org.apache.onami.autobind.annotations.GuiceModule;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleConfiguration.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleConfiguration.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleConfiguration.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleConfiguration.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.general;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.general;
 
 import org.apache.onami.autobind.configuration.Configuration;
 import org.apache.onami.autobind.configuration.PathConfig;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleImpl.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleImpl.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleImpl.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleImpl.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.general;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.general;
 
 import java.util.Properties;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleModule.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleModule.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleModule.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleModule.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.general;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.general;
 
 import org.apache.onami.autobind.annotations.GuiceModule;
 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/Example.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/Example.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/Example.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/Example.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.lazy;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.lazy;
 
 /**
  * Interface which is used to bind an implementation too.

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleApp.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleApp.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleApp.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleApp.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.lazy;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.lazy;
 
 import org.apache.onami.autobind.annotations.Bind;
 import org.apache.onami.autobind.annotations.GuiceModule;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleConfiguration.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleConfiguration.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleConfiguration.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleConfiguration.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.lazy;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.lazy;
 
 import org.apache.onami.autobind.configuration.Configuration;
 import org.apache.onami.autobind.configuration.PathConfig;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleImpl.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleImpl.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleImpl.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleImpl.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.lazy;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.lazy;
 
 import java.util.Properties;
 

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleModule.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleModule.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleModule.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleModule.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.lazy;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.lazy;
 
 import org.apache.onami.autobind.annotations.GuiceModule;
 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/Example.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/Example.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/Example.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/Example.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.named;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.named;
 
 /**
  * Interface which is used to bind an implementation too.

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleApp.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleApp.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleApp.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleApp.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.named;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.named;
 
 import org.apache.onami.autobind.annotations.Bind;
 import org.apache.onami.autobind.annotations.GuiceModule;

Modified: onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleConfiguration.java
URL: http://svn.apache.org/viewvc/onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleConfiguration.java?rev=1610208&r1=1610207&r2=1610208&view=diff
==============================================================================
--- onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleConfiguration.java (original)
+++ onami/trunk/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleConfiguration.java Sun Jul 13 14:21:52 2014
@@ -1,11 +1,14 @@
-/**
- * Copyright (C) 2010 Daniel Manzke <da...@googlemail.com>
- *
- * Licensed 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
+package org.apache.onami.autobind.configuration.example.map.named;
+
+/*
+ * 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,
@@ -13,7 +16,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.onami.autobind.configuration.example.map.named;
 
 import javax.inject.Named;