Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 5 additions & 21 deletions src/Services/PluginManager.vala
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
/***
BEGIN LICENSE

Copyright (C) 2019–2024 elementary, Inc. <https://elementary.io>
2013 Mario Guerriero <[email protected]>

This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License version 3, as published
by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranties of
MERCHANTABILITY, SATISFACTORY QUALITY, 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 <http://www.gnu.org/licenses/>

END LICENSE
***/
/*
* SPDX-License-Identifier: LGPL-3.0-or-later
* SPDX-FileCopyrightText: 2019-2025 elementary, Inc. (https://elementary.io)
* 2013 Mario Guerriero <[email protected]>
*/

namespace Scratch.Services {
// Interface implemented by all plugins
Expand Down