aboutsummaryrefslogtreecommitdiff
path: root/exampleData
diff options
context:
space:
mode:
authorGravatar Trevor Elliott <trevor@galois.com>2013-06-14 14:03:06 -0700
committerGravatar Trevor Elliott <trevor@galois.com>2013-06-14 14:05:53 -0700
commit449b6cf00d62cfb785203f84c75d9161ce56b829 (patch)
tree9d75f7bb5cb6d2892123e17ef86c700902ba662f /exampleData
parentdaf039936b1c0134ab779c3b0607ed9f58fd5eca (diff)
Add a license field to the rule set structure and manifest
Diffstat (limited to 'exampleData')
-rw-r--r--exampleData/ruleSets/colorRules.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleData/ruleSets/colorRules.json b/exampleData/ruleSets/colorRules.json
index bcfce72..300793a 100644
--- a/exampleData/ruleSets/colorRules.json
+++ b/exampleData/ruleSets/colorRules.json
@@ -6,6 +6,7 @@
{ "name": "Color Guidelines"
, "description": "Foreground/background color guidelines"
+, "license": "BSD3"
, "rules":
[ "colorRules/foregroundCheck.js"
, "colorRules/backgroundCheck.js"