From 72c93731969695eb0e11aab170e980555c54a74a Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Mon, 30 Jun 2014 12:30:03 -0700 Subject: Fix checklicenses in chromium --- core/src/fxge/skia/fx_skia_blitter_new.cpp | 4 ++++ core/src/fxge/skia/fx_skia_blitter_new.h | 4 ++++ core/src/fxge/skia/fx_skia_device.cpp | 4 ++++ core/src/fxge/skia/fx_skia_device.h | 4 ++++ 4 files changed, 16 insertions(+) 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_ -- cgit v1.2.3