Author: apaliwal
Date: Mon Apr 20 14:51:46 2009
New Revision: 766714
URL: http://svn.apache.org/viewvc?rev=766714&view=rev
Log:
Updated File header and added author and rev history as per MINA convention
Submitted By: Ashish Paliwal (apaliwal.at.apache.org)
Modified:
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java
Modified:
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java
URL:
http://svn.apache.org/viewvc/mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java?rev=766714&r1=766713&r2=766714&view=diff
==============================================================================
---
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java
(original)
+++
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java
Mon Apr 20 14:51:46 2009
@@ -1,3 +1,23 @@
+/*
+ * 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.
+ *
+ */
+
package org.apache.vysper.compliance;
import java.lang.annotation.*;
@@ -12,6 +32,9 @@
* @SpecCompliant(spec = "RFC3921bis-06", section = "9.8.6", coverage
= SpecCompliant.ComplianceCoverage.PARTIAL)
* })
* </code>
+ *
+ * @author The Apache MINA Project ([email protected])
+ * @version $Rev: 671827 $, $Date: 2008-06-26 14:19:48 +0530 (Thu, 26 Jun
2008) $
*/
@Documented
@Retention(RetentionPolicy.SOURCE)
Modified:
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java
URL:
http://svn.apache.org/viewvc/mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java?rev=766714&r1=766713&r2=766714&view=diff
==============================================================================
---
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java
(original)
+++
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java
Mon Apr 20 14:51:46 2009
@@ -1,3 +1,23 @@
+/*
+ * 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.
+ *
+ */
+
package org.apache.vysper.compliance;
import java.lang.annotation.Documented;
@@ -11,6 +31,9 @@
* specific RFC or a section of an RFC. Use the <code>status</code> parameter
* to specify the compliance level.
*
+ * @author The Apache MINA Project ([email protected])
+ * @version $Rev: 671827 $, $Date: 2008-06-26 14:19:48 +0530 (Thu, 26 Jun
2008) $
+ *
*/
@Documented
@Target( { ElementType.METHOD, ElementType.TYPE, ElementType.FIELD })
Modified:
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java
URL:
http://svn.apache.org/viewvc/mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java?rev=766714&r1=766713&r2=766714&view=diff
==============================================================================
---
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java
(original)
+++
mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java
Mon Apr 20 14:51:46 2009
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2006-2008 The Apache Software Foundation. *
- * All rights reserved. *
- * ------------------------------------------------------------------- *
- * 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 *
- * *
- * 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.
+ *
+ */
package org.apache.vysper.compliance.reporting;
import com.sun.mirror.apt.AnnotationProcessor;
@@ -38,6 +41,9 @@
* apt can be invoked like this (tools.jar must be on the classpath)
* apt -cp build/ant/classes;lib/* -s src/main/java -factory
org.apache.vysper.compliance.reporting.DocumentSpecCompliantAnnotationFactory
* it generates a file spec_compliance.html in src/main/java
+ *
+ * @author The Apache MINA Project ([email protected])
+ * @version $Rev: 671827 $, $Date: 2008-06-26 14:19:48 +0530 (Thu, 26 Jun
2008) $
*/
public class DocumentSpecCompliantAnnotationFactory implements
AnnotationProcessorFactory {
// Process any set of annotations