added notice to get in touch if afraid of agpl license

dev
jmoenig 2016-10-26 09:47:14 +02:00
rodzic 5875900450
commit 9a726654c7
2 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -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 <http://www.gnu.org/licenses/>.
Want to use Snap! but scared by the open-source license? Get in touch with us,
we'll make it work.

7
gui.js
Wyświetl plik

@ -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, '