kopia lustrzana https://github.com/backface/turtlestitch
added notice to get in touch if afraid of agpl license
rodzic
5875900450
commit
9a726654c7
|
@ -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
7
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, '
|
||||
|
|
Ładowanie…
Reference in New Issue