mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
Licensed under MIT
This commit is contained in:
parent
f6f6a80639
commit
a146d73f4b
3 changed files with 3 additions and 3 deletions
|
|
@ -12,6 +12,6 @@ exports.copy = (sFile, sNewFile, done) => {
|
||||||
done();
|
done();
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.getHead = () => config.head.agpl;
|
exports.getHead = () => config.head.mit;
|
||||||
|
|
||||||
exports.cleanStatic = () => del(config.paths.static);
|
exports.cleanStatic = () => del(config.paths.static);
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ const path = require('path');
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
head: {
|
head: {
|
||||||
agpl: '/* SnappyMail Webmail (c) SnappyMail | Licensed under AGPL v3 */'
|
mit: '/* SnappyMail Webmail (c) SnappyMail | Licensed under MIT */'
|
||||||
},
|
},
|
||||||
devVersion: '0.0.0',
|
devVersion: '0.0.0',
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* SnappyMail Webmail (c) SnappyMail Team | Licensed under AGPL 3 */
|
/* SnappyMail Webmail (c) SnappyMail Team | Licensed under MIT */
|
||||||
const rollup2 = require('gulp-rollup-2');
|
const rollup2 = require('gulp-rollup-2');
|
||||||
const includePaths = require('rollup-plugin-includepaths');
|
const includePaths = require('rollup-plugin-includepaths');
|
||||||
const externalGlobals = require('rollup-plugin-external-globals');
|
const externalGlobals = require('rollup-plugin-external-globals');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue