pbwest 2004/02/18 19:59:10
Modified: bin Tag: FOP_0-20-0_Alt-Design lic_to_2
. Tag: FOP_0-20-0_Alt-Design lic_to_2
Log:
Fix the backtrack churning on long files
Revision Changes Path
No revision
No revision
1.1.2.3 +2 -4 xml-fop/bin/Attic/lic_to_2
Index: lic_to_2
===================================================================
RCS file: /home/cvs/xml-fop/bin/Attic/lic_to_2,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- lic_to_2 19 Feb 2004 01:48:41 -0000 1.1.2.2
+++ lic_to_2 19 Feb 2004 03:59:10 -0000 1.1.2.3
@@ -27,12 +27,10 @@
# ...followed by whitespace (incl. newline)
[^\n]* # Non-newlines (incl spaces)
The\ Apache\ Software\ License,\ Version\ 1\.1
- .* # Anything
+ [^C]* # Anything not a capital C
Copyright\ \(C\)\ (\d+(-\d+)?)\ The\ Apache\ Software\ Foundation
.* # Anything
- James\ Tauber
- .* # Anything
- \<http://www.apache.org/\>\.
+ Foundation,\ please\ see\ \<http://www.apache.org/\>\.
\s*\n # Any whitespace ending in a newline
|$lic2begin$1$lic2rem|xs;
No revision
No revision
1.1.2.3 +2 -4 xml-fop/Attic/lic_to_2
Index: lic_to_2
===================================================================
RCS file: /home/cvs/xml-fop/Attic/lic_to_2,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- lic_to_2 19 Feb 2004 01:49:30 -0000 1.1.2.2
+++ lic_to_2 19 Feb 2004 03:59:10 -0000 1.1.2.3
@@ -27,12 +27,10 @@
# ...followed by whitespace (incl. newline)
[^\n]* # Non-newlines (incl spaces)
The\ Apache\ Software\ License,\ Version\ 1\.1
- .* # Anything
+ [^C]* # Anything not a capital C
Copyright\ \(C\)\ (\d+(-\d+)?)\ The\ Apache\ Software\ Foundation
.* # Anything
- James\ Tauber
- .* # Anything
- \<http://www.apache.org/\>\.
+ Foundation,\ please\ see\ \<http://www.apache.org/\>\.
\s*\n # Any whitespace ending in a newline
|$lic2begin$1$lic2rem|xs;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]