Bug#673268: libqtwebkit4: utterly incorrect debian/copyright

2012-07-10 Thread Elena ``of Valhalla''
I'm converting to machine readable debian/copyright because otherwise 
I didn't see any sensible way to keep track of the different licenses / 
copyright owners.

Attached is a very partial debian/copyright file, up to
Source/JavaScriptCore (plus Tools and WebKitLibraries); 
any comment on the format before I continue?
-- 
Elena ``of Valhalla''
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://trac.webkit.org/wiki/QtWebKitJournal


Files: wscript
Copyright: 2009 Kevin Ollivier
License: BSD-2-apple

Files: Examples/NetscapeCocoaPlugin/* Examples/NetscapeCoreAnimationPlugin/* 
 Examples/NetscapeInputMethodPlugin/*
Copyright: Apple Computer, Inc.
License: permissive-apple_computer_inc

Files: Examples/NetscapeCoreAnimationMoviePlugin
Copyright: 2009 Apple Inc.
License: permissive-apple_inc

Files: Source/autotools/dolt.m4
Copyright: 2007-2008 Josh Triplett j...@freedesktop.org
License: permissive-dolt

Files: Source/cmake/FindFontconfig.cmake
Copyright: 2006,2007 Laurent Montel, mon...@kde.org
License: BSD-3-clause

Files: Source/cmake/FindLibSoup2.cmake
Copyright: 2007 Daniel Gollub gol...@b1-systems.de
 2008 Bjoern Ricks  bjoern.ri...@gmail.com
License: BSD-3-clause

Files: Source/gyp/configure
Copyright: 2011 Google Inc.
License: BSD-3-google

Files: WebKitLibraries/WebCoreSQLite3/*
Copyright: 2001, 2006 D. Richard Hipp d...@hwaci.com
License: copyright-disclaimer

Files: Source/JavaScriptCore/API/APICast.h
 Source/JavaScriptCore/API/APIShims.h
 Source/JavaScriptCore/API/JavaScriptCore.h
 Source/JavaScriptCore/API/JSBase.*
 Source/JavaScriptCore/API/JSBasePrivate.h
 Source/JavaScriptCore/API/JSCallbackConstructor.*
 Source/JavaScriptCore/API/JSCallbackFunction.*
 Source/JavaScriptCore/API/JSClassRef.*
 Source/JavaScriptCore/API/JSContextRef.h
 Source/JavaScriptCore/API/JSContextRefPrivate.h
 Source/JavaScriptCore/API/JSStringRefCF.*
 Source/JavaScriptCore/API/JSStringRef.h
 Source/JavaScriptCore/API/JSValueRef.h
Copyright: 2006-2009 Apple Computer, Inc.
License: BSD-2-apple_computer_inc

Files: Source/JavaScriptCore/API/JSContextRef.cpp
 Source/JavaScriptCore/API/JSObjectRefPrivate.h
 Source/JavaScriptCore/API/JSProfilerPrivate.*
 Source/JavaScriptCore/API/JSStringRef.cpp
 Source/JavaScriptCore/API/JSValueRef.cpp
 Source/JavaScriptCore/API/JSWeakObjectMapRefInternal.h
 Source/JavaScriptCore/API/JSWeakObjectMapRefPrivate.*
 Source/JavaScriptCore/API/OpaqueJSString.*
 Source/JavaScriptCore/API/WebKitAvailability.h
Copyright: 2005-2010 Apple Inc.
License: BSD-2-apple_computer_inc

Files: Source/JavaScriptCore/API/JSCallbackObject.cpp
 Source/JavaScriptCore/API/JSCallbackObjectFunctions.h
 Source/JavaScriptCore/API/JSCallbackObject.h
Copyright: 2006-2008,2010 Apple Computer, Inc.
 2007 Eric Seidel e...@webkit.org
License: BSD-2-apple_computer_inc

Files: Source/JavaScriptCore/API/JavaScript.h
Copyright: 2006 Apple Inc.
 2008 Alp Toker a...@atoker.com
License: BSD-2-apple_computer_inc

Files: Source/JavaScriptCore/API/JSObjectRef.cpp
 Source/JavaScriptCore/API/JSObjectRef.h
Copyright: 2006, 2007, 2008 Apple Inc.
 2008 Kelvin W Sherlock (ksherl...@gmail.com)
License: BSD-2-apple_computer_inc

Files: Tools/QtTestBrowser/fpstimer.*
Copyright: 2010 Nokia Corporation and/or its subsidiary(-ies)
License: BSD-2-apple_computer_inc

Files: Tools/QtTestBrowser/launcherwindow.*
 Tools/QtTestBrowser/main.*
 Tools/QtTestBrowser/mainwindow.*
 Tools/QtTestBrowser/webpage.*
 Tools/QtTestBrowser/webview.*
Copyright: 2009-2010 Nokia Corporation and/or its subsidiary(-ies)
 2009 Girish Ramakrishnan gir...@forwardbias.in
 2006 George Staikos stai...@kde.org
 2006 Dirk Mueller muel...@kde.org
 2006 Zack Rusin z...@kde.org
 2006 Simon Hausmann hausm...@kde.org
License: BSD-2-apple_computer_inc

Files: Tools/QtTestBrowser/locationedit.*
Copyright: 2010 Nokia Corporation and/or its subsidiary(-ies)
 2011 Andreas Kling kl...@webkit.org
License: BSD-2-apple_computer_inc

Files: Tools/QtTestBrowser/urlloader.*
Copyright: 2010 Nokia Corporation and/or its subsidiary(-ies)
 2009 University of Szeged
License: BSD-2-apple_computer_inc

Files: Tools/QtTestBrowser/utils.*
 Tools/QtTestBrowser/webinspector.h
Copyright: 2010 Nokia Corporation and/or its subsidiary(-ies)
License: BSD-2-apple_computer_inc

Files: WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h
 WebKitLibraries/win/tools/scripts/auto-version.sh
 WebKitLibraries/win/tools/scripts/feature-defines.sh
Copyright: 2007-2010 Apple Inc.
License: BSD-2-apple_computer_inc

Files: Source/JavaScriptCore/API/JSRetainPtr.h
 Source/JavaScriptCore/API/JSStringRefBSTR.cpp
 Source/JavaScriptCore/API/JSStringRefBSTR.h
Copyright: 2005, 2006, 2007, 2010 Apple Inc.
License: BSD-3-apple_computer_inc










License: BSD-2-apple-inc
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1.  Redistributions of source code

Bug#673268: libqtwebkit4: utterly incorrect debian/copyright

2012-07-09 Thread Elena ``of Valhalla''
While looking at the various files I've found the following issues.

The files Source/cmake/FindLibXlst.cmake and Source/cmake/FindSqlite.cmake 
refer to a file ``COPYING-CMAKE-SCRIPTS`` for the details of 
their (BSD) license, but no such file exists in the source.

The file WebKitLibraries/WebKitSystemInterface.h has just::

/*  
WebKitSystemInterface.h
Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All 
rights reserved.

Public header file.
*/

and no license.

-- 
Elena ``of Valhalla'' Grandi



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120709180730.ga10...@genesis.home.trueelena.org



Bug#673268: libqtwebkit4: utterly incorrect debian/copyright

2012-07-06 Thread Elena ``of Valhalla''
I will have time to work on it in the coming week.
-- 
Elena ``of Valhalla'' Grandi



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120706073336.ga2...@genesis.home.trueelena.org