Skip to content

Commit

Permalink
Relicense rules-recipes
Browse files Browse the repository at this point in the history
Relicense to BSD 2 Clause
Closes #15
  • Loading branch information
priv-kweihmann committed Feb 9, 2019
1 parent 7da7005 commit 73f0282
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
SUMMARY = "Ruleset for pylint on image-level"
DESCRIPTION = " Rules to configured how pylint is affecting the build"
AUTHOR = "Konrad Weihmann <kweihmann@phoenixcontact.com>"
DESCRIPTION = " Rules to configure how pylint is affecting the build"
AUTHOR = "Konrad Weihmann <kweihmann@outlook.com>"

SRC_URI = "file://suppress \
file://fatal"

LICENSE = "CLOSED"
LICENSE ?= "BSD-2-Clause"
LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d6378"

BBCLASSEXTEND = "native"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
SUMMARY = "Ruleset for shellcheck"
DESCRIPTION = " Rules to configured how shellcheck is affecting the build"
DESCRIPTION = " Rules to configure how shellcheck is affecting the build"

SRC_URI = "file://suppress \
file://fatal"

LICENSE = "CLOSED"
LICENSE ?= "BSD-2-Clause"
LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d6378"

BBCLASSEXTEND = "native"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
SUMMARY = "Ruleset for cppcheck"
DESCRIPTION = " Rules to configured how cppcheck is affecting the build"
DESCRIPTION = " Rules to configure how cppcheck is affecting the build"

SRC_URI = "file://suppress \
file://fatal \
file://empty-catch-block.rule \
file://strlen-empty-str.rule"

LICENSE = "CLOSED"
LICENSE ?= "BSD-2-Clause"
LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d6378"

BBCLASSEXTEND = "native"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
SUMMARY = "Ruleset for cpplint"
DESCRIPTION = " Rules to configured how cpplint is affecting the build"
DESCRIPTION = " Rules to configure how cpplint is affecting the build"

SRC_URI = "file://suppress \
file://fatal"

LICENSE = "CLOSED"
LICENSE ?= "BSD-2-Clause"
LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d6378"

BBCLASSEXTEND = "native"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ DESCRIPTION = " Rules to configure how gcc is affecting the build"
SRC_URI = "file://suppress \
file://fatal"

LICENSE = "CLOSED"
LICENSE ?= "BSD-2-Clause"
LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d6378"

BBCLASSEXTEND = "native"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
SUMMARY = "Ruleset for pylint"
DESCRIPTION = " Rules to configured how pylint is affecting the build"
AUTHOR = "Konrad Weihmann <kweihmann@phoenixcontact.com>"
DESCRIPTION = " Rules to configure how pylint is affecting the build"
AUTHOR = "Konrad Weihmann <kweihmann@outlook.com>"

SRC_URI = "file://suppress \
file://fatal"

LICENSE = "CLOSED"
LICENSE ?= "BSD-2-Clause"
LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d6378"

BBCLASSEXTEND = "native"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
SUMMARY = "Ruleset for shellcheck"
DESCRIPTION = " Rules to configured how shellcheck is affecting the build"
DESCRIPTION = " Rules to configure how shellcheck is affecting the build"

SRC_URI = "file://suppress \
file://fatal"

LICENSE = "CLOSED"
LICENSE ?= "BSD-2-Clause"
LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d6378"

BBCLASSEXTEND = "native"

Expand Down

0 comments on commit 73f0282

Please sign in to comment.