mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +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();
|
||||
};
|
||||
|
||||
exports.getHead = () => config.head.agpl;
|
||||
exports.getHead = () => config.head.mit;
|
||||
|
||||
exports.cleanStatic = () => del(config.paths.static);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue