[SCM] WebKit Debian packaging branch, debian/unstable, updated. 0+svn32442-1-1179-g54c2d36

Mike Hommey glandium at debian.org
Sun Jul 6 13:32:13 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit 1db04c3a5c8c3e9c990b93836d5bb09d43a47921
Author: Mike Hommey <glandium at debian.org>
Date:   Sun Jul 6 09:34:45 2008 +0200

    New upstream release and copyright update

diff --git a/debian/changelog b/debian/changelog
index d3a383d..1c926cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+webkit (1.0.1-1) UNRELEASED; urgency=low
+
+  * New upstream release. Closes: #489385.
+  * debian/copyright:
+    - Updated to fit additions/removals of files upstream.
+    - Updated where the source was gotten.
+    - Fixed typos for Collabora. Closes: #484661.
+
+ -- Mike Hommey <glandium at debian.org>  Sun, 06 Jul 2008 09:31:41 +0200
+
 webkit (0~svn32442-1) unstable; urgency=low
 
   [ Mike Hommey ]
diff --git a/debian/copyright b/debian/copyright
index 6661957..d38d2f8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,11 @@
-Original source may be found at http://svn.webkit.org/repository/webkit/trunk
-The source tarball is an export of the whole trunk except the following
-directories: LayoutTests, PageLoadTests, JavaScriptCore/tests,
-WebCore/manual-tests, WebKitLibraries, WebKitSite, WebKitTools/mangleme.
-Tests have been removed because they represent much more data than the source
-code itself.
-WebKitSite has been removed because it is the webkit web site, and is not
-relevant.
-WebKitLibraries has been removed because it contains binaries.
-WebKitTools/mangleme has been removed for doubtful licensing terms.
+Original source may be found at http://people.freedesktop.org/~alp/webkit/gtk/
 
 Files: debian/*
 Copyright: © 2007 Mike Hommey <glandium at debian.org>
 License: LGPL-2+ (/usr/share/common-licenses/LGPL-2)
 
 Files: JavaScriptCore/API/*,
+       JavaScriptCore/profiler/Profile.*,
        JavaScriptCore/wtf/Assertions.*,
        JavaScriptCore/wtf/HashIterators.h,
        JavaScriptCore/wtf/MathExtras.h,
@@ -25,22 +17,25 @@ Files: JavaScriptCore/API/*,
        WebCore/bindings/js/JSAudioConstructor.*,
        WebCore/bindings/js/JSConsoleCustom.cpp,
        WebCore/bindings/js/JSCSSRuleCustom.cpp,
-       WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp,
+       WebCore/bindings/js/JSCSSStyleDeclarationCustom.*,
        WebCore/bindings/js/JSCSSValueCustom.cpp,
        WebCore/bindings/js/JSCustomXPathNSResolver.*,
        WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp,
        WebCore/bindings/js/JSEventTargetBase.*,
        WebCore/bindings/js/JSEventTargetNode.*,
        WebCore/bindings/js/JSHTMLAllCollection.h,
-       WebCore/bindings/js/JSHTMLAppletElementCustom.cpp,
+       WebCore/bindings/js/JSHTMLAppletElementCustom.*,
        WebCore/bindings/js/JSHTMLDocumentCustom.cpp,
        WebCore/bindings/js/JSHTMLElementCustom.cpp,
-       WebCore/bindings/js/JSHTMLEmbedElementCustom.cpp,
+       WebCore/bindings/js/JSHTMLEmbedElementCustom.*,
        WebCore/bindings/js/JSHTMLFormElementCustom.cpp,
        WebCore/bindings/js/JSHTMLFrameSetElementCustom.cpp,
-       WebCore/bindings/js/JSHTMLObjectElementCustom.cpp,
+       WebCore/bindings/js/JSHTMLObjectElementCustom.*,
+       WebCore/bindings/js/JSHistoryCustom.h,
        WebCore/bindings/js/JSInspectedObjectWrapper.*,
        WebCore/bindings/js/JSInspectorCallbackWrapper.*,
+       WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp,
+       WebCore/bindings/js/JSLocationCustom.h,
        WebCore/bindings/js/JSNamedNodeMapCustom.cpp,
        WebCore/bindings/js/JSNamedNodesCollection.*,
        WebCore/bindings/js/JSNodeCustom.cpp,
@@ -48,10 +43,11 @@ Files: JavaScriptCore/API/*,
        WebCore/bindings/js/JSNodeListCustom.cpp,
        WebCore/bindings/js/JSQuarantinedObjectWrapper.*,
        WebCore/bindings/js/JSSVGPODTypeWrapper.h,
-       WebCore/bindings/js/JSStorageCustom.cpp,
+       WebCore/bindings/js/JSStorageCustom.*,
        WebCore/bindings/js/JSStyleSheetCustom.cpp,
        WebCore/bindings/js/JSStyleSheetListCustom.cpp,
-       WebCore/bindings/js/JSXSLTProcessor.*,
+       WebCore/bindings/js/JSTextCustom.cpp,
+       WebCore/bindings/js/JSXSLTProcessorConstructor.*,
        WebCore/bindings/js/GCController.*,
        WebCore/bindings/objc/*,
        WebCore/bridge/*,
@@ -63,6 +59,8 @@ Files: JavaScriptCore/API/*,
        WebCore/css/CSSGradientValue.*,
        WebCore/css/CSSImageGeneratorValue.*,
        WebCore/css/CSSPrimitiveValueMappings.h,
+       WebCore/css/CSSReflectValue.*,
+       WebCore/css/CSSReflectionDirection.h,
        WebCore/css/CSSRuleList.idl,
        WebCore/css/CSSSegmentedFontFace.*,
        WebCore/css/CSSTimingFunctionValue.*,
@@ -112,18 +110,31 @@ Files: JavaScriptCore/API/*,
        WebCore/loader/FTPDirectoryDocument.*,
        WebCore/loader/*/*,
        WebCore/page/*,
+       WebCore/page/inspector/Breakpoint.js,
        WebCore/page/inspector/BreakpointsSidebarPane.js,
        WebCore/page/inspector/CallStackSidebarPane.js,
+       WebCore/page/inspector/DataGrid.js,
        WebCore/page/inspector/DatabaseQueryView.js,
        WebCore/page/inspector/DatabaseTableView.js,
-       WebCore/page/inspector/SidebarTreeElement.js,
+       WebCore/page/inspector/Object.js,
+       WebCore/page/inspector/ObjectPropertiesSection.js,
+       WebCore/page/inspector/Placard.js,
+       WebCore/page/inspector/ProfileView.js,
+       WebCore/page/inspector/ProfilesPanel.js,
+       WebCore/page/inspector/ScopeChainSidebarPane.js,
+       WebCore/page/inspector/Script.js,
        WebCore/page/inspector/ScriptsPanel.js,
+       WebCore/page/inspector/ScriptView.js,
+       WebCore/page/inspector/SidebarTreeElement.js,
+       WebCore/page/inspector/SourceFrame.js,
        WebCore/page/inspector/View.js,
        WebCore/page/win/AXObjectCacheWin.cpp,
        WebCore/page/win/AccessibilityObjectWrapperWin.h,
        WebCore/platform/*,
        WebCore/platform/graphics/svg/filters/cg/WK*,
        WebCore/plugins/gtk/PluginDatabaseGtk.cpp,
+       WebCore/plugins/gtk/PluginPackageGtk.cpp,
+       WebCore/plugins/gtk/PluginViewGtk.cpp,
        WebCore/plugins/npapi.cpp,
        WebCore/plugins/npfunctions.h,
        WebCore/plugins/PluginDatabase.*,
@@ -133,10 +144,17 @@ Files: JavaScriptCore/API/*,
        WebCore/plugins/PluginPackage.*,
        WebCore/plugins/PluginView.*,
        WebCore/plugins/PluginQuirkSet.h,
+       WebCore/plugins/qt/PluginDatabaseQt.cpp,
+       WebCore/plugins/qt/PluginPackageQt.cpp,
+       WebCore/plugins/qt/PluginViewQt.cpp,
        WebCore/plugins/win/PluginMessageThrottlerWin.*,
        WebCore/plugins/win/PluginDatabaseWin.cpp,
        WebCore/plugins/win/PluginViewWin.cpp,
        WebCore/plugins/win/PluginPackageWin.cpp,
+       WebCore/plugins/wx/PluginDataWx.cpp,
+       WebCore/plugins/wx/PluginDatabaseWx.cpp,
+       WebCore/plugins/wx/PluginPackageWx.cpp,
+       WebCore/plugins/wx/PluginViewWx.cpp,
        WebCore/rendering/LayoutState.*,
        WebCore/rendering/RenderHTMLCanvas.*,
        WebCore/rendering/RenderImageGeneratedContent.*,
@@ -147,6 +165,8 @@ Files: JavaScriptCore/API/*,
        WebCore/rendering/RenderVideo.*,
        WebCore/storage/LocalStorage.*,
        WebCore/storage/LocalStorageArea.*,
+       WebCore/storage/LocalStorageTask.*,
+       WebCore/storage/LocalStorageThread.*,
        WebCore/storage/SessionStorage.*,
        WebCore/storage/SessionStorageArea.*,
        WebCore/storage/Storage.*,
@@ -182,10 +202,17 @@ Files: JavaScriptCore/API/*,
        WebKitTools/WinLauncher/stdafx.*,
        WebKitTools/WinLauncher/WinLauncher.*,
        WebKit/mac/History/WebHistoryInternal.h
+       WebKit/mac/Misc/WebIconFetcher.*,
+       WebKit/mac/Misc/WebIconFetcherInternal.h,
+       WebKit/mac/Plugins/WebNetscapePluginEventHandler.*,
+       WebKit/mac/Plugins/WebNetscapePluginEventHandlerCarbon.*,
+       WebKit/mac/Plugins/WebNetscapePluginEventHandlerCocoa.*,
+       WebKit/mac/Plugins/nptextinput.h,
        WebKit/mac/WebCoreSupport/WebDragClient.h,
        WebKit/mac/WebCoreSupport/WebPasteboardHelper.h,
        WebKit/win/*,
-       WebKit/wx/*
+       WebKit/wx/*,
+       WebKitLibraries/win/tools/scripts/auto-version.sh
 Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
            © 2005, 2006, 2007 Alexey Proskuryakov (ap at nypop.com)
            © 2006, 2007 Trolltech ASA
@@ -213,7 +240,7 @@ Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
            © 2006 Friedemann Kleint <fkleint at trolltech.com>
            © 2006 George Staikos <staikos at kde.org>
            © 2006 Justin Haygood <jhaygood at spsu.edu>
-           © 2006, 2007 Kevin Ollivier <kevino at theolliviers.com>
+           © 2006, 2007, 2008 Kevin Ollivier <kevino at theolliviers.com>
            © 2006 Lars Knoll <lars at trolltech.com>
            © 2006 Nefaur Khandker <nefaurk at gmail.com>
            © 2006, 2007 Rob Buis <buis at kde.org>
@@ -228,8 +255,9 @@ Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
            © 2007 Kouhei Sutou
            © 2007 Vaclav Slavik
            © 2008 Xan Lopez <xan at gnome.org>
-           © 2008 Collabra, Ltd.
+           © 2008 Collabora, Ltd.
            © 2008 Julien Chaffraix <jchaffraix at webkit.org>
+	   © 2008 The Mozilla Foundation
 License: BSD-2
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
@@ -255,14 +283,23 @@ License: BSD-2
 Files: JavaScriptCore/API/JSRetainPtr.h,
        JavaScriptCore/API/JSStringRefBSTR.*,
        JavaScriptCore/DerivedSources.make,
-       JavaScriptCore/kjs/InitializeThreading.h,
-       JavaScriptCore/kjs/CollectorHeapIntrospector.cpp,
-       JavaScriptCore/kjs/CollectorHeapIntrospector.h,
+       JavaScriptCore/VM/*,
+       JavaScriptCore/kjs/CallData.h,
+       JavaScriptCore/kjs/CollectorHeapIntrospector.*,
+       JavaScriptCore/kjs/ConstructData.h,
+       JavaScriptCore/kjs/DebuggerCallFrame.*,
+       JavaScriptCore/kjs/InitializeThreading.*,
+       JavaScriptCore/kjs/JSActivation.*,
+       JavaScriptCore/kjs/JSGlobalData.*,
        JavaScriptCore/kjs/JSGlobalObject.cpp,
+       JavaScriptCore/kjs/JSNotAnObject.*,
        JavaScriptCore/kjs/JSVariableObject.*,
+       JavaScriptCore/kjs/SourceProvider.h,
+       JavaScriptCore/kjs/SourceRange.h,
        JavaScriptCore/kjs/SymbolTable.h,
        JavaScriptCore/profiler/*,
        JavaScriptCore/wtf/ASCIICType.h,
+       JavaScriptCore/wtf/AVLTree.h,
        JavaScriptCore/wtf/Deque.h,
        JavaScriptCore/wtf/DisallowCType.h,
        JavaScriptCore/wtf/Locker.h,
@@ -273,6 +310,7 @@ Files: JavaScriptCore/API/JSRetainPtr.h,
        JavaScriptCore/wtf/ThreadingGtk.cpp,
        JavaScriptCore/wtf/ThreadingNone.cpp,
        JavaScriptCore/wtf/ThreadingPthreads.cpp,
+       JavaScriptCore/wtf/ThreadingQt.cpp,
        JavaScriptCore/wtf/ThreadingWin.cpp,
        JavaScriptCore/wtf/ThreadSpecific.h,
        JavaScriptCore/wtf/mac/MainThreadMac.mm,
@@ -292,7 +330,6 @@ Files: JavaScriptCore/API/JSRetainPtr.h,
        WebCore/bindings/js/JSCustomSQL*,
        WebCore/bindings/js/JSCustomVoidCallback.*,
        WebCore/bindings/js/JSDatabaseCustom.cpp,
-       WebCore/bindings/js/JSDOMWindowWrapper.*,
        WebCore/bindings/js/JSHistoryCustom.cpp,
        WebCore/bindings/js/JSEventCustom.cpp,
        WebCore/bindings/js/JSHTMLFrameElementCustom.cpp,
@@ -301,6 +338,8 @@ Files: JavaScriptCore/API/JSRetainPtr.h,
        WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp,
        WebCore/bindings/js/JSSQLTransactionCustom.cpp,
        WebCore/bindings/js/JSXMLHttpRequestCustom.cpp,
+       WebCore/bindings/js/JSXSLTProcessorCustom.cpp,
+       WebCore/bindings/js/StringSourceProvider.h,
        WebCore/bindings/objc/DOMAbstractView.mm,
        WebCore/bindings/objc/DOMAbstractViewFrame.h,
        WebCore/bridge/npruntime.h,
@@ -333,6 +372,9 @@ Files: JavaScriptCore/API/JSRetainPtr.h,
        WebCore/loader/icon/PageURLRecord.*,
        WebCore/loader/mac/*,
        WebCore/page/AccessibilityObject.*,
+       WebCore/page/AccessibilityListBox.*,
+       WebCore/page/AccessibilityListBoxOption.*,
+       WebCore/page/AccessibilityRenderObject.*,
        WebCore/page/AnimationController.*,
        WebCore/page/AXObjectCache.cpp,
        WebCore/page/BarInfo.*,
@@ -412,6 +454,7 @@ Files: JavaScriptCore/API/JSRetainPtr.h,
        WebCore/platform/sql/SQLValue.*,
        WebCore/platform/sql/SQLiteAuthorizer.*,
        WebCore/platform/text/StringBuffer.h,
+       WebCore/platform/text/StringBuilder.*,
        WebCore/platform/text/mac/make-charset-table.pl,
        WebCore/platform/win/FileSystemWin.cpp,
        WebCore/platform/win/GDIObjectCounter.*,
@@ -423,6 +466,7 @@ Files: JavaScriptCore/API/JSRetainPtr.h,
        WebCore/platform/wx/ThreadingWx.cpp,
        WebCore/rendering/MediaControlElements.*,
        WebCore/rendering/RenderListBox.*,
+       WebCore/rendering/RenderReplica.*,
        WebCore/storage/*,
        WebCore/xml/XMLHttpRequest.idl,
        WebCore/xml/XMLHttpRequestException.h,
@@ -433,7 +477,6 @@ Files: JavaScriptCore/API/JSRetainPtr.h,
        WebKit/qt/WebCoreSupport/InspectorClientQt.*,
        WebKitTools/BuildSlaveSupport/*,
        WebKitTools/CodeCoverage/*,
-       WebKitTools/Drosera/*,
        WebKitTools/DumpRenderTree/*,
        WebKitTools/Scripts/*,
        WebKitTools/WebKitLauncher/*,
@@ -459,6 +502,7 @@ Files: JavaScriptCore/API/JSRetainPtr.h,
        WebKit/win/WebScriptCallFrame.*,
        WebKit/win/WebTextRenderer.*,
        WebKit/win/WebNodeHighlight.*,
+       WebKit/win/Interfaces/IWebIconFetcher.idl,
        WebKit/win/Interfaces/IWebMutableURLRequestPrivate.idl,
        WebKit/win/Interfaces/IWebSecurityOrigin.idl,
        WebKit/win/WebCoreSupport/FormValuesPropertyBag.*,
@@ -526,6 +570,8 @@ Files: WebCore/bridge/qt/*,
        WebCore/page/Plugin.h,
        WebCore/page/PrintContext.*,
        WebCore/page/WindowFeatures.cpp,
+       WebCore/page/gtk/AXObjectCacheAtk.cpp,
+       WebCore/page/gtk/AccessibilityObjectWrapperAtk.*,
        WebCore/page/mac/ChromeMac.mm,
        WebCore/platform/PopupMenuClient.h,
        WebCore/platform/PopupMenu.h,
@@ -572,6 +618,7 @@ Files: WebCore/bridge/qt/*,
        WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp,
        WebCore/platform/graphics/win/IconWin.cpp,
        WebCore/platform/gtk/CursorGtk.h,
+       WebCore/platform/gtk/EventLoopGtk.cpp,
        WebCore/platform/gtk/PasteboardHelper.h,
        WebCore/platform/mac/LocalCurrentGraphicsContext.*,
        WebCore/platform/mac/PopupMenuMac.mm,
@@ -582,19 +629,23 @@ Files: WebCore/bridge/qt/*,
        WebCore/platform/network/qt/QNetworkReplyHandler.*,
        WebCore/platform/network/qt/ResourceRequestQt.cpp,
        WebCore/platform/network/soup/ResourceHandleSoup.cpp,
+       WebCore/platform/qt/EventLoopQt.cpp,
        WebCore/platform/qt/FileChooserQt.cpp,
        WebCore/platform/qt/KURLQt.cpp,
+       WebCore/platform/qt/LoggingQt.cpp,
        WebCore/platform/qt/MenuEventProxy.h,
        WebCore/platform/qt/PopupMenuQt.cpp,
        WebCore/platform/qt/QWebPopup.*,
        WebCore/platform/qt/RenderThemeQt.*,
        WebCore/platform/qt/SearchPopupMenuQt.cpp,
        WebCore/platform/qt/WheelEventQt.cpp,
+       WebCore/platform/qt/html4-adjustments-qt.css,
        WebCore/platform/text/AtomicString.*,
        WebCore/platform/text/AtomicStringImpl.h,
        WebCore/platform/text/Base64.cpp,
        WebCore/platform/text/BidiContext.*,
        WebCore/platform/text/BidiResolver.h,
+       WebCore/platform/text/ParserUtilities.h,
        WebCore/platform/text/PlatformString.h,
        WebCore/platform/text/String.cpp,
        WebCore/platform/text/SegmentedString.*,
@@ -613,6 +664,7 @@ Files: WebCore/bridge/qt/*,
        WebCore/platform/text/win/TextBreakIteratorInternalICUWin.cpp,
        WebCore/platform/win/PopupMenuWin.cpp,
        WebCore/platform/win/SearchPopupMenuWin.cpp,
+       WebCore/platform/wx/PopupMenuWx.cpp,
        WebCore/svg/SVGAngle.idl,
        WebCore/svg/SVGColor.idl,
        WebCore/svg/SVGDocument.idl,
@@ -646,7 +698,6 @@ Files: WebCore/bridge/qt/*,
        WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.*,
        WebKit/gtk/webkit/*,
        WebKit/qt,
-       WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp,
        *
 Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
            © 1991, 1999 Free Software Foundation, Inc.
@@ -672,6 +723,7 @@ Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
            © 2004, 2005, 2006, 2007 Rob Buis <buis at kde.org>
            © 2004, 2005 Allan Sandfeld Jensen (kde at carewolf.com)
            © 2004, 2006 Zack Rusin <zack at kde.org>
+	   © 2004 Michal Zalewski <lcamtuf at coredump.cx>
            © 2005, 2006 Alexander Kellett <lypanov at kde.org>
            © 2005, 2006, 2007 Alexey Proskuryakov <ap at nypop.com>
            © 2005, 2006 Oliver Hunt <ojh16 at student.canterbury.ac.nz>
@@ -687,22 +739,24 @@ Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc.
            © 2006 Jon Shier (jshier at iastate.edu)
            © 2006, 2007 Maks Orlovich
            © 2006 Michael Emmel <mike.emmel at gmail.com>
-           © 2006 Trolltech ASA
+           © 2006, 2008 Trolltech ASA
            © 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 Krzysztof Kowalczyk <kkowalczyk at gmail.com>
            © 2007 Staikos Computing Services Inc. <info at staikos.net>
            © 2007 David Smith (catfish.man at gmail.com)
-           © 2007, 2008 Collabra, Ltd.
+           © 2007, 2008 Collabora, Ltd.
            © 2007 OpenedHand
            © 2007 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>
 License: LGPL-2+ (/usr/share/common-licenses/LGPL-2)
 
 Files: WebCore/bridge/npruntime_internal.h
-Copyright: © 2007 Collabra, Ltd.
+Copyright: © 2007 Collabora, Ltd.
 License: LGPL-2.1+ (/usr/share/common-licenses/LGPL-2)
 
 Files: JavaScriptCore/kjs/DateMath.*,
@@ -717,6 +771,7 @@ Files: JavaScriptCore/kjs/DateMath.*,
        WebCore/platform/image-decoders/zlib/mozzconf.h,
        WebCore/platform/text/UnicodeRange.*,
        WebCore/plugins/gtk/gtk2xtbin.*,
+       WebCore/plugins/gtk/xembed.h,
        WebCore/rendering/RenderArena.*,
        WebCore/rendering/RenderLayer.*
 Copyright: © 1998, 2001-2006 mozilla.org
@@ -961,3 +1016,67 @@ Files: WebKitTools/Scripts/prepare-ChangeLog
 Copyright: © 2000, 2001 Eazel, Inc.
            © 2002, 2003, 2004, 2005, 2006, 2007 Apple Inc.
 License: GPL-2+ (/usr/share/common-licenses/GPL-2)
+
+Files: WebCore/bindings/scripts/XMLTiny.pm
+Copyright: © 2007 David Cantrell
+License: other
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of either:
+ .
+    a) the GNU General Public License as published by the Free
+    Software Foundation; either version 1, or (at your option) any
+    later version, or
+    b) the "Artistic License" which comes with this Kit.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
+ the GNU General Public License or the Artistic License for more details.
+ .
+ You should have received a copy of the Artistic License with this
+ Kit, in the file named "Artistic".  If not, I'll be glad to provide one.
+ .
+ You should also have received a copy of the GNU General Public License
+ along with this program in the file named "Copying". If not, write to the
+ Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307, USA or visit their web page on the internet at
+ http://www.gnu.org/copyleft/gpl.html.
+ .
+ For those of you that choose to use the GNU General Public License,
+ my interpretation of the GNU General Public License is that no Perl
+ script falls under the terms of the GPL unless you explicitly put
+ said script under the terms of the GPL yourself.  Furthermore, any
+ object code linked with perl does not automatically fall under the
+ terms of the GPL, provided such object code only adds definitions
+ of subroutines and variables, and does not otherwise impair the
+ resulting interpreter from executing any standard Perl script.  I
+ consider linking in C subroutines in this manner to be the moral
+ equivalent of defining subroutines in the Perl language itself.  You
+ may sell such an object file as proprietary provided that you provide  
+ or offer to provide the Perl source, as specified by the GNU General
+ Public License.  (This is merely an alternate way of specifying input
+ to the program.)  You may also sell a binary produced by the dumping of
+ a running Perl script that belongs to you, provided that you provide or
+ offer to provide the Perl source as specified by the GPL.  (The
+ fact that a Perl interpreter and your code are in the same binary file
+ is, in this case, a form of mere aggregation.)  This is my interpretation
+ of the GPL.  If you still have concerns or difficulties understanding
+ my intent, feel free to contact me.  Of course, the Artistic License
+ spells all this out for your protection, so you may prefer to use that.
+
+Files: WebKitLibraries/WebCoreSQLite3
+Copyright: © 2001, 2006
+License: other
+ The author disclaims copyright to this source code.  In place of
+ a legal notice, here is a blessing:
+ .
+    May you do good and not evil.
+    May you find forgiveness for yourself and forgive others.
+    May you share freely, never taking more than you give.
+
+Files: acinclude.m4
+Copyright: © 2007, 2008 Josh Triplett <josh at freedesktop.org>
+License: other
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list