# HG changeset patch # User jwe # Date 819364981 0 # Node ID 68c5b639e6e6d7614688ca705b299224ab857a62 # Parent 23ff3d50ab76a4f3407f0e475046bcc23e7353a7 [project @ 1995-12-19 09:23:01 by jwe] diff -r 23ff3d50ab76 -r 68c5b639e6e6 src/variables.cc --- a/src/variables.cc Thu Dec 14 09:46:42 1995 +0000 +++ b/src/variables.cc Tue Dec 19 09:23:01 1995 +0000 @@ -582,7 +582,8 @@ if (s) { s++; - if (strncmp (s, " This file is part of Octave.", 29) == 0) + if (strncmp (s, " This file is part of Octave.", 29) == 0 + || strncmp (s, " This program is free software", 30) == 0) return 1; } }