summaryrefslogtreecommitdiffstats
path: root/skia/ext
diff options
context:
space:
mode:
Diffstat (limited to 'skia/ext')
-rw-r--r--skia/ext/SkMemory_new_handler.cpp4
-rw-r--r--skia/ext/SkTypeface_fake.cpp4
2 files changed, 8 insertions, 0 deletions
diff --git a/skia/ext/SkMemory_new_handler.cpp b/skia/ext/SkMemory_new_handler.cpp
index 7e45d26..0ccc1e0 100644
--- a/skia/ext/SkMemory_new_handler.cpp
+++ b/skia/ext/SkMemory_new_handler.cpp
@@ -1,3 +1,7 @@
+// Copyright (c) 2009 The Chromium 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 "SkTypes.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/skia/ext/SkTypeface_fake.cpp b/skia/ext/SkTypeface_fake.cpp
index 6aaf3b0..dea36a1 100644
--- a/skia/ext/SkTypeface_fake.cpp
+++ b/skia/ext/SkTypeface_fake.cpp
@@ -1,3 +1,7 @@
+// Copyright (c) 2009 The Chromium 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 "SkTypeface.h"
// ===== Begin Chrome-specific definitions =====