Skip to content

Commit 797d459

Browse files
committed
treewide: add missing licenses
1 parent ce2b3bd commit 797d459

Some content is hidden

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

90 files changed

+118
-0
lines changed

recipes/core/coreutils.yaml

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

33
metaEnvironment:
44
PKG_VERSION: "9.5"
5+
PKG_LICENSE: "GFDL-1.3-or-later AND GPL-3.0-or-later"
56

67
depends:
78
- libs::gmp-dev

recipes/core/util-linux.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ inherit: [autotools]
33
metaEnvironment:
44
PKG_VERSION_MAJOR: "2.40"
55
PKG_VERSION: "2.40.2"
6+
PKG_LICENSE: "LicenseRef-util-linux"
7+
PKG_LICENSE_PATH:
8+
util-linux:README.licensing
69

710
depends:
811
- libs::ncurses-dev

recipes/devel/autoconf-2.69.yaml

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

33
metaEnvironment:
44
PKG_VERSION: "2.69"
5+
PKG_LICENSE: "GPL-2.0 AND GPL-3.0 WITH Autoconf-exception-3.0"
56

67
checkoutSCM:
78
scm: url

recipes/devel/autoconf-archive.yaml

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

33
metaEnvironment:
44
PKG_VERSION: "2023.02.20"
5+
PKG_LICENSE: "GPL-3.0-or-later WITH Autoconf-exception-3.0"
56

67
checkoutSCM:
78
scm: url

recipes/devel/autoconf.yaml

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

33
metaEnvironment:
44
PKG_VERSION: "2.72"
5+
PKG_LICENSE: "GPL-2.0 AND GPL-3.0 WITH Autoconf-exception-3.0"
56

67
checkoutSCM:
78
scm: url

recipes/devel/automake.yaml

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

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

67
depends:
78
- devel::autoconf

recipes/devel/binutils.yaml

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

33
metaEnvironment:
44
PKG_VERSION: "2.45"
5+
PKG_LICENSE: "FSFAP AND GFDL-1.3 AND GPL-2.0-or-later AND LGPL-2.0-or-later"
56

67
checkoutSCM:
78
scm: url

recipes/devel/bison.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: "3.8.2"
5+
PKG_LICENSE: "GPL-3.0-or-later"
56

67
# parallel make sometimes fails in examples/c/reccalc/...
78
jobServer: False

recipes/devel/cmake.yaml

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

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

67
checkoutSCM:
78
scm: url

recipes/devel/compat/binutils.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: "2.34"
5+
PKG_LICENSE: "FSFAP AND GFDL-1.3 AND GPL-2.0-or-later AND LGPL-2.0-or-later"
56

67
checkoutSCM:
78
scm: url

0 commit comments

Comments
 (0)