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/gpu/src/GrAAHairLinePathRenderer.cpp b/gpu/src/GrAAHairLinePathRenderer.cpp
index 6c136e2..f16c8ef 100644
--- a/gpu/src/GrAAHairLinePathRenderer.cpp
+++ b/gpu/src/GrAAHairLinePathRenderer.cpp
@@ -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.
+ */
+
 #include "GrAAHairLinePathRenderer.h"
 
 #include "GrContext.h"
diff --git a/src/utils/mac/SkEventNotifier.mm b/src/utils/mac/SkEventNotifier.mm
index f4f8a63..0864380 100644
--- a/src/utils/mac/SkEventNotifier.mm
+++ b/src/utils/mac/SkEventNotifier.mm
@@ -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 "SkEventNotifier.h"
 #include "SkEvent.h"
 #define SkEventClass @"SkEvenClass"
diff --git a/src/utils/mac/SkNSView.h b/src/utils/mac/SkNSView.h
index 0f19e89..5ae7ad5 100644
--- a/src/utils/mac/SkNSView.h
+++ b/src/utils/mac/SkNSView.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 <QuartzCore/QuartzCore.h>
 #import <Cocoa/Cocoa.h>
 #import "SkWindow.h"
diff --git a/src/utils/mac/SkNSView.mm b/src/utils/mac/SkNSView.mm
index a21a4bb..8e9e30f 100644
--- a/src/utils/mac/SkNSView.mm
+++ b/src/utils/mac/SkNSView.mm
@@ -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"s
 #include "SkCanvas.h"
 #include "SkCGUtils.h"
diff --git a/src/utils/mac/SkOSWindow_Mac.cpp b/src/utils/mac/SkOSWindow_Mac.cpp
index 2940cbd..d41c9a7 100644
--- a/src/utils/mac/SkOSWindow_Mac.cpp
+++ b/src/utils/mac/SkOSWindow_Mac.cpp
@@ -5,6 +5,7 @@
  * Use of this source code is governed by a BSD-style license that can be
  * found in the LICENSE file.
  */
+
 #include "SkTypes.h"
 
 #if defined(SK_BUILD_FOR_MAC) && !defined(SK_USE_WXWIDGETS)
diff --git a/src/utils/mac/SkOptionsTableView.h b/src/utils/mac/SkOptionsTableView.h
index 33dc29f..1f9b36a 100644
--- a/src/utils/mac/SkOptionsTableView.h
+++ b/src/utils/mac/SkOptionsTableView.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 <Cocoa/Cocoa.h>
 #import "SkNSView.h"
 #import "SkOSMenu.h"
diff --git a/src/utils/mac/SkOptionsTableView.mm b/src/utils/mac/SkOptionsTableView.mm
index d905f9b..2ee025e 100644
--- a/src/utils/mac/SkOptionsTableView.mm
+++ b/src/utils/mac/SkOptionsTableView.mm
@@ -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 "SkOptionsTableView.h"
 #import "SkTextFieldCell.h"
 @implementation SkOptionItem
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;
diff --git a/src/utils/mac/SkSampleNSView.mm b/src/utils/mac/SkSampleNSView.mm
index 8455f94..0d3abd6 100644
--- a/src/utils/mac/SkSampleNSView.mm
+++ b/src/utils/mac/SkSampleNSView.mm
@@ -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 "SkSampleNSView.h"
 #include "SampleApp.h"
 @implementation SkSampleNSView
diff --git a/src/utils/mac/SkTextFieldCell.h b/src/utils/mac/SkTextFieldCell.h
index c3b8f4d..93d0e4d 100644
--- a/src/utils/mac/SkTextFieldCell.h
+++ b/src/utils/mac/SkTextFieldCell.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>
 //A text field cell that has vertically centered text
 @interface SkTextFieldCell : NSTextFieldCell {
diff --git a/src/utils/mac/SkTextFieldCell.m b/src/utils/mac/SkTextFieldCell.m
index 4455482..7aa094d 100644
--- a/src/utils/mac/SkTextFieldCell.m
+++ b/src/utils/mac/SkTextFieldCell.m
@@ -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 "SkTextFieldCell.h"
 @implementation SkTextFieldCell
 - (NSRect)drawingRectForBounds:(NSRect)theRect {
diff --git a/src/utils/mac/skia_mac.mm b/src/utils/mac/skia_mac.mm
index 5e3d9e1..3bb15b4 100644
--- a/src/utils/mac/skia_mac.mm
+++ b/src/utils/mac/skia_mac.mm
@@ -5,6 +5,7 @@
  * Use of this source code is governed by a BSD-style license that can be
  * found in the LICENSE file.
  */
+
 #import <Cocoa/Cocoa.h>
 #include "SkApplication.h"
 int main(int argc, char *argv[]) {