Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Rahul Bedarkar <rahulbedarkar89@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/9] package: use SPDX short identifier for OFL license
Date: Sun,  2 Apr 2017 00:36:23 +0530	[thread overview]
Message-ID: <1491073591-21477-1-git-send-email-rahulbedarkar89@gmail.com> (raw)

We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for OFLv1.0/OFLv1.1 is OFL-1.0/OFL-1.1.

This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/OFLv([1]\.[0-1])/OFL-\1/g'

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
---
 package/cantarell/cantarell.mk                     | 2 +-
 package/font-awesome/font-awesome.mk               | 2 +-
 package/googlefontdirectory/googlefontdirectory.mk | 2 +-
 package/inconsolata/inconsolata.mk                 | 2 +-
 package/liberation/liberation.mk                   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/cantarell/cantarell.mk b/package/cantarell/cantarell.mk
index 3cdf600..2769b35 100644
--- a/package/cantarell/cantarell.mk
+++ b/package/cantarell/cantarell.mk
@@ -9,7 +9,7 @@ CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).25
 CANTARELL_SITE = http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/$(CANTARELL_VERSION_MAJOR)
 CANTARELL_SOURCE = cantarell-fonts-$(CANTARELL_VERSION).tar.xz
 CANTARELL_DEPENDENCIES = host-pkgconf
-CANTARELL_LICENSE = OFLv1.1
+CANTARELL_LICENSE = OFL-1.1
 CANTARELL_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
diff --git a/package/font-awesome/font-awesome.mk b/package/font-awesome/font-awesome.mk
index 3d2ccca..8933783 100644
--- a/package/font-awesome/font-awesome.mk
+++ b/package/font-awesome/font-awesome.mk
@@ -6,7 +6,7 @@
 
 FONT_AWESOME_VERSION = v4.5.0
 FONT_AWESOME_SITE = $(call github,FortAwesome,Font-Awesome,$(FONT_AWESOME_VERSION))
-FONT_AWESOME_LICENSE = OFLv1.1 (font), MIT (CSS, LESS and Sass files)
+FONT_AWESOME_LICENSE = OFL-1.1 (font), MIT (CSS, LESS and Sass files)
 FONT_AWESOME_DIRECTORIES_LIST = css fonts less scss
 
 define FONT_AWESOME_INSTALL_TARGET_CMDS
diff --git a/package/googlefontdirectory/googlefontdirectory.mk b/package/googlefontdirectory/googlefontdirectory.mk
index 0e60892..c34de3b 100644
--- a/package/googlefontdirectory/googlefontdirectory.mk
+++ b/package/googlefontdirectory/googlefontdirectory.mk
@@ -7,7 +7,7 @@
 GOOGLEFONTDIRECTORY_SITE = \
 	https://s3.amazonaws.com/joemaller_google_webfonts
 GOOGLEFONTDIRECTORY_SOURCE = googlewebfonts.tgz
-GOOGLEFONTDIRECTORY_LICENSE = OFLv1.1
+GOOGLEFONTDIRECTORY_LICENSE = OFL-1.1
 
 GOOGLEFONTDIRECTORY_FONTS = \
 	$(call qstrip,$(BR2_PACKAGE_GOOGLEFONTDIRECTORY_FONTS))
diff --git a/package/inconsolata/inconsolata.mk b/package/inconsolata/inconsolata.mk
index 2f53b98..3fe3895 100644
--- a/package/inconsolata/inconsolata.mk
+++ b/package/inconsolata/inconsolata.mk
@@ -8,7 +8,7 @@ INCONSOLATA_VERSION = 001.010
 INCONSOLATA_SITE = http://snapshot.debian.org/archive/debian/20090524T155154Z/pool/main/t/ttf-inconsolata
 INCONSOLATA_SOURCE = ttf-inconsolata_$(INCONSOLATA_VERSION).orig.tar.gz
 INCONSOLATA_TARGET_DIR = $(TARGET_DIR)/usr/share/fonts/inconsolata
-INCONSOLATA_LICENSE = OFLv1.0
+INCONSOLATA_LICENSE = OFL-1.0
 INCONSOLATA_LICENSE_FILES = OFL.txt
 
 define INCONSOLATA_INSTALL_TARGET_CMDS
diff --git a/package/liberation/liberation.mk b/package/liberation/liberation.mk
index a77c014..cabee17 100644
--- a/package/liberation/liberation.mk
+++ b/package/liberation/liberation.mk
@@ -8,7 +8,7 @@ LIBERATION_VERSION = 2.00.1
 LIBERATION_SITE = https://releases.pagure.org/liberation-fonts
 LIBERATION_SOURCE = liberation-fonts-ttf-$(LIBERATION_VERSION).tar.gz
 LIBERATION_TARGET_DIR = $(TARGET_DIR)/usr/share/fonts/liberation
-LIBERATION_LICENSE = OFLv1.1
+LIBERATION_LICENSE = OFL-1.1
 LIBERATION_LICENSE_FILES = LICENSE
 
 ifeq ($(BR2_PACKAGE_LIBERATION_MONO),y)
-- 
2.7.4

             reply	other threads:[~2017-04-01 19:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-01 19:06 Rahul Bedarkar [this message]
2017-04-01 19:06 ` [Buildroot] [PATCH 2/9] package: use SPDX short identifier for libpng license Rahul Bedarkar
2017-04-01 19:06 ` [Buildroot] [PATCH 3/9] libraw: use SPDX short identifier for CDDL license Rahul Bedarkar
2017-04-01 19:06 ` [Buildroot] [PATCH 4/9] package: use SPDX short identifier for ZPL license Rahul Bedarkar
2017-04-01 19:06 ` [Buildroot] [PATCH 5/9] wpan-tools: correct license name Rahul Bedarkar
2017-04-01 19:06 ` [Buildroot] [PATCH 6/9] ntp: use SPDX short identifier for ntp license Rahul Bedarkar
2017-04-01 19:06 ` [Buildroot] [PATCH 7/9] python-nfc: use SPDX short identifier for EUPL license Rahul Bedarkar
2017-04-01 19:06 ` [Buildroot] [PATCH 8/9] package: use SPDX short identifier for EPL license Rahul Bedarkar
2017-04-01 19:06 ` [Buildroot] [PATCH 9/9] php: add version to license string Rahul Bedarkar
2017-04-01 20:40 ` [Buildroot] [PATCH 1/9] package: use SPDX short identifier for OFL license Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491073591-21477-1-git-send-email-rahulbedarkar89@gmail.com \
    --to=rahulbedarkar89@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox