[TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts.

Caught by Stanislav. Sorry for the oversight!
This commit is contained in:
Hermès Bélusca-Maïto 2023-06-15 19:45:15 +02:00
parent f4735ccc9b
commit c706222f3f
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
39 changed files with 39 additions and 39 deletions

View file

@ -1,6 +1,6 @@
/*
* PROJECT: ReactOS Task Manager
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
* PURPOSE: Graph Plotting controls.
* COPYRIGHT: Copyright 2002 Robert Dickenson <robd@reactos.org>
* Copyright 2021 Wu Haotian <rigoligo03@gmail.com>