See whether we can whitelist 'GPL (v3 or later)' for the output of Bison

run on wiretap/ascend.y.

svn path=/trunk/; revision=48908
This commit is contained in:
Guy Harris 2013-04-18 02:06:53 +00:00
parent 4b34417a5e
commit 6bfd0bb9d5
1 changed files with 6 additions and 0 deletions

View File

@ -122,6 +122,12 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'tools/pidl': [
'UNKNOWN',
],
'wiretap/ascend.c': [
'GPL (v3 or later)',
],
'wiretap/ascend.h': [
'GPL (v3 or later)',
]
}