aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SimpleCocoaApp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/SimpleCocoaApp')
-rw-r--r--experimental/SimpleCocoaApp/SampleWindow.h7
-rw-r--r--experimental/SimpleCocoaApp/SimpleCocoaAppDelegate.h7
-rw-r--r--experimental/SimpleCocoaApp/SkNSView.h7
-rw-r--r--experimental/SimpleCocoaApp/SkNSWindow.h7
4 files changed, 28 insertions, 0 deletions
diff --git a/experimental/SimpleCocoaApp/SampleWindow.h b/experimental/SimpleCocoaApp/SampleWindow.h
index 4d592f121f..04b34e2f9e 100644
--- a/experimental/SimpleCocoaApp/SampleWindow.h
+++ b/experimental/SimpleCocoaApp/SampleWindow.h
@@ -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.
+ */
#import "SkNSWindow.h"
@interface SampleWindow : SkNSWindow {
IBOutlet SkNSView* fView;
diff --git a/experimental/SimpleCocoaApp/SimpleCocoaAppDelegate.h b/experimental/SimpleCocoaApp/SimpleCocoaAppDelegate.h
index b882b6ab0c..ad64a8773e 100644
--- a/experimental/SimpleCocoaApp/SimpleCocoaAppDelegate.h
+++ b/experimental/SimpleCocoaApp/SimpleCocoaAppDelegate.h
@@ -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.
+ */
#import <Cocoa/Cocoa.h>
#import "SkNSWindow.h"
@interface SimpleCocoaAppDelegate : NSObject <NSApplicationDelegate> {
diff --git a/experimental/SimpleCocoaApp/SkNSView.h b/experimental/SimpleCocoaApp/SkNSView.h
index 753b8b7d0e..a9a994a456 100644
--- a/experimental/SimpleCocoaApp/SkNSView.h
+++ b/experimental/SimpleCocoaApp/SkNSView.h
@@ -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.
+ */
#import <Cocoa/Cocoa.h>
class SkNSContainerView;
class SkView;
diff --git a/experimental/SimpleCocoaApp/SkNSWindow.h b/experimental/SimpleCocoaApp/SkNSWindow.h
index c6255d2067..c15302701c 100644
--- a/experimental/SimpleCocoaApp/SkNSWindow.h
+++ b/experimental/SimpleCocoaApp/SkNSWindow.h
@@ -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.
+ */
#import <Cocoa/Cocoa.h>
#import "SkNSView.h"