summaryrefslogtreecommitdiffstats
path: root/archiva-applet
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2006-12-23 06:39:46 +0000
committerBrett Porter <brett@apache.org>2006-12-23 06:39:46 +0000
commit0b54f729abf46839a04b82dd637021741817ebe3 (patch)
tree38232f23e1c7cb57d390e9f55c4595221b20dc7a /archiva-applet
parent740994f99de3d6129094b96b0628188063f7c74c (diff)
downloadarchiva-0b54f729abf46839a04b82dd637021741817ebe3.tar.gz
archiva-0b54f729abf46839a04b82dd637021741817ebe3.zip
Update license, reformat
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489860 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-applet')
-rw-r--r--archiva-applet/pom.xml25
-rw-r--r--archiva-applet/src/main/java/org/apache/maven/archiva/applet/ChecksumApplet.java25
2 files changed, 28 insertions, 22 deletions
diff --git a/archiva-applet/pom.xml b/archiva-applet/pom.xml
index 02c37b541..d48ebf7a8 100644
--- a/archiva-applet/pom.xml
+++ b/archiva-applet/pom.xml
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2005-2006 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.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
diff --git a/archiva-applet/src/main/java/org/apache/maven/archiva/applet/ChecksumApplet.java b/archiva-applet/src/main/java/org/apache/maven/archiva/applet/ChecksumApplet.java
index f84cb605d..ca9f6337d 100644
--- a/archiva-applet/src/main/java/org/apache/maven/archiva/applet/ChecksumApplet.java
+++ b/archiva-applet/src/main/java/org/apache/maven/archiva/applet/ChecksumApplet.java
@@ -1,19 +1,22 @@
package org.apache.maven.archiva.applet;
/*
- * Copyright 2005-2006 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.
*/
import javax.swing.*;