Merge remote-tracking branch 'upstream/master' RainLoop v1.17

This commit is contained in:
the-djmaze 2022-09-01 00:24:33 +02:00
commit f6f6a80639
11 changed files with 30 additions and 672 deletions

View file

@ -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 { config } = require('./config');

View file

@ -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 del = require('del');
const fs = require('fs');

View file

@ -1,4 +1,4 @@
/* SnappyMail Webmail (c) SnappyMail Team | Licensed under AGPL 3 */
/* SnappyMail Webmail (c) SnappyMail Team | Licensed under MIT */
const path = require('path');
const config = {

View file

@ -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 concat = require('gulp-concat');

View file

@ -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 concat = require('gulp-concat'),

View file

@ -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 header = require('gulp-header');
const stripbom = require('gulp-stripbom');