From 86b02b93f829ac7038c353e1144a6636d4e02f23 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Tue, 20 Feb 2024 14:30:36 +0000 Subject: [PATCH] Remove empty HostedCommandProvider.js --- .../providers/HostedCommandProvider.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/puter-shell/providers/HostedCommandProvider.js diff --git a/src/puter-shell/providers/HostedCommandProvider.js b/src/puter-shell/providers/HostedCommandProvider.js deleted file mode 100644 index 8564637..0000000 --- a/src/puter-shell/providers/HostedCommandProvider.js +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (C) 2024 Puter Technologies Inc. - * - * This file is part of Phoenix Shell. - * - * Phoenix Shell 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, 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 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 . - */