forked from mtcontrib/x_enchanting
update licensing
This commit is contained in:
@ -1,3 +1,21 @@
|
||||
/**
|
||||
* Deploy code to CDB
|
||||
* Copyright (C) 2022 SaKeL <juraj.vajda@gmail.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to juraj.vajda@gmail.com
|
||||
*/
|
||||
|
||||
import fetch from 'node-fetch'
|
||||
import yargs from 'yargs/yargs'
|
||||
import {hideBin} from 'yargs/helpers'
|
||||
|
@ -1,3 +1,21 @@
|
||||
/**
|
||||
* Run LUA diagnostics in continuous integration
|
||||
* Copyright (C) 2022 SaKeL <juraj.vajda@gmail.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to juraj.vajda@gmail.com
|
||||
*/
|
||||
|
||||
import * as path from 'node:path'
|
||||
import * as fs from 'node:fs'
|
||||
import {exec} from 'node:child_process'
|
||||
|
Reference in New Issue
Block a user