You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2006/10/28 08:59:34 UTC

svn commit: r468647 - in /xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline: ./ getopt/

Author: minchau
Date: Fri Oct 27 23:59:33 2006
New Revision: 468647

URL: http://svn.apache.org/viewvc?view=rev&rev=468647
Log:
Apache license update per XALANJ-2328.

Modified:
    xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java
    xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/ObjectFactory.java
    xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/SecuritySupport.java
    xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/SecuritySupport12.java
    xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Transform.java
    xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/GetOpt.java
    xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/GetOptsException.java
    xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/IllegalArgumentException.java
    xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/MissingOptArgException.java

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java?view=diff&rev=468647&r1=468646&r2=468647
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Compile.java Fri Oct 27 23:59:33 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/ObjectFactory.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/ObjectFactory.java?view=diff&rev=468647&r1=468646&r2=468647
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/ObjectFactory.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/ObjectFactory.java Fri Oct 27 23:59:33 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/SecuritySupport.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/SecuritySupport.java?view=diff&rev=468647&r1=468646&r2=468647
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/SecuritySupport.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/SecuritySupport.java Fri Oct 27 23:59:33 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2002-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/SecuritySupport12.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/SecuritySupport12.java?view=diff&rev=468647&r1=468646&r2=468647
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/SecuritySupport12.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/SecuritySupport12.java Fri Oct 27 23:59:33 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2002-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Transform.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Transform.java?view=diff&rev=468647&r1=468646&r2=468647
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Transform.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/Transform.java Fri Oct 27 23:59:33 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/GetOpt.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/GetOpt.java?view=diff&rev=468647&r1=468646&r2=468647
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/GetOpt.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/GetOpt.java Fri Oct 27 23:59:33 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/GetOptsException.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/GetOptsException.java?view=diff&rev=468647&r1=468646&r2=468647
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/GetOptsException.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/GetOptsException.java Fri Oct 27 23:59:33 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/IllegalArgumentException.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/IllegalArgumentException.java?view=diff&rev=468647&r1=468646&r2=468647
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/IllegalArgumentException.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/IllegalArgumentException.java Fri Oct 27 23:59:33 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/MissingOptArgException.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/MissingOptArgException.java?view=diff&rev=468647&r1=468646&r2=468647
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/MissingOptArgException.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/cmdline/getopt/MissingOptArgException.java Fri Oct 27 23:59:33 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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
  *



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org