summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-15 01:56:36 +0000
committermostynb@opera.com <mostynb@opera.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-15 01:56:36 +0000
commit0b00345a7b40a13e870cb69e32d36d44fa8d0f59 (patch)
tree59eb2f2f587953e38633d833d90c84f778936209 /tools
parentebc15655598a731ef084d2e1e7b4e52bee5608be (diff)
downloadchromium_src-0b00345a7b40a13e870cb69e32d36d44fa8d0f59.zip
chromium_src-0b00345a7b40a13e870cb69e32d36d44fa8d0f59.tar.gz
chromium_src-0b00345a7b40a13e870cb69e32d36d44fa8d0f59.tar.bz2
remove sandbox/linux/seccomp-legacy references from licenses.py
sandbox/linux/seccomp-legacy no longer exists in the tree, so let's remove references to it from the license documentation generation script. Review URL: https://codereview.chromium.org/27195007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228592 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-xtools/licenses.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index be06282..00be991 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -87,7 +87,6 @@ ADDITIONAL_PATHS = (
os.path.join('native_client_sdk'),
os.path.join('net', 'tools', 'spdyshark'),
os.path.join('ppapi'),
- os.path.join('sandbox', 'linux', 'seccomp-legacy'),
os.path.join('sdch', 'open-vcdiff'),
os.path.join('testing', 'gmock'),
os.path.join('testing', 'gtest'),
@@ -113,11 +112,6 @@ SPECIAL_CASES = {
"URL": "http://code.google.com/p/nativeclient",
"License": "BSD",
},
- os.path.join('sandbox', 'linux', 'seccomp-legacy'): {
- "Name": "seccompsandbox",
- "URL": "http://code.google.com/p/seccompsandbox",
- "License": "BSD",
- },
os.path.join('sdch', 'open-vcdiff'): {
"Name": "open-vcdiff",
"URL": "http://code.google.com/p/open-vcdiff",