[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.0.2+pre.svn37878-1-3024-g716ac29

Gustavo Noronha Silva kov at kov.eti.br
Thu Mar 5 19:50:21 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit fcf83082afaefe3c4e69b98ce1e5b6a8ff2718e6
Author: Gustavo Noronha Silva <kov at kov.eti.br>
Date:   Thu Mar 5 16:35:26 2009 -0300

    updated copyright information

diff --git a/debian/changelog b/debian/changelog
index 7af7fd8..ee2d79b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ webkit (1.1.1-1) UNRELEASED; urgency=low
   * debian/libwebkit-1.0-2.symbols:
   - updated symbols file; bumped required version of all symbols to 1.1.1,
     since we had a soversion bump
+  * debian/copyright:
+  - updated with changes from last release we shipped, and updated
+    download location
 
  -- Gustavo Noronha Silva <kov at debian.org>  Thu, 05 Mar 2009 16:28:43 -0300
 
diff --git a/debian/copyright b/debian/copyright
index bf89d61..8af5ca1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Original source may be found at http://people.freedesktop.org/~alp/webkit/gtk/
+Original source may be found at http://cafe.minaslivre.org/webkit/
 
 Files: debian/*
 Copyright: © 2007 Mike Hommey <glandium at debian.org>
@@ -79,10 +79,12 @@ Files: JavaScriptCore/API/*,
        WebCore/dom/Position*,
        WebCore/dom/ProgressEvent.*,
        WebCore/dom/RangeBoundaryPoint.h,
+       WebCore/dom/DOMStringList.h,
        WebCore/dom/TextEvent.*,
        WebCore/editing/*,
        WebCore/history/*,
        WebCore/html/Canvas*,
+       WebCore/html/File*,
        WebCore/html/HTMLAudioElement.*,
        WebCore/html/HTMLCanvasElement.*,
        WebCore/html/HTMLMediaElement.*,
@@ -142,25 +144,35 @@ Files: JavaScriptCore/API/*,
        WebCore/svg/graphics/SVGPaintServer*,
        WebCore/svg/graphics/SVGResource*,
        WebCore/xml/*,
+       WebCore/workers/Worker.cpp,
+       WebCore/workers/Worker.h,
+       WebCore/workers/WorkerContext.cpp,
+       WebCore/workers/WorkerContext.h,
+       WebCore/workers/WorkerLocation.cpp,
+       WebCore/workers/WorkerLocation.h,
+       WebCore/workers/WorkerMessagingProxy.cpp,
+       WebCore/workers/WorkerMessagingProxy.h,
+       WebCore/workers/WorkerThread.cpp,
+       WebCore/workers/WorkerThread.h,
        WebKit/gtk/WebCoreSupport/ContextMenuClientGtk.h,
        WebKit/gtk/WebCoreSupport/EditorClientGtk.h,
        WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h,
        WebKitTools/DumpRenderTree/AccessibilityController.h,
        WebKitTools/DumpRenderTree/AccessibilityUIElement.h,
        WebKitTools/GtkLauncher/main.c,
-Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
+Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc.
            © 2005, 2006, 2007 Alexey Proskuryakov (ap at nypop.com)
-           © 2006, 2007 Nikolas Zimmermann <zimmermann at kde.org>
+           © 2006, 2007, 2008 Nikolas Zimmermann <zimmermann at kde.org>
            © 2006 Samuel Weinig <sam.weinig at gmail.com>
            © 2005 Frerich Raabe <raabe at kde.org>
            © 2005 Maksim Orlovich <maksim at kde.org>
            © 2005, 2006 Alexander Kellett <lypanov at kde.org>
            © 2005, 2006 Kimmo Kinnunen <kimmo.t.kinnunen at nokia.com>
            © 2005, 2006 Michael Emmel mike.emmel at gmail.com
-           © 2005 Google Inc.
-           © 2005, 2006 Nokia Corporation
+           © 2005, 2009 Google Inc.
+           © 2005, 2006, 2009 Nokia Corporation
            © 2005, 2006 Oliver Hunt <ojh16 at student.canterbury.ac.nz>
-           © 2006, 2007 Eric Seidel <eric at webkit.org>
+           © 2006, 2007, 2008 Eric Seidel <eric at webkit.org>
            © 2006 Allan Sandfeld Jensen <sandfeld at kde.org>
            © 2006 David Smith (catfish.man at gmail.com)
            © 2006 Dirk Mueller <mueller at kde.org>
@@ -169,16 +181,22 @@ Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
            © 2006 Simon Hausmann <hausmann at kde.org>
            © 2006 Zack Rusin <zack at kde.org>
            © 2006 Graham Dennis (graham.dennis at gmail.com)
-           © 2007 Alp Toker <alp.toker at collabora.co.uk>
+           © 2007, 2008 Alp Toker <alp.toker at collabora.co.uk>
            © 2007 Holger Hans Peter Freyther <zecke at selfish.org>
            © 2007 Henry Mason (hmason at mac.com)
            © 2007 Hiroyuki Ikezoe
            © 2007 Kouhei Sutou
+           © 2007 Christian Dywan <christian at twotoasts.de>
            © 2008 Xan Lopez <xan at gnome.org>
            © 2008 Collabora, Ltd.
            © 2008 Julien Chaffraix <jchaffraix at webkit.org>
            © 2008 The Mozilla Foundation
            © 2008 Brent Fulgham <bfulgham at gmail.com>
+           © 2008 Collin Jackson  <collinj at webkit.org>
+           © 2008 Dirk Schulze <krit at webkit.org>
+           © 2008 Torch Mobile Inc.
+           © 2008 Gustavo Noronha Silva <gns at gnome.org>
+           © 2008 Kelvin W Sherlock (ksherlock at gmail.com)
 License: BSD-2
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
@@ -232,8 +250,9 @@ Files: JavaScriptCore/API/JSRetainPtr.h,
        JavaScriptCore/wtf/ThreadSpecific.h,
        JavaScriptCore/wtf/gtk/MainThreadGtk.cpp,
        JavaScriptCore/wtf/unicode/Collator.h,
-       JavaScriptCore/wtf/unicode/CollatorDefault.cpp
+       JavaScriptCore/wtf/unicode/CollatorDefault.cpp,
        JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp,
+       JavaScriptCore/wtf/*,
        WebCore/bindings/js/JSAttrCustom.cpp,
        WebCore/bindings/js/JSClipboardCustom.cpp,
        WebCore/bindings/js/JSCustomSQL*,
@@ -331,7 +350,7 @@ Copyright: © 2003, 2005, 2006, 2007, 2008 Apple Inc.
            © 2004, Apple Computer, Inc. and The Mozilla Foundation
            © 2006 Samuel Weinig <sam.weinig at gmail.com>
            © 2006 Alexey Proskuryakov (ap at nypop.com)
-           © 2007 Matt Lilek (pewtermoose at gmail.com)
+           © 2007, 2008 Matt Lilek (pewtermoose at gmail.com)
            © 2006 Michael Emmel mike.emmel at gmail.com
            © 2007, 2008 Alp Toker <alp at atoker.com>
            © 2006, 2007 David Smith (catfish.man at gmail.com)
@@ -341,6 +360,10 @@ Copyright: © 2003, 2005, 2006, 2007, 2008 Apple Inc.
            © 2007 Justin Haygood (jhaygood at reaktix.com)
            © 2008 Cameron Zwarich (cwzwarich at uwaterloo.ca)
            © 2008 Tony Chang <idealisms at gmail.com>
+           © 2008 Anthony Ricaud (rik24d at gmail.com)
+           © 2008 Google Inc.
+           © 2008 Torch Mobile Inc.
+           © 2009 Jian Li <jianli at chromium.org>
 License: BSD-3
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
@@ -366,7 +389,29 @@ License: BSD-3
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Files: WebCore/page/Chrome.*,
+Files: JavaScriptCore/wtf/HashTable.*,
+       JavaScriptCore/runtime/*,
+       WebCore/css/makegrammar.pl,
+       WebCore/dom/XMLTokenizer.*,
+       WebCore/html/FormDataList.*,
+       WebCore/html/HTMLAnchorElement.*,
+       WebCore/html/HTMLAppletElement.*,
+       WebCore/html/HTMLAreaElement.*,
+       WebCore/html/HTMLCollection.*,
+       WebCore/html/HTMLFormCollection.*,
+       WebCore/html/HTMLFrameElementBase.*,
+       WebCore/html/HTMLIFrameElement.*,
+       WebCore/html/HTMLFontElement.*,
+       WebCore/html/HTMLFormElement.*,
+       WebCore/html/HTMLInputElement.*,
+       WebCore/html/HTMLLinkElement.*,
+       WebCore/html/HTMLObjectElement.*,
+       WebCore/html/HTMLOptionsCollection.*,
+       WebCore/html/HTMLPlugInImageElement.*,
+       WebCore/html/HTMLTableElement.*,
+       WebCore/html/HTMLTextAreaElement.*,
+       WebCore/html/HTMLTokenizer.*,
+       WebCore/page/Chrome.*,
        WebCore/page/ChromeClient.h,
        WebCore/page/Frame.*,
        WebCore/page/FramePrivate.h,
@@ -400,11 +445,13 @@ Files: WebCore/page/Chrome.*,
        WebCore/platform/graphics/cairo/CairoPath.h,
        WebCore/platform/graphics/cairo/PathCairo.cpp,
        WebCore/platform/graphics/gtk/FontCacheGtk.cpp,
+       WebCore/platform/graphics/gtk/FontGtk.*,
        WebCore/platform/graphics/gtk/FontPlatformData.h,
        WebCore/platform/graphics/gtk/FontPlatformDataGtk.cpp,
        WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp,
        WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.*,
        WebCore/platform/graphics/gtk/VideoSinkGStreamer.*,
+       WebCore/platform/graphics/transforms/*,
        WebCore/platform/gtk/ClipboardGtk.cpp,
        WebCore/platform/gtk/ContextMenuGtk.cpp,
        WebCore/platform/gtk/ContextMenuItemGtk.cpp,
@@ -472,14 +519,17 @@ Files: WebCore/page/Chrome.*,
        WebCore/xml/XPathNSResolver.idl,
        WebCore/xml/XPathResult.idl,
        WebCore/xml/XSL*,
+       WebCore/wml/*,
        WebKit/gtk/WebCoreSupport/*.cpp,
        WebKit/gtk/WebCoreSupport/ChromeClientGtk.h,
        WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.h,
+       WebKit/gtk/WebCoreSupport/InspectorClientGtk.h,
        WebKit/gtk/webkit/*,
+       WebKit/gtk/tests/main.c,
        WebKitTools/DumpRenderTree/config.h,
        WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp,
        *
-Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
+Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc.
            © 1991, 1999 Free Software Foundation, Inc.
            © 1997 Martin Jones (mjones at kde.org)
            © 1998, 1999 Torben Weis <weis at kde.org>
@@ -498,7 +548,7 @@ Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
            © 2002, 2003 The Karbon Developers
            © 2002 Cyrus Patel <cyp at fb14.uni-mainz.de>
            © 2004, 2005, 2006, 2007 Nikolas Zimmermann <zimmermann at kde.org>
-           © 2004, 2005, 2006, 2007 Rob Buis <buis at kde.org>
+           © 2004, 2005, 2006, 2007, 2008 Rob Buis <buis at kde.org>
            © 2004, 2005 Allan Sandfeld Jensen (kde at carewolf.com)
            © 2004, 2006 Zack Rusin <zack at kde.org>
            © 2005, 2006 Alexander Kellett <lypanov at kde.org>
@@ -517,16 +567,25 @@ Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
            © 2006 Michael Emmel <mike.emmel at gmail.com>
            © 2007, 2008 Alp Toker <alp at atoker.com>
            © 2007 Cameron Zwarich (cwzwarich at uwaterloo.ca)
-           © 2007 Holger Hans Peter Freyther <zecke at selfish.org>
+           © 2007, 2009 Holger Hans Peter Freyther <zecke at selfish.org>
            © 2007 Krzysztof Kowalczyk <kkowalczyk at gmail.com>
            © 2007 David Smith (catfish.man at gmail.com)
            © 2007, 2008 Collabora, Ltd.
            © 2007 OpenedHand
-           © 2007 Christian Dywan <christian at twotoasts.de>
+           © 2007, 2008, 2009 Christian Dywan <christian at twotoasts.de>
            © 2007 Luca Bruno <lethalman88 at gmail.com>
            © 2008 Xan Lopez <xan at gnome.org>
            © 2008 Nuanti Ltd
-           © 2007 Christian Dywan <christian at imiendo.com>
+           © 2008 Nokia Corporation and/or its subsidiary(-ies)
+           © 2007, 2008 Christian Dywan <christian at imiendo.com>
+           © 2008, 2009 Torch Mobile Inc
+           © 2008 Alex Mathews <possessedpenguinbob at gmail.com>
+           © 2008 David Levin <levin at chromium.org>
+           © 2009 David Smith (catfish.man at gmail.com)
+           © 2008, 2009 Gustavo Noronha Silva <gns at gnome.org>
+           © 2008, 2009 Jan Alonzo <jmalonzo at unpluggable.com>
+           © 2009 Igalia S.L.
+           © 2009 Google Inc.
 License: LGPL-2+ (/usr/share/common-licenses/LGPL-2)
 
 Files: WebCore/bridge/npruntime_internal.h
@@ -620,8 +679,14 @@ License: other
  OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
 
 Files: JavaScriptCore/wtf/FastMalloc.cpp,
-       JavaScriptCore/wtf/TC*
-Copyright: © 2005, 2007 Google Inc.
+       JavaScriptCore/wtf/TC*,
+       WebCore/platform/CrossThreadCopier.*,
+       WebCore/workers/GenericWorkerTask.h,
+       WebCore/workers/WorkerContextProxy.h,
+       WebCore/workers/WorkerObjectProxy.h,
+       WebCore/workers/WorkerRunLoop.cpp,
+       WebCore/workers/WorkerRunLoop.h
+Copyright: © 2005, 2007, 2009 Google Inc.
 License: BSD-3
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list