You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2006/09/15 23:46:21 UTC

svn commit: r446747 - in /xerces/java/trunk/src/org/apache/xerces/impl/dv/util: Base64.java ByteListImpl.java HexBin.java

Author: mrglavas
Date: Fri Sep 15 14:46:20 2006
New Revision: 446747

URL: http://svn.apache.org/viewvc?view=rev&rev=446747
Log:
Update to the latest ASF license header. See http://www.apache.org/legal/src-headers.html.

Modified:
    xerces/java/trunk/src/org/apache/xerces/impl/dv/util/Base64.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/util/ByteListImpl.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/util/HexBin.java

Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/util/Base64.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/util/Base64.java?view=diff&rev=446747&r1=446746&r2=446747
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/util/Base64.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/util/Base64.java Fri Sep 15 14:46:20 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004 The Apache Software Foundation.
- * 
- * 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
+ * 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
  * 

Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/util/ByteListImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/util/ByteListImpl.java?view=diff&rev=446747&r1=446746&r2=446747
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/util/ByteListImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/util/ByteListImpl.java Fri Sep 15 14:46:20 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004 The Apache Software Foundation.
- * 
- * 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
+ * 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
  * 
@@ -13,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.apache.xerces.impl.dv.util;
 
 import org.apache.xerces.xs.datatypes.ByteList;

Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/util/HexBin.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/util/HexBin.java?view=diff&rev=446747&r1=446746&r2=446747
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/util/HexBin.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/util/HexBin.java Fri Sep 15 14:46:20 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004 The Apache Software Foundation.
- * 
- * 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
+ * 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
  * 



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