diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-06-30 12:30:03 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-06-30 12:32:05 -0700 |
commit | 72c93731969695eb0e11aab170e980555c54a74a (patch) | |
tree | 2eeb2b0782e9889963bac7752b6f7c47dd33f568 | |
parent | 287e11a213d3197ac3e321acf294d903b271c269 (diff) | |
download | pdfium-72c93731969695eb0e11aab170e980555c54a74a.tar.xz |
Fix checklicenses in chromium
-rw-r--r-- | core/src/fxge/skia/fx_skia_blitter_new.cpp | 4 | ||||
-rw-r--r-- | core/src/fxge/skia/fx_skia_blitter_new.h | 4 | ||||
-rw-r--r-- | core/src/fxge/skia/fx_skia_device.cpp | 4 | ||||
-rw-r--r-- | core/src/fxge/skia/fx_skia_device.h | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/core/src/fxge/skia/fx_skia_blitter_new.cpp b/core/src/fxge/skia/fx_skia_blitter_new.cpp index 5ba6e8a20f..a107485d72 100644 --- a/core/src/fxge/skia/fx_skia_blitter_new.cpp +++ b/core/src/fxge/skia/fx_skia_blitter_new.cpp @@ -1,3 +1,7 @@ +// 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. + #include "../../../include/fxge/fx_ge.h" //#define _SKIA_SUPPORT_ #if defined(_SKIA_SUPPORT_) diff --git a/core/src/fxge/skia/fx_skia_blitter_new.h b/core/src/fxge/skia/fx_skia_blitter_new.h index 6f88065d99..6482832fe9 100644 --- a/core/src/fxge/skia/fx_skia_blitter_new.h +++ b/core/src/fxge/skia/fx_skia_blitter_new.h @@ -1,3 +1,7 @@ +// 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. + #ifndef _FX_SKIABLITTER_H_ #define _FX_SKIABLITTER_H_ //#define _SKIA_SUPPORT_ diff --git a/core/src/fxge/skia/fx_skia_device.cpp b/core/src/fxge/skia/fx_skia_device.cpp index 3661d5d828..00fe228476 100644 --- a/core/src/fxge/skia/fx_skia_device.cpp +++ b/core/src/fxge/skia/fx_skia_device.cpp @@ -1,3 +1,7 @@ +// 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. + #include "../../../include/fxge/fx_ge.h" //#define _SKIA_SUPPORT_ #if defined(_SKIA_SUPPORT_) diff --git a/core/src/fxge/skia/fx_skia_device.h b/core/src/fxge/skia/fx_skia_device.h index a001d1a03f..e92af2269e 100644 --- a/core/src/fxge/skia/fx_skia_device.h +++ b/core/src/fxge/skia/fx_skia_device.h @@ -1,3 +1,7 @@ +// 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. + #ifndef _FX_SKIA_DEVICE_DRIVER_ #define _FX_SKIA_DEVICE_DRIVER_ //#define _SKIA_SUPPORT_ |