Skip to content

Commit e291bf9

Browse files
committed
treewide: add missing licenses
1 parent 75cc929 commit e291bf9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+109
-15
lines changed

classes/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# buildScript: linuxBuildHeaders
5858
# packageScript: linuxInstallHeaders $1
5959
#
60-
inherit: [cpackage, make, pkg-config]
60+
inherit: [cpackage, make, pkg-config, licenses]
6161

6262
depends:
6363
- tools:

recipes/bsp/intel/microcode.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
metaEnvironment:
22
PKG_DESCRIPTION: "Intel Processor Microcode Package for Linux"
3-
PKG_LICENSE_FILE: "license"
3+
PKG_LICENSE: "LicenseRef-intel-microcode"
4+
PKG_LICENSE_PATH: "intel-microcode:license"
45
PKG_VERSION: "20250211"
56

67
checkoutSCM:

recipes/devel/doxygen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ inherit: [cmake]
22

33
metaEnvironment:
44
PKG_VERSION: "1.10.0"
5+
PKG_LICENSE: "GPL-2.0-or-later"
56

67
checkoutSCM:
78
scm: url

recipes/devel/dtc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ inherit: [make, cpackage, install]
22

33
metaEnvironment:
44
PKG_VERSION: "1.6.1"
5+
PKG_LICENSE: "GPL-2.0-or-later"
56

67
checkoutSCM:
78
scm: url

recipes/devel/intltool.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ inherit: [autotools, perl5]
22

33
metaEnvironment:
44
PKG_VERSION: "0.50.2"
5+
PKG_LICENSE: "GPL-2.0-only"
56

67
depends:
78
- perl::xml-parser-dev

recipes/devel/lief.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ inherit: [cmake, python3]
22

33
metaEnvironment:
44
PKG_VERSION: "0.17.1"
5+
PKG_LICENSE: "Apache-2.0"
56

67
checkoutSCM:
78
scm: url

recipes/devel/makedepend.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ inherit: [autotools]
22

33
metaEnvironment:
44
PKG_VERSION: "1.0.5"
5+
PKG_LICENSE: "MIT-open-group AND HPND"
56

67
depends:
78
- graphics::xorg::proto::xorgproto

recipes/devel/rpcsvc-proto.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ inherit: [autotools]
22

33
metaEnvironment:
44
PKG_VERSION: "1.4.4"
5+
PKG_LICENSE: "BSD-3-Clause"
56

67
checkoutSCM:
78
scm: url

recipes/graphics/fonts/dejavu.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ inherit: [install]
22

33
metaEnvironment:
44
PKG_VERSION: "2.37"
5+
PKG_LICENSE: "LicenseRef-fontDejavu"
6+
PKG_LICENSE_PATH:
7+
fontDejavu:LICENSE
58

69
checkoutSCM:
710
scm: url

recipes/graphics/fonts/font-util.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ inherit: [autotools]
33
metaEnvironment:
44
PKG_VERSION: "1.4.1"
55
PKG_DESCRIPTION: "X.Org font utilities"
6-
PKG_LICENCE_FILE: "COPYING"
6+
PKG_LICENSE: "LicenseRef-fontutil"
7+
PKG_LICENSE_PATH: |
8+
fontutil:COPYING
79
810
checkoutSCM:
911
scm: url

0 commit comments

Comments
 (0)