ONAMI-24 Fix license headers

git-svn-id: https://svn.apache.org/repos/asf/onami/trunk@1610208 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/MethodCallingInterceptor.java b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/MethodCallingInterceptor.java
index 10a2344..89fcd0a 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/MethodCallingInterceptor.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/MethodCallingInterceptor.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedInheritedMethodInterceptor.java b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedInheritedMethodInterceptor.java
index 9d2e7fc..7178566 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedInheritedMethodInterceptor.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedInheritedMethodInterceptor.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedMethodInterceptor.java b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedMethodInterceptor.java
index 1035e91..92eadaf 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedMethodInterceptor.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/AnnotatedMethodInterceptor.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/Example.java
index b95776a..03a2392 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleApp.java
index 7ae8230..c3c97fa 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleImpl.java
index 01a311d..fa0c8ea 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InheritedMethodInterceptor.java b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InheritedMethodInterceptor.java
index f6b441a..92343c6 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InheritedMethodInterceptor.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InheritedMethodInterceptor.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InvalidMethodInterceptor.java b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InvalidMethodInterceptor.java
index d8aabee..b7a9a1e 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InvalidMethodInterceptor.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/aop/example/interceptor/InvalidMethodInterceptor.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/Example.java
index c5a0f40..7d49fc9 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleApp.java
index 898caae..d2cd3eb 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleConfiguration.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleConfiguration.java
index 15603f8..b40a899 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleConfiguration.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleConfiguration.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleImpl.java
index cb8a9f5..f5c0529 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleModule.java
index dbb54a7..8385407 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/general/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/Example.java
index be6f3e0..0b9ea02 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleApp.java
index 1660222..8b7d2df 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleConfiguration.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleConfiguration.java
index 92dae74..223c823 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleConfiguration.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleConfiguration.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleImpl.java
index b7a88d2..5b01293 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleModule.java
index 1d725c8..27622e3 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/commons/plist/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/Example.java
index 1e02156..01eed39 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleApp.java
index d872440..d9484a7 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleConfiguration.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleConfiguration.java
index 4fa92bf..a66a116 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleConfiguration.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleConfiguration.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleImpl.java
index 9162f7c..e303ea7 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleModule.java
index f41b6df..17ced15 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/dynamic/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/Example.java
index a4602bb..911dd4b 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleApp.java
index d121a1b..842df9a 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleConfiguration.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleConfiguration.java
index f251ae0..eeadb7e 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleConfiguration.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleConfiguration.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleImpl.java
index 0930a86..bad5309 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleModule.java
index e4e4abd..320e0fd 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/general/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/Example.java
index 91b945c..6c00c02 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleApp.java
index 5d24c2b..719b116 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleConfiguration.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleConfiguration.java
index ef73fa2..2dd898b 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleConfiguration.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleConfiguration.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleImpl.java
index f43f2a4..23dac8f 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleModule.java
index f183eed..ebca2cd 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/lazy/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/Example.java
index ab50cf3..18dc313 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleApp.java
index daaba08..80d3bd7 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleConfiguration.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleConfiguration.java
index 8c22bf9..252a586 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleConfiguration.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleConfiguration.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleImpl.java
index a59a91c..db65452 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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 java.util.Properties;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleModule.java
index 2a71e02..b4addc7 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/configuration/example/map/named/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+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

  *

- * 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

- *

- *         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.GuiceModule;

 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleApplication.java b/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleApplication.java
index 3408102..35c845a 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleApplication.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleApplication.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.example.starter;

+

+/*

+ * 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 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.example.starter;

 

 public interface ExampleApplication extends Runnable {

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleStarter.java b/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleStarter.java
index 8b4e442..fe71018 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleStarter.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleStarter.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.example.starter;

+

+/*

+ * 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 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.example.starter;

 

 import java.util.Set;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleStartupModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleStartupModule.java
index 8af3ff6..7e95d80 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleStartupModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/example/starter/ExampleStartupModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.example.starter;

+

+/*

+ * 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 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.example.starter;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.annotations.GuiceModule;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/Example.java
index da617ea..a5dd3f1 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.guicy.automodule;

+

+/*

+ * 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 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.integrations.example.guicy.automodule;

 

 /**

  * Interface which is used to bind an implementation too.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleApp.java
index 58e5ef4..83ec58c 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.guicy.automodule;

+

+/*

+ * 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 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.integrations.example.guicy.automodule;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.annotations.GuiceModule;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleImpl.java
index 8241641..6ed8af5 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.guicy.automodule;

+

+/*

+ * 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 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.integrations.example.guicy.automodule;

 

 import javax.annotation.PostConstruct;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleModule.java
index a631218..5bb0a41 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/automodule/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.guicy.automodule;

+

+/*

+ * 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 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.integrations.example.guicy.automodule;

 

 import org.apache.onami.autobind.annotations.GuiceModule;

 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/Example.java
index 96d66a8..eab6651 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.guicy.jndi;

+

+/*

+ * 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 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.integrations.example.guicy.jndi;

 

 /**

  * Interface which is used to bind an implementation too.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleApp.java
index a40a82d..2efeec9 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.guicy.jndi;

+

+/*

+ * 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 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.integrations.example.guicy.jndi;

 

 import javax.naming.InitialContext;

 import javax.naming.NamingException;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleImpl.java
index 586194f..4c7623c 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.guicy.jndi;

+

+/*

+ * 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 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.integrations.example.guicy.jndi;

 

 import javax.annotation.PostConstruct;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleModule.java
index 18587f3..93c3096 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/guicy/jndi/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.guicy.jndi;

+

+/*

+ * 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 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.integrations.example.guicy.jndi;

 

 import org.apache.onami.autobind.annotations.GuiceModule;

 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/Example.java
index 4d73223..3dc50c9 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.rocoto;

+

+/*

+ * 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 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.integrations.example.rocoto;

 

 /**

  * Interface which is used to bind an implementation too.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleApp.java
index f941b33..7aceb28 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.rocoto;

+

+/*

+ * 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 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.integrations.example.rocoto;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.annotations.GuiceModule;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleConfiguration.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleConfiguration.java
index ee883f9..19eeb7d 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleConfiguration.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleConfiguration.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.rocoto;

+

+/*

+ * 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 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.integrations.example.rocoto;

 

 import org.apache.onami.autobind.configuration.Configuration;

 import org.apache.onami.autobind.configuration.Configuration.Type;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleImpl.java
index 982fb0a..baea83d 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.rocoto;

+

+/*

+ * 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 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.integrations.example.rocoto;

 

 import javax.inject.Named;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleModule.java
index 3fd2d1e..8932f7d 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/integrations/example/rocoto/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.example.rocoto;

+

+/*

+ * 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 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.integrations.example.rocoto;

 

 import org.apache.onami.autobind.annotations.GuiceModule;

 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/Example.java
index af3ec74..8f1012a 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind;

+

+/*

+ * 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 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.scanner.asm.example.autobind;

 

 /**

  * Interface which is used to bind an implementation too.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/ExampleApp.java
index f70cc00..1d4ce00 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind;

+

+/*

+ * 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 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.scanner.asm.example.autobind;

 

 import java.io.IOException;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/ExampleImpl.java
index 73738fc..e2ff262 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind;

+

+/*

+ * 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 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.scanner.asm.example.autobind;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.scanner.ClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/Example.java
index 74c5cc0..97f7810 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.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 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.scanner.asm.example.autobind.inherited;

 

 /**

  * Interface which is used to bind an implementation too.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/ExampleApp.java
index 4a26e8f..03de11e 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.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 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.scanner.asm.example.autobind.inherited;

 

 import java.io.IOException;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/ExampleImpl.java
index b0a783e..0f790c8 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.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 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.scanner.asm.example.autobind.inherited;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.scanner.ClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/InheritedExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/InheritedExampleImpl.java
index ed8ce18..95a173b 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/InheritedExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/inherited/InheritedExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.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 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.scanner.asm.example.autobind.inherited;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.scanner.ClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/Example.java
index 4bec32c..28ea00b 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.marker;

+

+/*

+ * 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 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.scanner.asm.example.autobind.marker;

 

 /**

  * Interface which is used to bind an implementation too.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/ExampleApp.java
index 6597871..c32b709 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.marker;

+

+/*

+ * 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 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.scanner.asm.example.autobind.marker;

 

 import java.io.IOException;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/FirstImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/FirstImpl.java
index df8da3d..8d948bb 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/FirstImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/FirstImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.marker;

+

+/*

+ * 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 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.scanner.asm.example.autobind.marker;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.scanner.ClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/FirstMarker.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/FirstMarker.java
index 8e70cae..969e235 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/FirstMarker.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/FirstMarker.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.marker;

+

+/*

+ * 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 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.scanner.asm.example.autobind.marker;

 

 import java.lang.annotation.ElementType;

 import java.lang.annotation.Retention;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/SecondImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/SecondImpl.java
index ec054d7..84d0d9b 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/SecondImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/SecondImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.marker;

+

+/*

+ * 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 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.scanner.asm.example.autobind.marker;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.scanner.ClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/SecondMarker.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/SecondMarker.java
index d54a55f..9ceb20e 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/SecondMarker.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/marker/SecondMarker.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.marker;

+

+/*

+ * 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 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.scanner.asm.example.autobind.marker;

 

 import java.lang.annotation.ElementType;

 import java.lang.annotation.Retention;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/Example.java
index bf325ca..be19855 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.multiple;

+

+/*

+ * 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 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.scanner.asm.example.autobind.multiple;

 

 /**

  * Interface which is used to bind an implementation too.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleApp.java
index 164816e..994ee5f 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.multiple;

+

+/*

+ * 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 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.scanner.asm.example.autobind.multiple;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.annotations.GuiceModule;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleContainer.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleContainer.java
index 98f9655..0a956e2 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleContainer.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleContainer.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.multiple;

+

+/*

+ * 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 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.scanner.asm.example.autobind.multiple;

 

 import java.util.ArrayList;

 import java.util.List;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleOneImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleOneImpl.java
index 1916bd5..b4286ae 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleOneImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleOneImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.multiple;

+

+/*

+ * 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 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.scanner.asm.example.autobind.multiple;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.scanner.ClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleTwoImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleTwoImpl.java
index 32aec30..01c525f 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleTwoImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/multiple/ExampleTwoImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.multiple;

+

+/*

+ * 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 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.scanner.asm.example.autobind.multiple;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.scanner.ClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/Example.java
index ba90ed3..bb0a895 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.names;

+

+/*

+ * 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 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.scanner.asm.example.autobind.names;

 

 /**

  * Interface which is used to bind an implementation too.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/ExampleApp.java
index 12b82ac..5999096 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.names;

+

+/*

+ * 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 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.scanner.asm.example.autobind.names;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.annotations.GuiceModule;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/ExampleImpl.java
index f605ed7..536c4c4 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/autobind/names/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.autobind.names;

+

+/*

+ * 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 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.scanner.asm.example.autobind.names;

 

 import javax.inject.Named;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/Example.java
index 3c5667f..d084044 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.automodule;

+

+/*

+ * 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 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.scanner.asm.example.automodule;

 

 /**

  * Interface which is used to bind an implementation too.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleApp.java
index 9945adf..60ddeb8 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.automodule;

+

+/*

+ * 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 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.scanner.asm.example.automodule;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.annotations.GuiceModule;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleImpl.java
index b339583..4f0d675 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.automodule;

+

+/*

+ * 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 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.scanner.asm.example.automodule;

 

 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

 

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleModule.java
index 05c46bb..7eef3c9 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/automodule/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.automodule;

+

+/*

+ * 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 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.scanner.asm.example.automodule;

 

 import org.apache.onami.autobind.annotations.GuiceModule;

 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/Example.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/Example.java
index a254313..eb3d809 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/Example.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/Example.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.startupmodule;

+

+/*

+ * 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 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.scanner.asm.example.startupmodule;

 

 /**

  * Interface which is used to bind an implementation too.

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleApp.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleApp.java
index cb6d4b8..7baac81 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleApp.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleApp.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.startupmodule;

+

+/*

+ * 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 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.scanner.asm.example.startupmodule;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.annotations.GuiceModule;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleImpl.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleImpl.java
index 463f491..7796a89 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleImpl.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleImpl.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.startupmodule;

+

+/*

+ * 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 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.scanner.asm.example.startupmodule;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.scanner.ClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleModule.java
index 1d63fd4..13e84fa 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.startupmodule;

+

+/*

+ * 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 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.scanner.asm.example.startupmodule;

 

 import org.apache.onami.autobind.annotations.GuiceModule;

 import org.apache.onami.autobind.scanner.asm.ASMClasspathScanner;

diff --git a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleStartupModule.java b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleStartupModule.java
index e17c03e..61bab18 100644
--- a/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleStartupModule.java
+++ b/autobind/examples/src/main/java/org/apache/onami/autobind/scanner/asm/example/startupmodule/ExampleStartupModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.scanner.asm.example.startupmodule;

+

+/*

+ * 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 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.scanner.asm.example.startupmodule;

 

 import org.apache.onami.autobind.annotations.Bind;

 import org.apache.onami.autobind.annotations.GuiceModule;

diff --git a/autobind/integrations/commons.configurations/src/main/java/org/apache/onami/autobind/integrations/commons/configuration/CommonsConfigurationFeature.java b/autobind/integrations/commons.configurations/src/main/java/org/apache/onami/autobind/integrations/commons/configuration/CommonsConfigurationFeature.java
index 431561b..0beccdb 100644
--- a/autobind/integrations/commons.configurations/src/main/java/org/apache/onami/autobind/integrations/commons/configuration/CommonsConfigurationFeature.java
+++ b/autobind/integrations/commons.configurations/src/main/java/org/apache/onami/autobind/integrations/commons/configuration/CommonsConfigurationFeature.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.commons.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 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,10 +16,6 @@
  * See the License for the specific language governing permissions and

  * limitations under the License.

  */

-/**

- * 

- */

-package org.apache.onami.autobind.integrations.commons.configuration;

 

 import java.io.File;

 import java.lang.annotation.Annotation;

diff --git a/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/AllTests.java b/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/AllTests.java
index f4d98d5..c7be9a2 100644
--- a/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/AllTests.java
+++ b/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/AllTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.test.commons.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 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.integrations.test.commons.configuration;

 

 import org.apache.onami.autobind.integrations.test.commons.configuration.classpath.ClasspathConfigTests;

 import org.apache.onami.autobind.integrations.test.commons.configuration.file.FileConfigTests;

diff --git a/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/classpath/ClasspathConfigTests.java b/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/classpath/ClasspathConfigTests.java
index acfaadf..3b5ceb2 100644
--- a/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/classpath/ClasspathConfigTests.java
+++ b/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/classpath/ClasspathConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.test.commons.configuration.classpath;

+

+/*

+ * 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 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.integrations.test.commons.configuration.classpath;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/file/FileConfigTests.java b/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/file/FileConfigTests.java
index 371157b..cac650a 100644
--- a/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/file/FileConfigTests.java
+++ b/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/file/FileConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.test.commons.configuration.file;

+

+/*

+ * 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 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.integrations.test.commons.configuration.file;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/url/URLConfigTests.java b/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/url/URLConfigTests.java
index 29d00a6..54d3803 100644
--- a/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/url/URLConfigTests.java
+++ b/autobind/integrations/commons.configurations/src/test/java/org/apache/onami/autobind/integrations/test/commons/configuration/url/URLConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.test.commons.configuration.url;

+

+/*

+ * 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 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.integrations.test.commons.configuration.url;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/Annotations.java b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/Annotations.java
index 2535fd4..2217606 100644
--- a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/Annotations.java
+++ b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/Annotations.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.enterprise;

+

+/*

+ * 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 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.enterprise;

 

 import java.lang.annotation.Annotation;

 

diff --git a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/BeansXMLFeature.java b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/BeansXMLFeature.java
index 0bcba50..1b0ceaf 100644
--- a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/BeansXMLFeature.java
+++ b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/BeansXMLFeature.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.enterprise;

+

+/*

+ * 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 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,10 +16,6 @@
  * See the License for the specific language governing permissions and

  * limitations under the License.

  */

-/**

- * 

- */

-package org.apache.onami.autobind.enterprise;

 

 import java.lang.annotation.Annotation;

 import java.util.Map;

diff --git a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/BeansXMLModule.java b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/BeansXMLModule.java
index 5b5d135..4ac1e7f 100644
--- a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/BeansXMLModule.java
+++ b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/BeansXMLModule.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.enterprise;

+

+/*

+ * 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 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.enterprise;

 

 import java.lang.annotation.Annotation;

 import java.net.URL;

diff --git a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/features/WebFilterBindingFeature.java b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/features/WebFilterBindingFeature.java
index fb520c0..cbcf7b8 100644
--- a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/features/WebFilterBindingFeature.java
+++ b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/features/WebFilterBindingFeature.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.enterprise.features;

+

+/*

+ * 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 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.enterprise.features;

 

 import java.lang.annotation.Annotation;

 import java.util.Map;

diff --git a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/features/WebServletBindingFeature.java b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/features/WebServletBindingFeature.java
index dae54f0..3903dde 100644
--- a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/features/WebServletBindingFeature.java
+++ b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/features/WebServletBindingFeature.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.enterprise.features;

+

+/*

+ * 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 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.enterprise.features;

 

 import java.lang.annotation.Annotation;

 import java.util.Map;

diff --git a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Alternatives.java b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Alternatives.java
index 19eadbb..31dff57 100644
--- a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Alternatives.java
+++ b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Alternatives.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.enterprise.model;

+

+/*

+ * 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 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.enterprise.model;

 

 import java.util.ArrayList;

 import java.util.List;

diff --git a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Beans.java b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Beans.java
index 79a5af1..454412a 100644
--- a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Beans.java
+++ b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Beans.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.enterprise.model;

+

+/*

+ * 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 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.enterprise.model;

 

 import javax.xml.bind.annotation.XmlAccessType;

 import javax.xml.bind.annotation.XmlAccessorType;

diff --git a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Decorators.java b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Decorators.java
index 03cbe87..efcd0a2 100644
--- a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Decorators.java
+++ b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Decorators.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.enterprise.model;

+

+/*

+ * 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 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.enterprise.model;

 

 import java.util.ArrayList;

 import java.util.List;

diff --git a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Interceptors.java b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Interceptors.java
index ecb0f61..4949afe 100644
--- a/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Interceptors.java
+++ b/autobind/integrations/enterprise/src/main/java/org/apache/onami/autobind/enterprise/model/Interceptors.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.enterprise.model;

+

+/*

+ * 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 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.enterprise.model;

 

 import java.util.ArrayList;

 import java.util.List;

diff --git a/autobind/integrations/enterprise/src/test/java/org/apache/onami/autobind/integrations/tests/enterprise/AllTests.java b/autobind/integrations/enterprise/src/test/java/org/apache/onami/autobind/integrations/tests/enterprise/AllTests.java
index 6be9920..b95f5c1 100644
--- a/autobind/integrations/enterprise/src/test/java/org/apache/onami/autobind/integrations/tests/enterprise/AllTests.java
+++ b/autobind/integrations/enterprise/src/test/java/org/apache/onami/autobind/integrations/tests/enterprise/AllTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.tests.enterprise;

+

+/*

+ * 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 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.integrations.tests.enterprise;

 

 import org.junit.runner.RunWith;

 import org.junit.runners.Suite;

diff --git a/autobind/integrations/enterprise/src/test/java/org/apache/onami/autobind/integrations/tests/enterprise/EnterpriseTests.java b/autobind/integrations/enterprise/src/test/java/org/apache/onami/autobind/integrations/tests/enterprise/EnterpriseTests.java
index 303fb8d..ca6abec 100644
--- a/autobind/integrations/enterprise/src/test/java/org/apache/onami/autobind/integrations/tests/enterprise/EnterpriseTests.java
+++ b/autobind/integrations/enterprise/src/test/java/org/apache/onami/autobind/integrations/tests/enterprise/EnterpriseTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.tests.enterprise;

+

+/*

+ * 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 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.integrations.tests.enterprise;

 

 import static org.junit.Assert.assertNotNull;

 import static org.junit.Assert.assertTrue;

diff --git a/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/AutomaticGuiceManager.java b/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/AutomaticGuiceManager.java
index 132d665..1c21084 100644
--- a/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/AutomaticGuiceManager.java
+++ b/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/AutomaticGuiceManager.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.metro;

+

+/*

+ * 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 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.integrations.metro;

 

 import javax.xml.ws.WebServiceContext;

 

diff --git a/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceContextListener.java b/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceContextListener.java
index d635f30..aaf78f3 100644
--- a/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceContextListener.java
+++ b/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceContextListener.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.metro;

+

+/*

+ * 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 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.integrations.metro;

 

 import javax.servlet.ServletContextAttributeEvent;

 import javax.servlet.ServletContextEvent;

diff --git a/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceManaged.java b/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceManaged.java
index 6c52aa9..499c2e5 100644
--- a/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceManaged.java
+++ b/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceManaged.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.metro;

+

+/*

+ * 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 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.integrations.metro;

 

 import static java.lang.annotation.ElementType.TYPE;

 import static java.lang.annotation.RetentionPolicy.RUNTIME;

diff --git a/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceManagedFeature.java b/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceManagedFeature.java
index 12b51a6..4343cb3 100644
--- a/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceManagedFeature.java
+++ b/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/GuiceManagedFeature.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.metro;

+

+/*

+ * 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 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.integrations.metro;

 

 import javax.xml.ws.WebServiceFeature;

 

diff --git a/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/InjectorProvider.java b/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/InjectorProvider.java
index db25be8..e45fbcc 100644
--- a/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/InjectorProvider.java
+++ b/autobind/integrations/metro/src/main/java/org/apache/onami/autobind/integrations/metro/InjectorProvider.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.integrations.metro;

+

+/*

+ * 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 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.integrations.metro;

 

 import com.google.inject.Injector;

 import javax.inject.Provider;

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/AllTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/AllTests.java
index 5d2bec3..9b46cae 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/AllTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/AllTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.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 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.test.configuration;

 

 import org.apache.onami.autobind.test.configuration.classpath.ClasspathConfigTests;

 import org.apache.onami.autobind.test.configuration.classpath.both.BothClasspathConfigTests;

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/ClasspathConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/ClasspathConfigTests.java
index 581ef0b..52768a5 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/ClasspathConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/ClasspathConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.classpath;

+

+/*

+ * 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 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.test.configuration.classpath;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/both/BothClasspathConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/both/BothClasspathConfigTests.java
index 5e34621..9fb261d 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/both/BothClasspathConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/both/BothClasspathConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.classpath.both;

+

+/*

+ * 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 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.test.configuration.classpath.both;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/values/ValuesClasspathConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/values/ValuesClasspathConfigTests.java
index 4b63743..d456445 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/values/ValuesClasspathConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/classpath/values/ValuesClasspathConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.classpath.values;

+

+/*

+ * 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 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.test.configuration.classpath.values;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/duplicate/DuplicateClasspathConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/duplicate/DuplicateClasspathConfigTests.java
index 317c5c2..f245f9d 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/duplicate/DuplicateClasspathConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/duplicate/DuplicateClasspathConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.duplicate;

+

+/*

+ * 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 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.test.configuration.duplicate;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/failure/FailureConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/failure/FailureConfigTests.java
index 30bef42..0978ab2 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/failure/FailureConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/failure/FailureConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.failure;

+

+/*

+ * 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 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.test.configuration.failure;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/FileConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/FileConfigTests.java
index fa9101c..f7cceff 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/FileConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/FileConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.file;

+

+/*

+ * 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 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.test.configuration.file;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/both/BothFileConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/both/BothFileConfigTests.java
index 30eaefa..80d9348 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/both/BothFileConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/both/BothFileConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.file.both;

+

+/*

+ * 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 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.test.configuration.file.both;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/override/DirectFileConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/override/DirectFileConfigTests.java
index ffc187e..9ced94f 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/override/DirectFileConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/override/DirectFileConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.file.override;

+

+/*

+ * 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 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.test.configuration.file.override;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/override/OverrideFileConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/override/OverrideFileConfigTests.java
index 993f199..5eecca1 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/override/OverrideFileConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/override/OverrideFileConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.file.override;

+

+/*

+ * 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 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.test.configuration.file.override;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/values/ValueFileConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/values/ValueFileConfigTests.java
index 7481427..612a41c 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/values/ValueFileConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/file/values/ValueFileConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.file.values;

+

+/*

+ * 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 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.test.configuration.file.values;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/folder/FolderConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/folder/FolderConfigTests.java
index 93d5a3e..b4c4f04 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/folder/FolderConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/folder/FolderConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.folder;

+

+/*

+ * 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 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.test.configuration.folder;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/URLConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/URLConfigTests.java
index 5af6ddf..afd7112 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/URLConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/URLConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.url;

+

+/*

+ * 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 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.test.configuration.url;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/both/BothURLConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/both/BothURLConfigTests.java
index c007321..373602e 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/both/BothURLConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/both/BothURLConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.url.both;

+

+/*

+ * 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 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.test.configuration.url.both;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/override/DirectOverrideConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/override/DirectOverrideConfigTests.java
index d0c798c..5ef48e3 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/override/DirectOverrideConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/override/DirectOverrideConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.url.override;

+

+/*

+ * 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 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.test.configuration.url.override;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/override/OverrideConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/override/OverrideConfigTests.java
index 2a9ea7f..56b2117 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/override/OverrideConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/override/OverrideConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.url.override;

+

+/*

+ * 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 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.test.configuration.url.override;

 

 import static org.junit.Assert.assertNotNull;

 

diff --git a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/values/ValuesURLConfigTests.java b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/values/ValuesURLConfigTests.java
index 07f47e4..3245d3a 100644
--- a/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/values/ValuesURLConfigTests.java
+++ b/autobind/tests/src/test/java/org/apache/onami/autobind/test/configuration/url/values/ValuesURLConfigTests.java
@@ -1,11 +1,14 @@
-/**

- * Copyright (C) 2010 Daniel Manzke <daniel.manzke@googlemail.com>

+package org.apache.onami.autobind.test.configuration.url.values;

+

+/*

+ * 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 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.test.configuration.url.values;

 

 import static org.junit.Assert.assertNotNull;