This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-utils.git
commit 16cf40047474edf6ef4a90ae947aa4309bcbf6d2 Author: Olivier Lamy <[email protected]> AuthorDate: Fri Apr 6 21:33:42 2012 +0000 fix license headers git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1310599 13f79535-47bb-0310-9956-ffa450edef68 --- .../redback/components/springutils/CachingByTypeBeanFactory.java | 2 +- .../redback/components/springutils/CachingWebApplicationContext.java | 3 +-- .../codehaus/redback/components/springutils/ComponentContainer.java | 2 +- .../redback/components/springutils/plexusshim/PlexusShimComponent.java | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/codehaus/redback/components/springutils/CachingByTypeBeanFactory.java b/src/main/java/org/codehaus/redback/components/springutils/CachingByTypeBeanFactory.java index 883a431..10b97e9 100755 --- a/src/main/java/org/codehaus/redback/components/springutils/CachingByTypeBeanFactory.java +++ b/src/main/java/org/codehaus/redback/components/springutils/CachingByTypeBeanFactory.java @@ -9,7 +9,7 @@ package org.codehaus.redback.components.springutils; * "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 diff --git a/src/main/java/org/codehaus/redback/components/springutils/CachingWebApplicationContext.java b/src/main/java/org/codehaus/redback/components/springutils/CachingWebApplicationContext.java index 1b7ad25..02db35e 100755 --- a/src/main/java/org/codehaus/redback/components/springutils/CachingWebApplicationContext.java +++ b/src/main/java/org/codehaus/redback/components/springutils/CachingWebApplicationContext.java @@ -9,7 +9,7 @@ package org.codehaus.redback.components.springutils; * "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 @@ -18,7 +18,6 @@ package org.codehaus.redback.components.springutils; * specific language governing permissions and limitations * under the License. */ - import org.springframework.beans.factory.support.DefaultListableBeanFactory; import org.springframework.web.context.support.XmlWebApplicationContext; diff --git a/src/main/java/org/codehaus/redback/components/springutils/ComponentContainer.java b/src/main/java/org/codehaus/redback/components/springutils/ComponentContainer.java index c4f0b6b..af7e800 100755 --- a/src/main/java/org/codehaus/redback/components/springutils/ComponentContainer.java +++ b/src/main/java/org/codehaus/redback/components/springutils/ComponentContainer.java @@ -9,7 +9,7 @@ package org.codehaus.redback.components.springutils; * "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 diff --git a/src/main/java/org/codehaus/redback/components/springutils/plexusshim/PlexusShimComponent.java b/src/main/java/org/codehaus/redback/components/springutils/plexusshim/PlexusShimComponent.java index 98000e2..46450ca 100644 --- a/src/main/java/org/codehaus/redback/components/springutils/plexusshim/PlexusShimComponent.java +++ b/src/main/java/org/codehaus/redback/components/springutils/plexusshim/PlexusShimComponent.java @@ -9,7 +9,7 @@ package org.codehaus.redback.components.springutils.plexusshim; * "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 -- To stop receiving notification emails like this one, please contact [email protected].
