Skip to content

Fix typo: notification-manager.* is licensed with some kind of LGPL

Marco Mattiolo requested to merge (removed):tiol-master-patch-93304 into master

@bshah @jbbgameich @nicolasfella @andreyev Hi!

I believe there's a typo in the license header of kde-telephony-daemon/src/notification-manager.cpp. Listed licenses are:

  • LGPL-2.1-only
  • LGPL-3.0-only
  • LicenseRef-KDE-Accepted-GPL

That is, 2 kinds of LGPL and 1 GPL... maybe the intended license is some kind of LGPL, hence the last license shall be LicenseRef-KDE-Accepted-LGPL?

Another reason to support my typo hypothesis is the license of notification-manager.h:

// SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL

For the Debian packaging, I am following the typo hypothesis. Please let me know if I'm wrong.

Merge request reports