You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/09/01 15:21:07 UTC

svn commit: r991528 - /mina/vysper/branches/0.6/nbxml/src/main/java/org/apache/vysper/xml/sax/impl/Attribute.java

Author: ngn
Date: Wed Sep  1 13:21:07 2010
New Revision: 991528

URL: http://svn.apache.org/viewvc?rev=991528&view=rev
Log:
Fixing missing license header

Modified:
    mina/vysper/branches/0.6/nbxml/src/main/java/org/apache/vysper/xml/sax/impl/Attribute.java

Modified: mina/vysper/branches/0.6/nbxml/src/main/java/org/apache/vysper/xml/sax/impl/Attribute.java
URL: http://svn.apache.org/viewvc/mina/vysper/branches/0.6/nbxml/src/main/java/org/apache/vysper/xml/sax/impl/Attribute.java?rev=991528&r1=991527&r2=991528&view=diff
==============================================================================
--- mina/vysper/branches/0.6/nbxml/src/main/java/org/apache/vysper/xml/sax/impl/Attribute.java (original)
+++ mina/vysper/branches/0.6/nbxml/src/main/java/org/apache/vysper/xml/sax/impl/Attribute.java Wed Sep  1 13:21:07 2010
@@ -1,5 +1,21 @@
-/**
- * 
+/*
+ *  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.xml.sax.impl;