aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/mac
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-17 14:08:18 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-17 14:08:18 +0000
commit6c5bf8d9fe6fe263f583a4c22d04e3be879ecfeb (patch)
tree9fc96ea91a9509def6b9ad32fc96241ba5683bae /src/utils/mac
parent6843ac4bebd00eef9af28f9f069e7c188b466af3 (diff)
Added BSD license language where missing.
See Chromium bug 98464, Review URL: https://codereview.appspot.com/5671083 git-svn-id: http://skia.googlecode.com/svn/trunk@3218 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/utils/mac')
-rw-r--r--src/utils/mac/SampleAppDelegate.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/utils/mac/SampleAppDelegate.h b/src/utils/mac/SampleAppDelegate.h
index 7467315fcf..8f2bead7bd 100644
--- a/src/utils/mac/SampleAppDelegate.h
+++ b/src/utils/mac/SampleAppDelegate.h
@@ -1,3 +1,12 @@
+
+/*
+ * Copyright 2011 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
#import <Cocoa/Cocoa.h>
#import "SkSampleNSView.h"
#import "SkOptionsTableView.h"