diff options
Diffstat (limited to 'security/nss/lib/zlib/inffixed.h')
-rw-r--r-- | security/nss/lib/zlib/inffixed.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/nss/lib/zlib/inffixed.h b/security/nss/lib/zlib/inffixed.h index 05640fec3..d62832776 100644 --- a/security/nss/lib/zlib/inffixed.h +++ b/security/nss/lib/zlib/inffixed.h @@ -1,14 +1,10 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - /* inffixed.h -- table for decoding fixed codes * Generated automatically by makefixed(). */ - /* WARNING: this file should *not* be used by applications. It - is part of the implementation of the compression library and - is subject to change. Applications should only use zlib.h. + /* WARNING: this file should *not* be used by applications. + It is part of the implementation of this library and is + subject to change. Applications should only use zlib.h. */ static const code lenfix[512] = { |