This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/trunk by this push:
new c96864f unify license headers of some tests.
c96864f is described below
commit c96864ffd87ec5a251d970fe19a8f38187a4a648
Author: Mark Struberg <[email protected]>
AuthorDate: Fri Jul 12 08:16:54 2019 +0200
unify license headers of some tests.
---
NOTICE | 2 +-
distribution/src/main/resources/NOTICE | 4 ++--
.../beans/AbstractInjectionPointOwner.java | 25 ++++++++++++----------
.../beans/ConstructorInjectionPointOwner.java | 25 ++++++++++++----------
.../injectionpoint/beans/DataTransformer.java | 25 ++++++++++++----------
.../beans/FieldInjectionPointOwner.java | 25 ++++++++++++----------
.../beans/InjectionPointBeansOwner.java | 25 ++++++++++++----------
.../beans/InjectionPointObserver.java | 25 ++++++++++++----------
.../beans/InjectionPointOwnerProducer.java | 25 ++++++++++++----------
.../beans/MethodInjectionPointOwner.java | 25 ++++++++++++----------
.../beans/ProducerMethodInjectionPointOwner.java | 25 ++++++++++++----------
.../injectionpoint/beans/PropertyEncryptor.java | 25 ++++++++++++----------
.../injectionpoint/beans/PropertyInjector.java | 25 ++++++++++++----------
.../test/tests/InjectionPointInjectionTest.java | 25 ++++++++++++----------
.../tests/PackageMethodInjectionPointOwner.java | 25 ++++++++++++----------
.../injectionpoint/PlaceHolder.properties | 25 ++++++++++++----------
16 files changed, 199 insertions(+), 157 deletions(-)
diff --git a/NOTICE b/NOTICE
index ee0ccd8..a55ff12 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache OpenWebBeans
-Copyright 2008 - 2018 The Apache Software Foundation
+Copyright 2008 - 2019 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
diff --git a/distribution/src/main/resources/NOTICE
b/distribution/src/main/resources/NOTICE
index 3633787..1a2fb87 100644
--- a/distribution/src/main/resources/NOTICE
+++ b/distribution/src/main/resources/NOTICE
@@ -1,11 +1,11 @@
Apache OpenWebBeans
-Copyright 2008 - 2018 The Apache Software Foundation
+Copyright 2008 - 2019 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Apache XBean :: ASM 6 shaded (repackaged)
-Copyright 2005-2018 The Apache Software Foundation
+Copyright 2005-2019 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/AbstractInjectionPointOwner.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/AbstractInjectionPointOwner.java
index ab1d175..3eedd6e 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/AbstractInjectionPointOwner.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/AbstractInjectionPointOwner.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/ConstructorInjectionPointOwner.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/ConstructorInjectionPointOwner.java
index 83c162f..2f6e985 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/ConstructorInjectionPointOwner.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/ConstructorInjectionPointOwner.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/DataTransformer.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/DataTransformer.java
index db13ea0..42f37c7 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/DataTransformer.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/DataTransformer.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/FieldInjectionPointOwner.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/FieldInjectionPointOwner.java
index 9a0b194..4689c4f 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/FieldInjectionPointOwner.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/FieldInjectionPointOwner.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointBeansOwner.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointBeansOwner.java
index 9182636..c98f341 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointBeansOwner.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointBeansOwner.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointObserver.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointObserver.java
index 5f5b374..1f13137 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointObserver.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointObserver.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointOwnerProducer.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointOwnerProducer.java
index 95d24de..b068015 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointOwnerProducer.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/InjectionPointOwnerProducer.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/MethodInjectionPointOwner.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/MethodInjectionPointOwner.java
index ead20a6..9729456 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/MethodInjectionPointOwner.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/MethodInjectionPointOwner.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/ProducerMethodInjectionPointOwner.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/ProducerMethodInjectionPointOwner.java
index 90120c5..d450769 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/ProducerMethodInjectionPointOwner.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/ProducerMethodInjectionPointOwner.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/PropertyEncryptor.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/PropertyEncryptor.java
index 8da8a1e..b7a959e 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/PropertyEncryptor.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/PropertyEncryptor.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/PropertyInjector.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/PropertyInjector.java
index b9a7c78..6de6cb2 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/PropertyInjector.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/injection/injectionpoint/beans/PropertyInjector.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.injection.injectionpoint.beans;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/tests/InjectionPointInjectionTest.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/tests/InjectionPointInjectionTest.java
index 2317469..88c721d 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/tests/InjectionPointInjectionTest.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/tests/InjectionPointInjectionTest.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.tests;
diff --git
a/webbeans-impl/src/test/java/org/apache/webbeans/test/tests/PackageMethodInjectionPointOwner.java
b/webbeans-impl/src/test/java/org/apache/webbeans/test/tests/PackageMethodInjectionPointOwner.java
index c1416b3..2420ee7 100644
---
a/webbeans-impl/src/test/java/org/apache/webbeans/test/tests/PackageMethodInjectionPointOwner.java
+++
b/webbeans-impl/src/test/java/org/apache/webbeans/test/tests/PackageMethodInjectionPointOwner.java
@@ -1,17 +1,20 @@
/*
- * Copyright 2012 The Apache Software Foundation.
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
*/
package org.apache.webbeans.test.tests;
diff --git
a/webbeans-impl/src/test/resources/org/apache/webbeans/test/injection/injectionpoint/PlaceHolder.properties
b/webbeans-impl/src/test/resources/org/apache/webbeans/test/injection/injectionpoint/PlaceHolder.properties
index 98c61d1..5bc3909 100644
---
a/webbeans-impl/src/test/resources/org/apache/webbeans/test/injection/injectionpoint/PlaceHolder.properties
+++
b/webbeans-impl/src/test/resources/org/apache/webbeans/test/injection/injectionpoint/PlaceHolder.properties
@@ -1,16 +1,19 @@
-# Copyright 2012 The Apache Software Foundation.
+# 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,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
org.apache.webbeans.test.injection.injectionpoint.beans.PropertyInjector.anotherVarName
= Injection is working...Finally
org.apache.webbeans.test.injection.injectionpoint.beans.PropertyInjector.ldapHost
= Rohit Kelapure LDAP Host