pbwest      2004/02/18 17:49:30

  Modified:    .        Tag: FOP_0-20-0_Alt-Design lic_to_2
  Log:
  Tidied up the start and end conditions for the changes.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +2 -3      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.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- lic_to_2  29 Jan 2004 05:23:28 -0000      1.1.2.1
  +++ lic_to_2  19 Feb 2004 01:49:30 -0000      1.1.2.2
  @@ -23,8 +23,7 @@
   
   # Slurp the input file
   $_ = <>;
  -s|\n                    # Start with a newline
  -  [^\n]*=+\s+           # Non-newlines followed by multiple '='
  +s|[^\n]*=+\s+           # Non-newlines followed by multiple '='
                           # ...followed by whitespace (incl. newline)
     [^\n]*                # Non-newlines (incl spaces)
     The\ Apache\ Software\ License,\ Version\ 1\.1
  @@ -34,7 +33,7 @@
     James\ Tauber
     .*                    # Anything
     \<http://www.apache.org/\>\.
  -  \s+                   # Any whitespace
  +  \s*\n                 # Any whitespace ending in a newline
   |$lic2begin$1$lic2rem|xs;
   
   print;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to