Bug 279065 - x11-toolkits/kproperty: add LICENSE
Summary: x11-toolkits/kproperty: add LICENSE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-kde (group)
URL:
Keywords: easy
Depends on:
Blocks:
 
Reported: 2024-05-17 18:35 UTC by Chris Hutchinson
Modified: 2025-03-08 23:21 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments
git diff against x11-toolkits/kproperty (688 bytes, patch)
2024-05-17 18:36 UTC, Chris Hutchinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2024-05-17 18:35:24 UTC

    
Comment 1 Chris Hutchinson 2024-05-17 18:36:29 UTC
Created attachment 250732 [details]
git diff against x11-toolkits/kproperty

Add LICENSE for x11-toolkits/kproperty
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-03-08 23:20:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3cbc96dc60937d00d491bb89d528d5b834c57fd1

commit 3cbc96dc60937d00d491bb89d528d5b834c57fd1
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2025-03-08 23:09:54 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2025-03-08 23:19:54 +0000

    x11-toolkits/kproperty: add LICENSE

    KProperty is a library, which follows the KDE (Frameworks) licensing
    policy, so it is LGPLv2.1 or (at your option) any later version.
    Parts of the sources (some CMake-related files) are MIT or Boost-
    licensed, but those don't get installed.

    Reported-by: Chris Hutchinson
    PR: 279065

 x11-toolkits/kproperty/Makefile | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)
Comment 3 Adriaan de Groot freebsd_committer freebsd_triage 2025-03-08 23:21:09 UTC
The actual license wasn't GPLv2, but LGPL, thanks for reporting the missing license-info.