chore(license): Relicense library + service to MPL-2.0
As the sole author of the library and service, I elect to relicense the code that I have written from GPL-3.0 to MPL-2.0. This is to preserve copyleft-ability while permitting linking of pop-launcher's libraries. The launcher binary and its plugins shall remain as GPL-3.0, as they are separate binaries with no need for linking to a frontend.
This commit is contained in:
parent
9f782113d2
commit
ed7b6a9bd0
16 changed files with 402 additions and 37 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2021 System76 <info@system76.com>
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
use pop_launcher_plugins as plugins;
|
||||
use pop_launcher_service as service;
|
||||
use smol::block_on;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue