Bug 130276 - Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Summary: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-14 17:42 PDT by Maciej Stachowiak
Modified: 2014-03-14 22:16 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.61 MB, patch)
2014-03-14 17:49 PDT, Maciej Stachowiak
no flags Details | Formatted Diff | Diff
Patch (3.33 MB, patch)
2014-03-14 18:04 PDT, Maciej Stachowiak
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.