diff --git a/hak/keytar/build.js b/hak/keytar/build.js index 335149e..39319ef 100644 --- a/hak/keytar/build.js +++ b/hak/keytar/build.js @@ -17,9 +17,6 @@ limitations under the License. const path = require('path'); const childProcess = require('child_process'); -const mkdirp = require('mkdirp'); -const fsExtra = require('fs-extra'); - module.exports = async function(hakEnv, moduleInfo) { await buildKeytar(hakEnv, moduleInfo); }; diff --git a/hak/keytar/fetchDeps.js b/hak/keytar/fetchDeps.js deleted file mode 100644 index 8d27a6f..0000000 --- a/hak/keytar/fetchDeps.js +++ /dev/null @@ -1,26 +0,0 @@ -/* -Copyright 2020 The Matrix.org Foundation C.I.C. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -const path = require('path'); -const childProcess = require('child_process'); - -const fs = require('fs'); -const fsProm = require('fs').promises; -const needle = require('needle'); -const tar = require('tar'); - -module.exports = async function(hakEnv, moduleInfo) { -}; diff --git a/hak/keytar/hak.json b/hak/keytar/hak.json index 6c9fe99..28ee722 100644 --- a/hak/keytar/hak.json +++ b/hak/keytar/hak.json @@ -1,7 +1,6 @@ { "scripts": { "check": "check.js", - "fetchDeps": "fetchDeps.js", "build": "build.js" }, "prune": "native", diff --git a/src/electron-main.js b/src/electron-main.js index f66dfea..5144682 100644 --- a/src/electron-main.js +++ b/src/electron-main.js @@ -3,6 +3,7 @@ Copyright 2016 Aviral Dasgupta Copyright 2016 OpenMarket Ltd Copyright 2018, 2019 New Vector Ltd Copyright 2017, 2019 Michael Telatynski <7t3chguy@gmail.com> +Copyright 2020 The Matrix.org Foundation C.I.C. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.