From 9a726654c7552cb7d32f680a9242535fc612ad16 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 26 Oct 2016 09:47:14 +0200 Subject: [PATCH] added notice to get in touch if afraid of agpl license --- README.md | 3 +++ gui.js | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97ceddcc..a9b84fec 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,6 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + +Want to use Snap! but scared by the open-source license? Get in touch with us, +we'll make it work. diff --git a/gui.js b/gui.js index 7c13d6e4..4b2a8dae 100644 --- a/gui.js +++ b/gui.js @@ -72,7 +72,7 @@ isRetinaSupported, SliderMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2016-October-24'; +modules.gui = '2016-October-26'; // Declarations @@ -3080,7 +3080,10 @@ IDE_Morph.prototype.aboutSnap = function () { + 'You should have received a copy of the\n' + 'GNU Affero General Public License along with this program.\n' - + 'If not, see http://www.gnu.org/licenses/'; + + 'If not, see http://www.gnu.org/licenses/\n\n' + + + 'Want to use Snap! but scared by the open-source license?\n' + + 'Get in touch with us, we\'ll make it work.'; creditsTxt = localize('Contributors') + '\n\nNathan Dinsmore: Saving/Loading, Snap-Logo Design, '