Changes between Version 23 and Version 24 of DevNotes/Projects/Licensing


Ignore:
Timestamp:
Jun 7, 2016 12:49:40 PM (8 years ago)
Author:
pkienzle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Projects/Licensing

    v23 v24  
    6666}}} 
    6767 
    68 Note: some sasview files end with CR LF, hence the sed 's/^M//' early in the stream.  This is not ^M, this is an actual carriage return inserted by Ctrl-V+Ctrl-M.  With gnu sed, \r might work. Or maybe \\r. 
     68Note: some sasview files end with CR LF, hence the !^M early in the stream.  This is not caret+M, this is an actual carriage return inserted by Ctrl-V+Ctrl-M.  With gnu sed, \r might work. Or maybe \\r. 
    6969 
    70 Sasview uses lots of implicit relative imports, so the results are noisy.  These should be changed to relative imports. 
     70Sasview uses lots of implicit relative imports, so the results are noisy.  These should be changed to relative imports because they are safer.