svn commit: r1225752 - in /xalan/java/trunk/src/org/apache/xalan/xsltc/compiler: xpath.cup xpath.lex
[email protected] Fri, 30 Dec 2011 04:12:46 -0000
| Newsgroups | gmane.text.xml.xalan.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mrglavas
Date: Fri Dec 30 04:12:46 2011
New Revision: 1225752
URL: http://svn.apache.org/viewvc?rev=1225752&view=rev
Log:
Update to the latest ASF license header. See http://www.apache.org/legal/src-headers.html.
Modified:
xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.cup
xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.lex
Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.cup
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.cup?rev=1225752&r1=1225751&r2=1225752&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.cup (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.cup Fri Dec 30 04:12:46 2011
@@ -1,12 +1,13 @@
/*
- * 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
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
+ * 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.
Modified: xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.lex
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.lex?rev=1225752&r1=1225751&r2=1225752&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.lex (original)
+++ xalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.lex Fri Dec 30 04:12:46 2011
@@ -1,12 +1,13 @@
/*
- * 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
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
+ * 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.