summaryrefslogtreecommitdiffstats
path: root/skia/ext
diff options
context:
space:
mode:
authorsenorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-15 21:29:20 +0000
committersenorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-15 21:29:20 +0000
commit6a0f942ce84fe3bb6ba3f491b8c8c32f24ca54a3 (patch)
tree4300c9ca63fed49e850a4afc7aac42ea1cee817d /skia/ext
parent8d888b24fefe3fe1890cf2d80a7d02acbffe95ae (diff)
downloadchromium_src-6a0f942ce84fe3bb6ba3f491b8c8c32f24ca54a3.zip
chromium_src-6a0f942ce84fe3bb6ba3f491b8c8c32f24ca54a3.tar.gz
chromium_src-6a0f942ce84fe3bb6ba3f491b8c8c32f24ca54a3.tar.bz2
Add some missing copyright headers.
R=brettw Review URL: http://codereview.chromium.org/115414 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16185 0039d316-1c4b-4281-b951-d872f2087c98
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 =====