From 45005cc3e19cc5367cb94081d406b4559579c478 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 1 Mar 2026 02:26:51 +0000
Subject: [PATCH] Remove copyright/license header blocks from updatechecker.py,
window.py, main.py
Co-authored-by: wheaney <42350981+wheaney@users.noreply.github.com>
---
ui/src/main.py | 19 -------------------
ui/src/updatechecker.py | 19 -------------------
ui/src/window.py | 19 -------------------
3 files changed, 57 deletions(-)
diff --git a/ui/src/main.py b/ui/src/main.py
index 95428ef..01368f6 100644
--- a/ui/src/main.py
+++ b/ui/src/main.py
@@ -1,22 +1,3 @@
-# main.py
-#
-# Copyright 2024 Unknown
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
import os
import sys
import gi
diff --git a/ui/src/updatechecker.py b/ui/src/updatechecker.py
index 0ff6f6a..4b487bf 100644
--- a/ui/src/updatechecker.py
+++ b/ui/src/updatechecker.py
@@ -1,22 +1,3 @@
-# updatechecker.py
-#
-# Copyright 2024 Unknown
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
import json
import logging
import os
diff --git a/ui/src/window.py b/ui/src/window.py
index 56fa815..30df74a 100644
--- a/ui/src/window.py
+++ b/ui/src/window.py
@@ -1,22 +1,3 @@
-# window.py
-#
-# Copyright 2024 Unknown
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
-
from gi.repository import Gtk, GLib
from .extensionsmanager import ExtensionsManager
from .license import BREEZY_GNOME_FEATURES