You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by br...@apache.org on 2007/09/07 07:14:58 UTC

svn commit: r573459 [5/5] - in /maven/wagon/branches/wagon-1.x: ./ wagon-provider-api/ wagon-provider-api/src/main/java/org/apache/maven/wagon/ wagon-provider-api/src/main/java/org/apache/maven/wagon/authentication/ wagon-provider-api/src/main/java/org...

Modified: maven/wagon/branches/wagon-1.x/wagon-providers/wagon-webdav/src/test/resources/org/apache/maven/wagon/providers/webdav/WebDavWagonTest.xml
URL: http://svn.apache.org/viewvc/maven/wagon/branches/wagon-1.x/wagon-providers/wagon-webdav/src/test/resources/org/apache/maven/wagon/providers/webdav/WebDavWagonTest.xml?rev=573459&r1=573458&r2=573459&view=diff
==============================================================================
--- maven/wagon/branches/wagon-1.x/wagon-providers/wagon-webdav/src/test/resources/org/apache/maven/wagon/providers/webdav/WebDavWagonTest.xml (original)
+++ maven/wagon/branches/wagon-1.x/wagon-providers/wagon-webdav/src/test/resources/org/apache/maven/wagon/providers/webdav/WebDavWagonTest.xml Thu Sep  6 22:14:49 2007
@@ -1,3 +1,22 @@
+<!--
+  ~ 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.
+  -->
+
 <plexus>
   <components>
     <component>

Modified: maven/wagon/branches/wagon-1.x/wagon-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/branches/wagon-1.x/wagon-site/pom.xml?rev=573459&r1=573458&r2=573459&view=diff
==============================================================================
--- maven/wagon/branches/wagon-1.x/wagon-site/pom.xml (original)
+++ maven/wagon/branches/wagon-1.x/wagon-site/pom.xml Thu Sep  6 22:14:49 2007
@@ -1,23 +1,23 @@
 <?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.
--->
+  ~ 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 xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: maven/wagon/branches/wagon-1.x/wagon-site/src/site/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/maven/wagon/branches/wagon-1.x/wagon-site/src/site/resources/css/maven-theme.css?rev=573459&r1=573458&r2=573459&view=diff
==============================================================================
--- maven/wagon/branches/wagon-1.x/wagon-site/src/site/resources/css/maven-theme.css (original)
+++ maven/wagon/branches/wagon-1.x/wagon-site/src/site/resources/css/maven-theme.css Thu Sep  6 22:14:49 2007
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 body {
         background-color: #fff;
 	font-family: Verdana, Helvetica, Arial, sans-serif;

Modified: maven/wagon/branches/wagon-1.x/wagon-site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/maven/wagon/branches/wagon-1.x/wagon-site/src/site/resources/css/site.css?rev=573459&r1=573458&r2=573459&view=diff
==============================================================================
--- maven/wagon/branches/wagon-1.x/wagon-site/src/site/resources/css/site.css (original)
+++ maven/wagon/branches/wagon-1.x/wagon-site/src/site/resources/css/site.css Thu Sep  6 22:14:49 2007
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
   background: none;
   padding-right: 0;



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org