Hey, I am in the process of updating my Debian package of Werkzeug for 0.4 and I'm running into some problems with the copyright and licensing.
Firstly we have the following page: http://werkzeug.pocoo.org/license Which lists the copyright as "the Pocoo Team" with a BSD license. Unfortunately the source code is littered with varying copyright holders, years, and multiple licenses being used. The LICENCE file disagrees with the above link, and the AUTHORS file doesn't mention all of the authors listed in the copyright fields. From my perspective, this makes packaging very hard because I have to exactly enumerate each combination found in the source code. I have included a list of all the copyright statements I found, which I would have to convert into a specific format the copyright record of my package. Each time the package changes I am going to have to update this list, which has taken me some time to compile. Is there any chance you would consider consolidating the copyright and license notices so that they all read the same and making a 0.4.1 release? Copyright notices found: 2008 - GPL - Armin Ronacher examples/cupoftee/utils.py examples/cupoftee/__init__.py examples/cupoftee/pages.py examples/cupoftee/network.py examples/cupoftee/application.py examples/cupoftee/db.py examples/objectapp.py werkzeug/_internal.py 2008 - BSD - Armin Ronacher examples/manage-cupoftee.py examples/httpbasicauth.py werkzeug/local.py werkzeug/testapp.py werkzeug/debug/utils.py werkzeug/debug/console.py werkzeug/debug/tbtools.py werkzeug/debug/repr.py werkzeug/exceptions.py werkzeug/__init__.py werkzeug/contrib/cache.py werkzeug/useragents.py werkzeug/serving.py werkzeug/http.py 2007 - BSD - Armin Ronacher Makefile examples/simplewiki/actions.py examples/simplewiki/utils.py examples/simplewiki/specialpages.py examples/simplewiki/__init__.py examples/simplewiki/database.py examples/simplewiki/application.py examples/manage-i18nurls.py examples/upload.py examples/plnt/utils.py examples/plnt/__init__.py examples/plnt/webapp.py examples/plnt/views.py examples/plnt/database.py examples/coolmagic/views/__init__.py examples/coolmagic/views/static.py examples/coolmagic/utils.py examples/coolmagic/__init__.py examples/coolmagic/helpers.py examples/coolmagic/application.py examples/manage-webpylike.py examples/contrib/securecookie.py examples/manage-plnt.py examples/manage-simplewiki.py examples/webpylike/example.py examples/webpylike/webpylike.py examples/manage-coolmagic.py tests/test_templates.py tests/test_routing.py tests/test_wrappers.py werkzeug/test.py werkzeug/contrib/reporterstream.py werkzeug/contrib/limiter.py werkzeug/contrib/sessions.py werkzeug/contrib/iterio.py 2006 - BSD - Armin Ronacher werkzeug/contrib/profiler.py 2008 - BSD - Armin Ronacher, Leif K-Brooks, Thomas Johansson werkzeug/routing.py 2008 - BSD - Armin Ronacher, Thomas Johansson werkzeug/script.py 2007 - BSD - Armin Ronacher, Thomas Johansson werkzeug/contrib/securecookie.py 2008 - BSD - Armin Ronacher, Georg Brandl werkzeug/utils.py werkzeug/debug/__init__.py werkzeug/wrappers.py 2007 - BSD - Armin Ronacher, Georg Brandl tests/test_utils.py werkzeug/utils.py werkzeug/debug/__init__.py werkzeug/debug/render.py werkzeug/wrappers.py 2008 - BSD - Armin Ronacher, Ka-Ping Yee werkzeug/templates.py 2008 - BSD - Marek Kubica, Armin Ronacher werkzeug/contrib/kickstart.py 2008 - BSD - Armin Ronacher, Marian Sigler werkzeug/contrib/atom.py 2008 - BSD - Marek Kubica, Marian Sigler, Armin Ronacher, Leif K-Brooks, Ronny Pfannschmid, Thomas Johansson werkzeug/contrib/__init__.py 2008 - BSD - Armin Ronacher, Alexander Schremmer tests/conftest.py 2007 - BSD - Benjamin Wiegand, Marian Sigler, Armin Ronacher examples/plnt/sync.py 2007 - BSD - Ronny Pfannschmidt werkzeug/contrib/testtools.py 2007 - BSD - Armin Ronacher, Leif K-Brooks werkzeug/contrib/jsrouting.py -- Noah Slater, http://tumbolia.org/nslater --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
