diff options
author | Lei Zhang <thestig@chromium.org> | 2014-05-27 17:15:56 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2014-05-27 17:15:56 -0700 |
commit | 6387aff0a543070a5bbeb78e24113b111dcf690f (patch) | |
tree | d558473081120cf844f3f89fdf8d8c0c8ea9c1fe /core/src/fxcodec | |
parent | 33729cd958b7ef62c00dd7a0aa6ae3bf39ccec66 (diff) | |
download | pdfium-6387aff0a543070a5bbeb78e24113b111dcf690f.tar.xz |
Fix licenses in headers to pass Chromium's checklicenses tool.
BUG=chromium:374943
R=jam@chromium.org
Review URL: https://codereview.chromium.org/303723004
Diffstat (limited to 'core/src/fxcodec')
4 files changed, 19 insertions, 0 deletions
diff --git a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h index 2f91e850a1..0ee74192dd 100644 --- a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h +++ b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h @@ -1,2 +1,8 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com + /* create opj_config.h for CMake */ #define OPJ_HAVE_STDINT_H 1 diff --git a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config_private.h b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config_private.h index 37077fc961..b0d3a351bb 100644 --- a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config_private.h +++ b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config_private.h @@ -1,3 +1,9 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com + /* create opj_config_private.h for CMake */ /* #undef OPJ_HAVE_INTTYPES_H */ diff --git a/core/src/fxcodec/fx_zlib/zlib_v128/trees.h b/core/src/fxcodec/fx_zlib/zlib_v128/trees.h index d35639d82a..8a09b5803a 100644 --- a/core/src/fxcodec/fx_zlib/zlib_v128/trees.h +++ b/core/src/fxcodec/fx_zlib/zlib_v128/trees.h @@ -1,3 +1,4 @@ +/* GENERATED FILE */ /* header created automatically with -DGEN_TREES_H */ local const ct_data static_ltree[L_CODES+2] = { diff --git a/core/src/fxcodec/libjpeg/jconfig.h b/core/src/fxcodec/libjpeg/jconfig.h index 7e291c75bd..ea3c397799 100644 --- a/core/src/fxcodec/libjpeg/jconfig.h +++ b/core/src/fxcodec/libjpeg/jconfig.h @@ -1,3 +1,9 @@ +// Copyright 2014 PDFium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com + /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */ /* see jconfig.doc for explanations */ |