mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Road to the MIT
This commit is contained in:
parent
13d05dc2ff
commit
aa5d3fc89d
75 changed files with 392 additions and 2283 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* RainLoop Webmail (c) RainLoop Team | Licensed under AGPL 3 */
|
||||
/* RainLoop Webmail (c) RainLoop Team | Licensed under MIT */
|
||||
const gulp = require('gulp');
|
||||
const rimraf = require('gulp-rimraf');
|
||||
const fs = require('node-fs');
|
||||
|
|
@ -18,6 +18,6 @@ exports.zip = (srcDir, destDir, fileName) =>
|
|||
.pipe(require('gulp-zip')(fileName))
|
||||
.pipe(gulp.dest(destDir));
|
||||
|
||||
exports.getHead = () => (!config.community ? config.head.rainloop : config.head.agpl);
|
||||
exports.getHead = () => config.head.mit;
|
||||
|
||||
exports.cleanStatic = () => exports.del(config.paths.static);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue