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:51:23 UTC

svn commit: r446749 - /xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/

Author: mrglavas
Date: Fri Sep 15 14:51:23 2006
New Revision: 446749

URL: http://svn.apache.org/viewvc?view=rev&rev=446749
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/dtd/DTDDVFactoryImpl.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/ENTITYDatatypeValidator.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/IDDatatypeValidator.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/IDREFDatatypeValidator.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/ListDatatypeValidator.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/NMTOKENDatatypeValidator.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/NOTATIONDatatypeValidator.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/StringDatatypeValidator.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11DTDDVFactoryImpl.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11IDDatatypeValidator.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11IDREFDatatypeValidator.java
    xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11NMTOKENDatatypeValidator.java

Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/DTDDVFactoryImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/DTDDVFactoryImpl.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/DTDDVFactoryImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/DTDDVFactoryImpl.java Fri Sep 15 14:51:23 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/dtd/ENTITYDatatypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/ENTITYDatatypeValidator.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/ENTITYDatatypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/ENTITYDatatypeValidator.java Fri Sep 15 14:51:23 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/dtd/IDDatatypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/IDDatatypeValidator.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/IDDatatypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/IDDatatypeValidator.java Fri Sep 15 14:51:23 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/dtd/IDREFDatatypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/IDREFDatatypeValidator.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/IDREFDatatypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/IDREFDatatypeValidator.java Fri Sep 15 14:51:23 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/dtd/ListDatatypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/ListDatatypeValidator.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/ListDatatypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/ListDatatypeValidator.java Fri Sep 15 14:51:23 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/dtd/NMTOKENDatatypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/NMTOKENDatatypeValidator.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/NMTOKENDatatypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/NMTOKENDatatypeValidator.java Fri Sep 15 14:51:23 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/dtd/NOTATIONDatatypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/NOTATIONDatatypeValidator.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/NOTATIONDatatypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/NOTATIONDatatypeValidator.java Fri Sep 15 14:51:23 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/dtd/StringDatatypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/StringDatatypeValidator.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/StringDatatypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/StringDatatypeValidator.java Fri Sep 15 14:51:23 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/dtd/XML11DTDDVFactoryImpl.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11DTDDVFactoryImpl.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11DTDDVFactoryImpl.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11DTDDVFactoryImpl.java Fri Sep 15 14:51:23 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/dtd/XML11IDDatatypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11IDDatatypeValidator.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11IDDatatypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11IDDatatypeValidator.java Fri Sep 15 14:51:23 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/dtd/XML11IDREFDatatypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11IDREFDatatypeValidator.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11IDREFDatatypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11IDREFDatatypeValidator.java Fri Sep 15 14:51:23 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/dtd/XML11NMTOKENDatatypeValidator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11NMTOKENDatatypeValidator.java?view=diff&rev=446749&r1=446748&r2=446749
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11NMTOKENDatatypeValidator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/dtd/XML11NMTOKENDatatypeValidator.java Fri Sep 15 14:51:23 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