changeset 1647:68c5b639e6e6

[project @ 1995-12-19 09:23:01 by jwe]
author jwe
date Tue, 19 Dec 1995 09:23:01 +0000
parents 23ff3d50ab76
children 65ef5beea500
files src/variables.cc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	    }
 	}