From 15b5b30d829747446abbc9b996b14f82bf606c49 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 1 Mar 2024 22:25:49 +0000
Subject: [PATCH 1/2] chore(deps): update dependency rollup-plugin-license to
v2.9.1
---
package.json | 2 +-
pnpm-lock.yaml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 270227517..6234215d7 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"rollup-plugin-chrome-extension": "3.6.10",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-empty-dir": "1.0.5",
- "rollup-plugin-license": "2.8.1",
+ "rollup-plugin-license": "2.9.1",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-svelte": "7.1.6",
"rollup-plugin-terser": "7.0.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fd31a32f2..518e4c355 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -59,8 +59,8 @@ devDependencies:
specifier: 1.0.5
version: 1.0.5(rollup@2.79.1)
rollup-plugin-license:
- specifier: 2.8.1
- version: 2.8.1(rollup@2.79.1)
+ specifier: 2.9.1
+ version: 2.9.1(rollup@2.79.1)
rollup-plugin-postcss:
specifier: 4.0.2
version: 4.0.2(postcss@8.4.30)
@@ -2949,8 +2949,8 @@ packages:
rollup: 2.79.1
dev: true
- /rollup-plugin-license@2.8.1(rollup@2.79.1):
- resolution: {integrity: sha512-VYd9pzaNL7NN6xQp93XiiCV2UoduXgSmTcz6rl9bHPdiifT6yH3Zw/omEr73Rq8TIyN4nqJACBbKIT/2eE66wg==}
+ /rollup-plugin-license@2.9.1(rollup@2.79.1):
+ resolution: {integrity: sha512-C26f/bFXR52tzpBMllDnf5m2ETqRuyrrj3m8i3YY4imDwbXtunop+Lj1mO9mn/sZF8gKknOycN1Sm+kMGBd6RA==}
engines: {node: '>=10.0.0'}
peerDependencies:
rollup: ^1.0.0 || ^2.0.0
From d5e5e52d3ebfea847b1ed8adb0e8f1d85e84bcde Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 1 Mar 2024 22:26:37 +0000
Subject: [PATCH 2/2] chore(license): add license header to files
---
postcss.config.cjs | 16 ++++++++++++++++
rollup.config.js | 16 ++++++++++++++++
src/background.html | 16 ++++++++++++++++
src/background.js | 16 ++++++++++++++++
src/popup/Login.svelte | 16 ++++++++++++++++
src/popup/Popup.svelte | 16 ++++++++++++++++
src/popup/Settings.svelte | 16 ++++++++++++++++
src/popup/TermsOfService.svelte | 16 ++++++++++++++++
src/popup/components/Error.svelte | 16 ++++++++++++++++
src/popup/components/Footer.svelte | 16 ++++++++++++++++
src/popup/components/LazyLoader.svelte | 16 ++++++++++++++++
src/popup/components/Navbar.svelte | 16 ++++++++++++++++
src/popup/index.html | 16 ++++++++++++++++
src/popup/index.js | 16 ++++++++++++++++
src/popup/style.css | 16 ++++++++++++++++
src/stores.js | 16 ++++++++++++++++
src/util/auth.js | 16 ++++++++++++++++
src/util/chromeStorageSyncStore.js | 16 ++++++++++++++++
src/util/credentials.js | 16 ++++++++++++++++
src/util/encryption.js | 16 ++++++++++++++++
src/util/halo.js | 16 ++++++++++++++++
src/util/util.js | 16 ++++++++++++++++
tailwind.config.cjs | 16 ++++++++++++++++
23 files changed, 368 insertions(+)
diff --git a/postcss.config.cjs b/postcss.config.cjs
index 7a8995be5..4c850c1cd 100644
--- a/postcss.config.cjs
+++ b/postcss.config.cjs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2024 Elijah Olmos
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, version 3.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
+ */
+
/*
* Copyright (C) 2023 Elijah Olmos
*
diff --git a/rollup.config.js b/rollup.config.js
index c7a70af28..aa3a02bc7 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2024 Elijah Olmos
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, version 3.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see .
+ */
+
/*
* Copyright (C) 2023 Elijah Olmos
*
diff --git a/src/background.html b/src/background.html
index d3391abb5..ab2a5263d 100644
--- a/src/background.html
+++ b/src/background.html
@@ -1,3 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+