diff options
| author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-03-30 19:13:36 +0530 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 15:18:47 +0200 |
| commit | 13c72e379b8ff14612b86cee85997842f9523a8b (patch) | |
| tree | 764a0a72395a767b989ee8302a753f6090b85ef1 /package/monit | |
| parent | 89fbba72fa2121d7f3e1834e28f96335c3f2bf23 (diff) | |
| download | buildroot-13c72e379b8ff14612b86cee85997842f9523a8b.tar.gz buildroot-13c72e379b8ff14612b86cee85997842f9523a8b.zip | |
package: use SPDX short identifier for AGPLv3
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for AGPLv3 is AGPL-3.0.
This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/AGPLv3/AGPL-3.0/g'
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/monit')
| -rw-r--r-- | package/monit/monit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/monit/monit.mk b/package/monit/monit.mk index f4899c3c0d..dc202fd4d0 100644 --- a/package/monit/monit.mk +++ b/package/monit/monit.mk @@ -6,7 +6,7 @@ MONIT_VERSION = 5.20.0 MONIT_SITE = http://mmonit.com/monit/dist -MONIT_LICENSE = AGPLv3 with OpenSSL exception +MONIT_LICENSE = AGPL-3.0 with OpenSSL exception MONIT_LICENSE_FILES = COPYING # # Touching Makefile.am: |

