aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-09-29 14:58:28 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-09-29 14:58:28 +0000
commitf75b84e94b1ca1540295584421de0158d87a9b52 (patch)
tree7d9340c0db11d7a42b843a3465a547e465837b1c /src/utils
parentedfe1aac5c6f3a3f3830e86ddea8dbceeb0e6df4 (diff)
Add license
Review URL: http://codereview.appspot.com/5154044/ git-svn-id: http://skia.googlecode.com/svn/trunk@2366 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/mac/SkEventNotifier.mm8
-rw-r--r--src/utils/mac/SkNSView.h8
-rw-r--r--src/utils/mac/SkNSView.mm8
-rw-r--r--src/utils/mac/SkOSWindow_Mac.cpp1
-rw-r--r--src/utils/mac/SkOptionsTableView.h8
-rw-r--r--src/utils/mac/SkOptionsTableView.mm8
-rw-r--r--src/utils/mac/SkSampleNSView.h8
-rw-r--r--src/utils/mac/SkSampleNSView.mm8
-rw-r--r--src/utils/mac/SkTextFieldCell.h9
-rw-r--r--src/utils/mac/SkTextFieldCell.m8
-rw-r--r--src/utils/mac/skia_mac.mm1
11 files changed, 75 insertions, 0 deletions
diff --git a/src/utils/mac/SkEventNotifier.mm b/src/utils/mac/SkEventNotifier.mm
index f4f8a637f4..0864380d95 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 0f19e89efd..5ae7ad5833 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 a21a4bb56e..8e9e30f7dc 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 2940cbdc12..d41c9a75de 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 33dc29f356..1f9b36a1b8 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 d905f9b697..2ee025efc8 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 9199170ff6..6e38851efe 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 8455f9456c..0d3abd69d9 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 c3b8f4d662..93d0e4dedd 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 44554828ab..7aa094da88 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 5e3d9e14a2..3bb15b4e86 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[]) {