fix license headers

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1310615 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/spring-cache-providers/spring-cache-ehcache/src/main/resources/META-INF/plexus-cache.properties b/spring-cache-providers/spring-cache-ehcache/src/main/resources/META-INF/plexus-cache.properties
index dafe9d4..ae32b9c 100644
--- a/spring-cache-providers/spring-cache-ehcache/src/main/resources/META-INF/plexus-cache.properties
+++ b/spring-cache-providers/spring-cache-ehcache/src/main/resources/META-INF/plexus-cache.properties
@@ -1 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 cache.creator=org.codehaus.plexus.cache.ehcache.EhcacheCreator
\ No newline at end of file
diff --git a/spring-cache-providers/spring-cache-hashmap/src/main/resources/META-INF/plexus-cache.properties b/spring-cache-providers/spring-cache-hashmap/src/main/resources/META-INF/plexus-cache.properties
index 880d745..a56887b 100644
--- a/spring-cache-providers/spring-cache-hashmap/src/main/resources/META-INF/plexus-cache.properties
+++ b/spring-cache-providers/spring-cache-hashmap/src/main/resources/META-INF/plexus-cache.properties
@@ -1 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 cache.creator=org.codehaus.plexus.cache.hashmap.HashMapCacheCreator
\ No newline at end of file
diff --git a/spring-cache-providers/spring-cache-oscache/src/main/resources/META-INF/plexus-cache.properties b/spring-cache-providers/spring-cache-oscache/src/main/resources/META-INF/plexus-cache.properties
index d56c216..eba4083 100644
--- a/spring-cache-providers/spring-cache-oscache/src/main/resources/META-INF/plexus-cache.properties
+++ b/spring-cache-providers/spring-cache-oscache/src/main/resources/META-INF/plexus-cache.properties
@@ -1 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 cache.creator=org.codehaus.plexus.cache.oscache.OsCacheCreator
\ No newline at end of file
diff --git a/src/site/site.xml b/src/site/site.xml
index a9ff1fd..13d1cbf 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~  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.
+  -->
 <project name="Spring Cache Component">
   <bannerLeft>
     <name>Redback</name>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 6c8acc4..27ad348 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~  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.
+  -->
 <document>
   <properties>
     <title>Spring Cache</title>