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:44:00 UTC

svn commit: r446745 - /xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/

Author: mrglavas
Date: Fri Sep 15 14:43:58 2006
New Revision: 446745

URL: http://svn.apache.org/viewvc?view=rev&rev=446745
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/xs/AbstractDateTimeDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnyAtomicDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnySimpleDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/Base64BinaryDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/BaseDVFactory.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/BooleanDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DateDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DateTimeDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DayDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DayTimeDurationDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DecimalDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DoubleDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DurationDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/EntityDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/FloatDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/FullDVFactory.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/HexBinaryDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IDDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IDREFDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IntegerDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/ListDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/MonthDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/MonthDayDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/PrecisionDecimalDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/QNameDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/SchemaDVFactoryImpl.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/SchemaDateTimeException.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/StringDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/TimeDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/TypeValidator.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/UnionDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearMonthDV.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearMonthDurationDV.java

Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AbstractDateTimeDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AbstractDateTimeDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AbstractDateTimeDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AbstractDateTimeDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2005 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/xs/AnyAtomicDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnyAtomicDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnyAtomicDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnyAtomicDV.java Fri Sep 15 14:43:58 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
  * 

Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnySimpleDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnySimpleDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnySimpleDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnySimpleDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 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/xs/AnyURIDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/AnyURIDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-2005 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/xs/Base64BinaryDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/Base64BinaryDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/Base64BinaryDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/Base64BinaryDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001,2002,2004,2006 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/xs/BaseDVFactory.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/BaseDVFactory.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/BaseDVFactory.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/BaseDVFactory.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2002, 2003,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/xs/BooleanDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/BooleanDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/BooleanDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/BooleanDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 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/xs/DateDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DateDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DateDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DateDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004,2005 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/xs/DateTimeDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DateTimeDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DateTimeDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DateTimeDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004,2005 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/xs/DayDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DayDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DayDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DayDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004,2005 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/xs/DayTimeDurationDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DayTimeDurationDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DayTimeDurationDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DayTimeDurationDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004,2005 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/xs/DecimalDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DecimalDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DecimalDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DecimalDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001,2002,2004,2005 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/xs/DoubleDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DoubleDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DoubleDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DoubleDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-2006 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/xs/DurationDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DurationDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DurationDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/DurationDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004,2005 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/xs/EntityDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/EntityDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/EntityDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/EntityDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 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/xs/FloatDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/FloatDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/FloatDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/FloatDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-2006 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/xs/FullDVFactory.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/FullDVFactory.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/FullDVFactory.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/FullDVFactory.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2002, 2003,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/xs/HexBinaryDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/HexBinaryDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/HexBinaryDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/HexBinaryDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001,2002,2004,2006 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/xs/IDDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IDDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IDDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IDDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 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/xs/IDREFDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IDREFDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IDREFDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IDREFDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 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/xs/IntegerDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IntegerDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IntegerDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/IntegerDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/xs/ListDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/ListDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/ListDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/ListDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001,2002,2004-2006 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/xs/MonthDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/MonthDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/MonthDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/MonthDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004,2005 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/xs/MonthDayDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/MonthDayDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/MonthDayDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/MonthDayDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004,2005 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/xs/PrecisionDecimalDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/PrecisionDecimalDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/PrecisionDecimalDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/PrecisionDecimalDV.java Fri Sep 15 14:43:58 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.xs;
 
 import org.apache.xerces.impl.dv.InvalidDatatypeValueException;

Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/QNameDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/QNameDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/QNameDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/QNameDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-2005 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/xs/SchemaDVFactoryImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/SchemaDVFactoryImpl.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/SchemaDVFactoryImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/SchemaDVFactoryImpl.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-2005 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/xs/SchemaDateTimeException.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/SchemaDateTimeException.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/SchemaDateTimeException.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/SchemaDateTimeException.java Fri Sep 15 14:43:58 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/xs/StringDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/StringDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/StringDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/StringDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 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/xs/TimeDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/TimeDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/TimeDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/TimeDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004,2005 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/xs/TypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/TypeValidator.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/TypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/TypeValidator.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 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/xs/UnionDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/UnionDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/UnionDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/UnionDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001, 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/xs/XSSimpleTypeDecl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-2006 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/xs/YearDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004,2005 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/xs/YearMonthDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearMonthDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearMonthDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearMonthDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2002,2004,2005 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/xs/YearMonthDurationDV.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearMonthDurationDV.java?view=diff&rev=446745&r1=446744&r2=446745
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearMonthDurationDV.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/YearMonthDurationDV.java Fri Sep 15 14:43:58 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004,2005 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.xs;
 
 import java.math.BigInteger;



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