Bug 130276

Summary: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: New BugsAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, rniwa
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch simon.fraser: review+

Description Maciej Stachowiak 2014-03-14 17:42:52 PDT
Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Comment 1 Maciej Stachowiak 2014-03-14 17:49:25 PDT
Created attachment 226784 [details]
Patch
Comment 2 Maciej Stachowiak 2014-03-14 17:50:21 PDT
<rdar://problem/16266927>
Comment 3 WebKit Commit Bot 2014-03-14 17:54:20 PDT
Attachment 226784 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/text/mac/character-sets.txt:1807:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
ERROR: Source/WebCore/bindings/objc/PublicDOMInterfaces.h:16:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 3 in 3239 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Maciej Stachowiak 2014-03-14 18:04:02 PDT
Created attachment 226788 [details]
Patch
Comment 5 WebKit Commit Bot 2014-03-14 18:09:41 PDT
Attachment 226788 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/text/mac/character-sets.txt:1807:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
ERROR: Source/WebCore/bindings/objc/PublicDOMInterfaces.h:16:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 3 in 3239 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Simon Fraser (smfr) 2014-03-14 18:11:16 PDT
Comment on attachment 226788 [details]
Patch

rs=me
Comment 7 Maciej Stachowiak 2014-03-14 21:53:18 PDT
Fixed in http://trac.webkit.org/changeset/165676
Comment 8 Ryosuke Niwa 2014-03-14 22:16:36 PDT
Reverted seemingly erroneous changes to UIProcess/API/Cocoa in https://trac.webkit.org/changeset/165678 as it caused a build failure.