mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Revert RainLoop merge that caused MIT vs AGPL
This commit is contained in:
parent
a146d73f4b
commit
17fa031064
6 changed files with 663 additions and 23 deletions
|
|
@ -12,6 +12,6 @@ exports.copy = (sFile, sNewFile, done) => {
|
|||
done();
|
||||
};
|
||||
|
||||
exports.getHead = () => config.head.mit;
|
||||
exports.getHead = () => config.head.agpl;
|
||||
|
||||
exports.cleanStatic = () => del(config.paths.static);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue