diff options
-rwxr-xr-x | net/third_party/nss/patches/applypatches.sh | 4 | ||||
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/third_party/nss/patches/applypatches.sh b/net/third_party/nss/patches/applypatches.sh index b1052c0..8540a40 100755 --- a/net/third_party/nss/patches/applypatches.sh +++ b/net/third_party/nss/patches/applypatches.sh @@ -1,3 +1,7 @@ +# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + # Run this script in the mozilla/security/nss/lib directory in a NSS source # tree. # diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 7528e51..ddd6805 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -144,9 +144,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'net/disk_cache/hash.cc': [ 'UNKNOWN', ], - 'net/third_party/nss/patches/applypatches.sh': [ - 'UNKNOWN', - ], 'net/tools/spdyshark': [ 'GPL (v2 or later)', 'UNKNOWN', |