Author: apaliwal
Date: Tue Apr 21 06:10:36 2009
New Revision: 766985

URL: http://svn.apache.org/viewvc?rev=766985&view=rev
Log:
Updated Header and added Date and Rev as per MINA header
Submitted By: Ashish Paliwal (apaliwal.at.apache.org)

Modified:
    mina/sandbox/vysper/src/main/java/org/apache/vysper/charset/CharsetUtil.java

Modified: 
mina/sandbox/vysper/src/main/java/org/apache/vysper/charset/CharsetUtil.java
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/src/main/java/org/apache/vysper/charset/CharsetUtil.java?rev=766985&r1=766984&r2=766985&view=diff
==============================================================================
--- 
mina/sandbox/vysper/src/main/java/org/apache/vysper/charset/CharsetUtil.java 
(original)
+++ 
mina/sandbox/vysper/src/main/java/org/apache/vysper/charset/CharsetUtil.java 
Tue Apr 21 06:10:36 2009
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2006-2007 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.charset;
 
 import java.nio.charset.Charset;
@@ -22,8 +25,11 @@
 
 /**
  * utility class for charsets
+ *
+ * @author The Apache MINA Project ([email protected])
+ * @version $Rev:  $, $Date:  $
  */
 public class CharsetUtil {
     public static final CharsetDecoder UTF8_DECODER = 
Charset.forName("UTF-8").newDecoder();
     public static final CharsetEncoder UTF8_ENCODER = 
Charset.forName("UTF-8").newEncoder();
-}
+}
\ No newline at end of file


Reply via email to