Revert RainLoop merge that caused MIT vs AGPL

This commit is contained in:
the-djmaze 2022-09-01 21:16:52 +02:00
parent a146d73f4b
commit 17fa031064
6 changed files with 663 additions and 23 deletions

View file

@ -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);