Bug 79721 - Repair license blocks for files created during modularization
Summary: Repair license blocks for files created during modularization
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: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 79327
  Show dependency treegraph
 
Reported: 2012-02-27 17:11 PST by Adam Barth
Modified: 2013-03-04 11:55 PST (History)
2 users (show)

See Also:


Attachments
Patch (19.29 KB, patch)
2012-02-27 17:14 PST, Adam Barth
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2012-02-27 17:11:46 PST
Repair license blocks for files created during modularization
Comment 1 Adam Barth 2012-02-27 17:14:43 PST
Created attachment 129142 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-02-27 17:25:23 PST
Seems like something scripts should monitor instead of humans.  Humans are bad at this kind of thing.
Comment 3 Alexey Proskuryakov 2012-02-27 17:27:16 PST
Comment on attachment 129142 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=129142&action=review

> Source/WebCore/Modules/geolocation/NavigatorGeolocation.h:2
> +    Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)

This is weird, but I guess OK to move as is.

> Source/WebCore/Modules/mediastream/NavigatorMediaStream.cpp:6
> + *  Copyright (C) 2000 Harri Porten (porten@kde.org)
> + *  Copyright (c) 2000 Daniel Molkentin (molkentin@kde.org)
> + *  Copyright (c) 2000 Stefan Schimanski (schimmi@kde.org)
> + *  Copyright (C) 2003, 2004, 2005, 2006 Apple Computer, Inc.
> + *  Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)

Ditto.

> Source/WebCore/Modules/mediastream/NavigatorMediaStream.h:2
> +    Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)

Ditto.

> Source/WebCore/bindings/js/JSDOMWindowWebAudioCustom.cpp:2
> + * Copyright (C) 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.

I don't think Apple contributed code to this in these years.

> Source/WebCore/bindings/js/JSDOMWindowWebAudioCustom.cpp:20
> -
> + 

Extra space.

> Source/WebCore/bindings/js/JSDOMWindowWebSocketCustom.cpp:3
> + * Copyright (C) 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
>   * Copyright (C) 2011 Google Inc. All rights reserved.

I don't know if Apple contributed to this file (not in 2007 for sure).

> Source/WebCore/bindings/js/JSDOMWindowWebSocketCustom.cpp:20
> -
> + 

Extra space.
Comment 4 Adam Barth 2012-02-27 17:31:17 PST
I just copied the license blocks from the files that previously contained these chunks of code.  I don't particularly know (or care) who contributed what to where in which year.
Comment 5 Adam Barth 2012-02-27 17:36:29 PST
Committed r109052: <http://trac.webkit.org/changeset/109052>