changeset 17863:0676fae19b8b

edit.m: Change default GPL license to refer to "this program" rather than "Octave". * scripts/miscellaneous/edit.m: GPL license for new m-files now refers to "this program" rather than "Octave".
author Rik <rik@octave.org>
date Wed, 06 Nov 2013 15:21:49 -0800
parents 46850674da46
children 674e5eb2c709
files scripts/miscellaneous/edit.m
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/edit.m	Wed Nov 06 12:02:21 2013 -0800
+++ b/scripts/miscellaneous/edit.m	Wed Nov 06 15:21:49 2013 -0800
@@ -403,8 +403,8 @@
     switch (uclicense)
       case "GPL"
         head = cstrcat (copyright, "\n\n", "\
-This program is free software; you can redistribute it and/or modify\n\
-it under the terms of the GNU General Public License as published by\n\
+This program is free software; you can redistribute it and/or modify it\n\
+under the terms of the GNU General Public License as published by\n\
 the Free Software Foundation; either version 3 of the License, or\n\
 (at your option) any later version.\n\
 \n\
@@ -414,8 +414,7 @@
 GNU General Public License for more details.\n\
 \n\
 You should have received a copy of the GNU General Public License\n\
-along with Octave; see the file COPYING.  If not, see\n\
-<http://www.gnu.org/licenses/>.\
+along with this program  If not, see <http://www.gnu.org/licenses/>.\
 ");
         tail = [author, "\n", revs];