From 6387aff0a543070a5bbeb78e24113b111dcf690f Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 27 May 2014 17:15:56 -0700 Subject: Fix licenses in headers to pass Chromium's checklicenses tool. BUG=chromium:374943 R=jam@chromium.org Review URL: https://codereview.chromium.org/303723004 --- core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h | 6 ++++++ core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config_private.h | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'core/src/fxcodec/fx_libopenjpeg') 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 */ -- cgit v1.2.3