| commit | f75b84e94b1ca1540295584421de0158d87a9b52 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Sep 29 14:58:28 2011 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Sep 29 14:58:28 2011 +0000 |
| tree | 7d9340c0db11d7a42b843a3465a547e465837b1c | |
| parent | edfe1aac5c6f3a3f3830e86ddea8dbceeb0e6df4 [diff] [blame] |
Add license Review URL: http://codereview.appspot.com/5154044/ git-svn-id: http://skia.googlecode.com/svn/trunk@2366 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/mac/SkSampleNSView.h b/src/utils/mac/SkSampleNSView.h index 9199170..6e38851 100644 --- a/src/utils/mac/SkSampleNSView.h +++ b/src/utils/mac/SkSampleNSView.h
@@ -1,3 +1,11 @@ + +/* + * 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 "SkNSView.h" @interface SkSampleNSView : SkNSView - (id)initWithDefaults;