Bug 79721

Summary: Repair license blocks for files created during modularization
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79327    
Attachments:
Description Flags
Patch eric: review+

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>