OSDN Git Service

Fixes license headers for all Android-specific JavaScriptCore and WebCore files not...
authorSteve Block <steveblock@google.com>
Thu, 12 Nov 2009 23:26:11 +0000 (23:26 +0000)
committerSteve Block <steveblock@google.com>
Fri, 13 Nov 2009 00:40:09 +0000 (00:40 +0000)
commite03118fd5d9b776df29de3f96232ed6b5395c845
tree41c5d00b7271e6ec98f65a34eab1763d882f1c4b
parent7f9b227f4bbeb58184a4fd914ab15e384a603e8d
Fixes license headers for all Android-specific JavaScriptCore and WebCore files not yet upstreamed to webkit.org.

WebKit requires either a BSD-style or LGPL 2.1 license for all code.
We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org.

- For most files, I've fixed the names of copyright holders in the license text to 'THE COPYRIGHT HOLDERS'
  and cleaned up formatting in the existing BSD-style license.
- For Makefiles and the following files in WebCore/platform/graphics/android/, I've changed from an
  Apache 2.0 license to the BSD-style license.
  - WebCore/platform/graphics/android/BitmapAllocatorAndroid.cpp
  - WebCore/platform/graphics/android/BitmapAllocatorAndroid.h
  - WebCore/platform/graphics/android/SharedBufferStream.cpp
  - WebCore/platform/graphics/android/SharedBufferStream.h
- For the following files, I've changed from an LGPL licese to the BSD-style license.
  - WebCore/platform/graphics/android/FontPlatformData.h
  - WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp
  - WebCore/plugins/android/PluginDataAndroid.cpp

Change-Id: Ic4c3e5610afc58637b7a9b81b1d0d1f17f4f4cb1
55 files changed:
Android.jsc.mk
Android.mk
Android.v8.mk
JavaScriptCore/Android.mk
JavaScriptCore/Android.v8.wtf.mk
JavaScriptCore/wtf/android/MainThreadAndroid.cpp
WebCore/Android.derived.mk
WebCore/Android.mk
WebCore/Android.v8.derived.mk
WebCore/Android.v8.mk
WebCore/bindings/js/ScriptControllerAndroid.cpp
WebCore/platform/android/GeolocationServiceAndroid.cpp
WebCore/platform/android/GeolocationServiceAndroid.h
WebCore/platform/android/KeyGeneratorClient.h
WebCore/platform/android/SSLKeyGeneratorAndroid.cpp
WebCore/platform/android/SharedTimerAndroid.cpp
WebCore/platform/android/SoundAndroid.cpp
WebCore/platform/graphics/android/BitmapAllocatorAndroid.cpp
WebCore/platform/graphics/android/BitmapAllocatorAndroid.h
WebCore/platform/graphics/android/FontAndroid.cpp
WebCore/platform/graphics/android/FontCacheAndroid.cpp
WebCore/platform/graphics/android/FontCustomPlatformData.cpp
WebCore/platform/graphics/android/FontCustomPlatformData.h
WebCore/platform/graphics/android/FontDataAndroid.cpp
WebCore/platform/graphics/android/FontPlatformData.h
WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp
WebCore/platform/graphics/android/GlyphMapAndroid.cpp
WebCore/platform/graphics/android/GradientAndroid.cpp
WebCore/platform/graphics/android/GraphicsContextAndroid.cpp
WebCore/platform/graphics/android/ImageAndroid.cpp
WebCore/platform/graphics/android/ImageBufferAndroid.cpp
WebCore/platform/graphics/android/ImageBufferData.h
WebCore/platform/graphics/android/ImageSourceAndroid.cpp
WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h
WebCore/platform/graphics/android/PathAndroid.cpp
WebCore/platform/graphics/android/PatternAndroid.cpp
WebCore/platform/graphics/android/PlatformGraphicsContext.cpp
WebCore/platform/graphics/android/PlatformGraphicsContext.h
WebCore/platform/graphics/android/SharedBufferStream.cpp
WebCore/platform/graphics/android/SharedBufferStream.h
WebCore/platform/graphics/android/SkBitmapRef.h
WebCore/platform/graphics/android/android_graphics.cpp
WebCore/platform/graphics/android/android_graphics.h
WebCore/platform/network/android/AuthenticationChallenge.h
WebCore/platform/network/android/Cookie.cpp
WebCore/platform/network/android/CookieClient.h
WebCore/platform/network/android/NetworkStateNotifierAndroid.cpp
WebCore/platform/network/android/ResourceError.h
WebCore/platform/network/android/ResourceHandleAndroid.cpp
WebCore/platform/network/android/ResourceRequest.h
WebCore/platform/network/android/ResourceResponse.h
WebCore/plugins/android/PluginClient.h
WebCore/plugins/android/PluginDataAndroid.cpp
WebCore/plugins/android/PluginPackageAndroid.cpp
WebCore/plugins/android/PluginViewAndroid.cpp