[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:39:16 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit bd4f552e1ef077b67829cbfb47964b0f063dff5e
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Apr 29 21:38:47 2003 +0000

            Added "Copyright (C) 2003 Apple Computer, Inc. All rights reserved."
            to all public headers.  Also made formatting consistent.
    
            Reviewed by darin.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4210 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Carbon.subproj/CarbonUtils.h b/WebKit/Carbon.subproj/CarbonUtils.h
index e171cbd..d92bff8 100644
--- a/WebKit/Carbon.subproj/CarbonUtils.h
+++ b/WebKit/Carbon.subproj/CarbonUtils.h
@@ -1,11 +1,9 @@
 /*
- *  CarbonUtils.h
- *  WebKit
- *
- *  Created by Ed Voas on Mon Feb 17 2003.
- *  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
- *
- */
+    CarbonUtils.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
+    
+    Public header file.
+*/
 #ifndef __HIWEBCARBONUTILS__
 #define __HIWEBCARBONUTILS__
 
diff --git a/WebKit/Carbon.subproj/HIWebView.h b/WebKit/Carbon.subproj/HIWebView.h
index 2da0cc3..8e41291 100644
--- a/WebKit/Carbon.subproj/HIWebView.h
+++ b/WebKit/Carbon.subproj/HIWebView.h
@@ -1,11 +1,14 @@
-#ifndef __HIWebFrameView__
-#define __HIWebFrameView__
-
-#ifndef __HIWEBCONTROLLER__
-#include <WebKit/WebView.h>
-#endif
+/*
+    HIWebView.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
+    
+    Public header file.
+*/
 
+#ifndef __HIWebView__
+#define __HIWebView__
 
+#include <WebKit/WebView.h>
 
 #include <AvailabilityMacros.h>
 
@@ -32,7 +35,7 @@ extern "C" {
  *    An operating system status code.
  *  
  *  Availability:
- *    Mac OS X:         in version 10.2 and later
+ *    Mac OS X:         in version 10.2.7 and later
  *    CarbonLib:        not available
  *    Non-Carbon CFM:   not available
  */
@@ -44,7 +47,7 @@ HIWebViewCreate(HIViewRef * outControl);
  *  HIWebViewGetNSView()
  *  
  *  Summary:
- *    Returns the WebKit WebFrameView for a given HIWebFrameView.
+ *    Returns the WebKit WebView for a given HIWebView.
  *  
  *  Parameters:
  *    
@@ -52,10 +55,10 @@ HIWebViewCreate(HIViewRef * outControl);
  *      The view to inspect.
  *  
  *  Result:
- *    A pointer to aweb frame view object, or NULL.
+ *    A pointer to a web view object, or NULL.
  *  
  *  Availability:
- *    Mac OS X:         in version 10.2 and later
+ *    Mac OS X:         in version 10.2.7 and later
  *    CarbonLib:        not available
  *    Non-Carbon CFM:   not available
  */
@@ -66,5 +69,5 @@ HIWebViewGetNSView( HIViewRef inView );
 }
 #endif
 
-#endif /* __HIWebFrameView__ */
+#endif /* __HIWebView__ */
 
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index fb2e448..4102de2 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,28 @@
+2003-04-29  Richard Williamson   <rjw at apple.com>
+
+        Added "Copyright (C) 2003 Apple Computer, Inc. All rights reserved."
+        to all public headers.  Also made formatting consistent.
+    
+        Reviewed by darin.
+
+        * Carbon.subproj/CarbonUtils.h:
+        * Carbon.subproj/HIWebView.h:
+        * History.subproj/WebBackForwardList.h:
+        * History.subproj/WebHistory.h:
+        * History.subproj/WebHistoryItem.h:
+        * Misc.subproj/WebKit.h:
+        * Misc.subproj/WebKitErrors.h:
+        * WebView.subproj/WebDataSource.h:
+        * WebView.subproj/WebDocument.h:
+        * WebView.subproj/WebFrame.h:
+        * WebView.subproj/WebFrameLoadDelegate.h:
+        * WebView.subproj/WebFrameView.h:
+        * WebView.subproj/WebPolicyDelegate.h:
+        * WebView.subproj/WebPreferences.h:
+        * WebView.subproj/WebResourceLoadDelegate.h:
+        * WebView.subproj/WebUIDelegate.h:
+        * WebView.subproj/WebView.h:
+
 2003-04-28  Don Melton  <gramps at apple.com>
 
 	Fixed 3225050 -- Default font size should be 16px
diff --git a/WebKit/History.subproj/WebBackForwardList.h b/WebKit/History.subproj/WebBackForwardList.h
index 328f7d1..f4d2bec 100644
--- a/WebKit/History.subproj/WebBackForwardList.h
+++ b/WebKit/History.subproj/WebBackForwardList.h
@@ -1,5 +1,8 @@
-/*	WebBackForwardList.h
-	Copyright 2001, Apple, Inc. All rights reserved.
+/*
+    WebBackForwardList.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 #import <Foundation/Foundation.h>
diff --git a/WebKit/History.subproj/WebHistory.h b/WebKit/History.subproj/WebHistory.h
index 5c93b8d..24548f2 100644
--- a/WebKit/History.subproj/WebHistory.h
+++ b/WebKit/History.subproj/WebHistory.h
@@ -1,9 +1,9 @@
 /*	
-        WebHistory.h
-	Copyright 2001, 2002, Apple Computer, Inc.
-
-        Public header file.
-*/
+    WebHistory.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
+ */
 #import <Foundation/Foundation.h>
 
 @class NSError;
diff --git a/WebKit/History.subproj/WebHistoryItem.h b/WebKit/History.subproj/WebHistoryItem.h
index 7a1b8e0..136eba7 100644
--- a/WebKit/History.subproj/WebHistoryItem.h
+++ b/WebKit/History.subproj/WebHistoryItem.h
@@ -1,9 +1,9 @@
 /*	
     WebHistoryItem.h
-    Copyright 2001, 2002, Apple, Inc. All rights reserved.
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
 
     Public header file.
-*/
+ */
 
 #import <Cocoa/Cocoa.h>
 
diff --git a/WebKit/Misc.subproj/WebKit.h b/WebKit/Misc.subproj/WebKit.h
index 4d2262f..747b18d 100644
--- a/WebKit/Misc.subproj/WebKit.h
+++ b/WebKit/Misc.subproj/WebKit.h
@@ -1,6 +1,8 @@
 /*	
-        WebKit.h
-	Copyright 2001, Apple, Inc. All rights reserved.
+    WebKit.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+
+    Public header file.
 */
 
 #import <WebKit/WebBackForwardList.h>
diff --git a/WebKit/Misc.subproj/WebKitErrors.h b/WebKit/Misc.subproj/WebKitErrors.h
index 15d6ddf..28d2ef6 100644
--- a/WebKit/Misc.subproj/WebKitErrors.h
+++ b/WebKit/Misc.subproj/WebKitErrors.h
@@ -1,8 +1,8 @@
 /*	
-        WebKitErrors.h
-	Copyright 2002, Apple, Inc. All rights reserved.
-        
-        Public header file.
+    WebKitErrors.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 extern NSString *WebKitErrorDomain;
diff --git a/WebKit/WebView.subproj/WebDataSource.h b/WebKit/WebView.subproj/WebDataSource.h
index ac2e53b..15c7c75 100644
--- a/WebKit/WebView.subproj/WebDataSource.h
+++ b/WebKit/WebView.subproj/WebDataSource.h
@@ -1,8 +1,8 @@
 /*	
-        WebDataSource.h
-	Copyright 2001, Apple, Inc. All rights reserved.
+    WebDataSource.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
 
-        Public header file.
+    Public header file.
 */
 
 #import <Cocoa/Cocoa.h>
diff --git a/WebKit/WebView.subproj/WebDocument.h b/WebKit/WebView.subproj/WebDocument.h
index c485068..3b71c92 100644
--- a/WebKit/WebView.subproj/WebDocument.h
+++ b/WebKit/WebView.subproj/WebDocument.h
@@ -1,6 +1,8 @@
 /*	
     WebDocument.h
-    Copyright 2002, Apple, Inc. All rights reserved.
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 #import <Cocoa/Cocoa.h>
diff --git a/WebKit/WebView.subproj/WebFrame.h b/WebKit/WebView.subproj/WebFrame.h
index 49bb03a..7d47184 100644
--- a/WebKit/WebView.subproj/WebFrame.h
+++ b/WebKit/WebView.subproj/WebFrame.h
@@ -1,9 +1,8 @@
 /*	
-        WebFrame.h
-	    
-	    Copyright 2001, Apple, Inc. All rights reserved.
-
-        Public header file.
+    WebFrame.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 #import <Foundation/Foundation.h>
diff --git a/WebKit/WebView.subproj/WebFrameLoadDelegate.h b/WebKit/WebView.subproj/WebFrameLoadDelegate.h
index 6cdde1e..a1aab31 100644
--- a/WebKit/WebView.subproj/WebFrameLoadDelegate.h
+++ b/WebKit/WebView.subproj/WebFrameLoadDelegate.h
@@ -1,8 +1,8 @@
 /*	
-        WebFrameLoadDelegate.h
-	Copyright 2001, 2002, Apple, Inc. All rights reserved.
-
-        Public header file.
+    WebFrameLoadDelegate.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
+    
+    Public header file.
 */
 
 #import <Cocoa/Cocoa.h>
diff --git a/WebKit/WebView.subproj/WebFrameView.h b/WebKit/WebView.subproj/WebFrameView.h
index 9893261..a513a20 100644
--- a/WebKit/WebView.subproj/WebFrameView.h
+++ b/WebKit/WebView.subproj/WebFrameView.h
@@ -1,8 +1,8 @@
 /*	
-        WebFrameView.h
-	Copyright 2001, Apple, Inc. All rights reserved.
-        
-        Public header file.
+    WebFrameView.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 #import <Cocoa/Cocoa.h>
diff --git a/WebKit/WebView.subproj/WebPolicyDelegate.h b/WebKit/WebView.subproj/WebPolicyDelegate.h
index 055d0b2..d7ffc24 100644
--- a/WebKit/WebView.subproj/WebPolicyDelegate.h
+++ b/WebKit/WebView.subproj/WebPolicyDelegate.h
@@ -1,8 +1,8 @@
 /*	
-        WebPolicyDelegate.h
-	Copyright 2002, Apple, Inc. All rights reserved.
-
-        Public header file.
+    WebPolicyDelegate.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 #import <Cocoa/Cocoa.h>
diff --git a/WebKit/WebView.subproj/WebPreferences.h b/WebKit/WebView.subproj/WebPreferences.h
index 53cbb0c..1b08395 100644
--- a/WebKit/WebView.subproj/WebPreferences.h
+++ b/WebKit/WebView.subproj/WebPreferences.h
@@ -1,8 +1,8 @@
 /*	
-        WebPreferences.h
-	Copyright 2001, Apple, Inc. All rights reserved.
-
-        Public header file.
+    WebPreferences.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 #import <Foundation/Foundation.h>
diff --git a/WebKit/WebView.subproj/WebResourceLoadDelegate.h b/WebKit/WebView.subproj/WebResourceLoadDelegate.h
index 05674bc..736f7b0 100644
--- a/WebKit/WebView.subproj/WebResourceLoadDelegate.h
+++ b/WebKit/WebView.subproj/WebResourceLoadDelegate.h
@@ -1,9 +1,9 @@
 /*
-        WebResourceLoadDelegate.h
-        Copyright 2001, 2002, Apple Computer, Inc.
-        
-        Public header file.
-*/
+    WebResourceLoadDelegate.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
+    
+    Public header file.
+ */
 @class WebView;
 @class WebDataSource;
 @class NSURLResponse;
diff --git a/WebKit/WebView.subproj/WebUIDelegate.h b/WebKit/WebView.subproj/WebUIDelegate.h
index c368e76..ad00fc3 100644
--- a/WebKit/WebView.subproj/WebUIDelegate.h
+++ b/WebKit/WebView.subproj/WebUIDelegate.h
@@ -1,8 +1,8 @@
 /*
-        WebUIDelegate.h
-        Copyright 2001, 2002, Apple Computer, Inc.
-        
-        Public header file.
+    WebUIDelegate.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 #import <Cocoa/Cocoa.h>
diff --git a/WebKit/WebView.subproj/WebView.h b/WebKit/WebView.subproj/WebView.h
index a22270c..0a11e22 100644
--- a/WebKit/WebView.subproj/WebView.h
+++ b/WebKit/WebView.subproj/WebView.h
@@ -1,8 +1,8 @@
 /*	
-        WebView.h
-	Copyright 2001, 2002, Apple Computer, Inc.
-
-        Public header file.
+    WebView.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 #import <Cocoa/Cocoa.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list