diff options
| author | Danomi Manchego <danomimanchego123@gmail.com> | 2017-02-18 00:38:52 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-20 22:16:01 +0100 |
| commit | a3a2dbc409a950823c3a1547392943d2067a8311 (patch) | |
| tree | 29bc7ace277a09a3afcd2a5baf6577e9eaed43dc /package/openssh | |
| parent | 23b6afdacd04c709f2b6a5955c994160de848c99 (diff) | |
| download | buildroot-a3a2dbc409a950823c3a1547392943d2067a8311.tar.gz buildroot-a3a2dbc409a950823c3a1547392943d2067a8311.zip | |
packages: improve license type lists
Make license type lists more uniform:
* put content license applies to in parenthesis; ex: "GPLv2+ (programs)"
* use commas to separate types listed without conjuction; ex: "GPLv2, LGPLv2"
No attempt was made to validate the claimed licenses. This is just a tweak
to increase uniformity of the _LICENSE variables.
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
[Thomas: replace semi-colons by commas in LIBURCU_LICENSE.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openssh')
| -rw-r--r-- | package/openssh/openssh.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk index dd8350b19d..ce37ee7ff2 100644 --- a/package/openssh/openssh.mk +++ b/package/openssh/openssh.mk @@ -6,7 +6,7 @@ OPENSSH_VERSION = 7.4p1 OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable -OPENSSH_LICENSE = BSD-3c BSD-2c Public Domain +OPENSSH_LICENSE = BSD-3c, BSD-2c, Public Domain OPENSSH_LICENSE_FILES = LICENCE OPENSSH_CONF_ENV = LD="$(TARGET_CC)" LDFLAGS="$(TARGET_CFLAGS)" OPENSSH_CONF_OPTS = \ |

