# HG changeset patch # User Rik # Date 1383780109 28800 # Node ID 0676fae19b8bd214389960a2d9b17ead5d5747f5 # Parent 46850674da463056c098b6cc351b592998b1760b 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". diff -r 46850674da46 -r 0676fae19b8b scripts/miscellaneous/edit.m --- 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\ -.\ +along with this program If not, see .\ "); tail = [author, "\n", revs];