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/11/21 19:12:20 UTC

svn commit: r477797 - in /xerces/java/trunk/src/org/apache/xerces: parsers/SoftReferenceSymbolTableParserConfiguration.java util/SoftReferenceSymbolTable.java

Author: mrglavas
Date: Tue Nov 21 10:12:20 2006
New Revision: 477797

URL: http://svn.apache.org/viewvc?view=rev&rev=477797
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/parsers/SoftReferenceSymbolTableParserConfiguration.java
    xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java

Modified: xerces/java/trunk/src/org/apache/xerces/parsers/SoftReferenceSymbolTableParserConfiguration.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/parsers/SoftReferenceSymbolTableParserConfiguration.java?view=diff&rev=477797&r1=477796&r2=477797
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/parsers/SoftReferenceSymbolTableParserConfiguration.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/parsers/SoftReferenceSymbolTableParserConfiguration.java Tue Nov 21 10:12:20 2006
@@ -1,3 +1,20 @@
+/*
+ * 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.xerces.parsers;
 
 import org.apache.xerces.util.SoftReferenceSymbolTable;
@@ -5,6 +22,11 @@
 import org.apache.xerces.xni.grammars.XMLGrammarPool;
 import org.apache.xerces.xni.parser.XMLComponentManager;
 
+/**
+ * @author Peter McCracken, IBM
+ *
+ * @version $Id$
+ */
 public class SoftReferenceSymbolTableParserConfiguration extends
     XIncludeAwareParserConfiguration {
     

Modified: xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java?view=diff&rev=477797&r1=477796&r2=477797
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java Tue Nov 21 10:12:20 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-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