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 22:47:36 UTC

svn commit: r446732 - in /xerces/java/trunk/src/org/apache/xerces/impl/xs/identity: Field.java FieldActivator.java IdentityConstraint.java KeyRef.java Selector.java UniqueOrKey.java ValueStore.java XPathMatcher.java

Author: mrglavas
Date: Fri Sep 15 13:47:34 2006
New Revision: 446732

URL: http://svn.apache.org/viewvc?view=rev&rev=446732
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/xs/identity/Field.java
    xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/FieldActivator.java
    xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/IdentityConstraint.java
    xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/KeyRef.java
    xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/Selector.java
    xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/UniqueOrKey.java
    xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/ValueStore.java
    xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/XPathMatcher.java

Modified: xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/Field.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/Field.java?view=diff&rev=446732&r1=446731&r2=446732
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/Field.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/Field.java Fri Sep 15 13:47:34 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/xs/identity/FieldActivator.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/FieldActivator.java?view=diff&rev=446732&r1=446731&r2=446732
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/FieldActivator.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/FieldActivator.java Fri Sep 15 13:47:34 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/xs/identity/IdentityConstraint.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/IdentityConstraint.java?view=diff&rev=446732&r1=446731&r2=446732
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/IdentityConstraint.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/IdentityConstraint.java Fri Sep 15 13:47:34 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-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/xs/identity/KeyRef.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/KeyRef.java?view=diff&rev=446732&r1=446731&r2=446732
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/KeyRef.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/KeyRef.java Fri Sep 15 13:47:34 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/xs/identity/Selector.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/Selector.java?view=diff&rev=446732&r1=446731&r2=446732
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/Selector.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/Selector.java Fri Sep 15 13:47:34 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/xs/identity/UniqueOrKey.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/UniqueOrKey.java?view=diff&rev=446732&r1=446731&r2=446732
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/UniqueOrKey.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/UniqueOrKey.java Fri Sep 15 13:47:34 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/xs/identity/ValueStore.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/ValueStore.java?view=diff&rev=446732&r1=446731&r2=446732
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/ValueStore.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/ValueStore.java Fri Sep 15 13:47:34 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/xs/identity/XPathMatcher.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/XPathMatcher.java?view=diff&rev=446732&r1=446731&r2=446732
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/XPathMatcher.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/xs/identity/XPathMatcher.java Fri Sep 15 13:47:34 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
  * 



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