diff options
| author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-03-30 19:13:40 +0530 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 15:27:17 +0200 |
| commit | ceeef317679f4e70f0836103e88c23d9deb71eae (patch) | |
| tree | a73ee722ba85d5f192a77fa90fa00f010f8d5997 /package/ngrep | |
| parent | 96e9480fbc71a39d473be5d4f73b4d15b5029a8f (diff) | |
| download | buildroot-ceeef317679f4e70f0836103e88c23d9deb71eae.tar.gz buildroot-ceeef317679f4e70f0836103e88c23d9deb71eae.zip | |
package: use SPDX short identifier for BSD-4c
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for BSD-4c is BSD-4-Clause.
This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-4c/BSD-4-Clause/g'
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ngrep')
| -rw-r--r-- | package/ngrep/ngrep.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ngrep/ngrep.mk b/package/ngrep/ngrep.mk index 8daaf2d8ac..f6238e659b 100644 --- a/package/ngrep/ngrep.mk +++ b/package/ngrep/ngrep.mk @@ -7,7 +7,7 @@ NGREP_VERSION = 1.45 NGREP_SOURCE = ngrep-$(NGREP_VERSION).tar.bz2 NGREP_SITE = http://downloads.sourceforge.net/project/ngrep/ngrep/$(NGREP_VERSION) -NGREP_LICENSE = BSD-4c-like +NGREP_LICENSE = BSD-4-Clause-like NGREP_LICENSE_FILES = LICENSE.txt NGREP_INSTALL_STAGING = YES |

