📄 Add license headers to all files

This commit is contained in:
trickypr 2022-03-27 17:38:45 +11:00
parent caf7fdbc4d
commit 272f43653e
48 changed files with 144 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
import { sync } from 'glob'
import Listr from 'listr'
import { ENGINE_DIR, SRC_DIR } from '../../constants'