Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Fix license in package.json
Open rudolfs opened 1 year ago
3 files changed +2 -8 f34522b6 7ef907f4
modified package-lock.json
@@ -8,7 +8,7 @@
      "name": "radicle-desktop",
      "version": "0.0.0",
      "hasInstallScript": true,
-
      "license": "MIT",
+
      "license": "GPL-3.0-only",
      "dependencies": {
        "@tauri-apps/api": "^2.1.1",
        "@tauri-apps/plugin-clipboard-manager": "^2.2.0",
modified package.json
@@ -23,7 +23,7 @@
  "engines": {
    "node": "22.11.0"
  },
-
  "license": "MIT",
+
  "license": "GPL-3.0-only",
  "dependencies": {
    "@tauri-apps/api": "^2.1.1",
    "@tauri-apps/plugin-clipboard-manager": "^2.2.0",
modified src/lib/mutexExecutor.ts
@@ -1,9 +1,3 @@
-
// Copyright © 2021 The Radicle Upstream Contributors
-
//
-
// This file is part of radicle-upstream, distributed under the GPLv3
-
// with Radicle Linking Exception. For full terms see the included
-
// LICENSE file.
-

//@ts-expect-error the typescript bindings are out of date.
import * as Bacon from "baconjs";