aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleDrawBitmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleDrawBitmap.cpp')
-rw-r--r--samplecode/SampleDrawBitmap.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/samplecode/SampleDrawBitmap.cpp b/samplecode/SampleDrawBitmap.cpp
index d15f748cc2..aaf112346b 100644
--- a/samplecode/SampleDrawBitmap.cpp
+++ b/samplecode/SampleDrawBitmap.cpp
@@ -1,3 +1,10 @@
+
+/*
+ * Copyright 2011 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
#include "SampleCode.h"
#include "SkView.h"
#include "SkCanvas.h"
@@ -75,4 +82,3 @@ private:
static SkView* MyFactory() { return new DrawBitmapView; }
static SkViewRegister reg(MyFactory);
-