<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi to all<br>
<br>
Just a fast reply to luis:<br>
<br>
___author___ points to a string there fore you can add more than one
author, or just use __authors__ I havent done the table yet, this
weekend was to complicated to me. I wil look at it as soon as
possible<br>
<br>
<div class="moz-cite-prefix">On 28-09-16 08:46, Luís de Sousa
wrote:<br>
</div>
<blockquote
cite="mid:z7ml2WkenxyaqjH_OhkKrhzfZaj7oyaGMLckraroFHAJoGS5x70kFxievhGuVcfVNt1YXZ_1sz6rxQqqjqlR1g==@protonmail.ch"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div>My votes:<br>
</div>
<div><br>
</div>
<div>1) +1<br>
</div>
<div>2) 0 (can the __author__ field reference more than one
person?) <br>
</div>
<div>3) 0 (is there a table already?)<br>
</div>
<div>4) +1 (all files)<br>
</div>
<div>5) +1<br>
</div>
<div><br>
</div>
<div>A note on 4) I would prefer to have a single licence for the
whole code, and perhaps a different licence for the docs.<br>
</div>
<div><br>
</div>
<div>Cheers,<br>
</div>
<div><br>
</div>
<div>Luís<br>
</div>
<div class="protonmail_signature_block ">
<div class="protonmail_signature_block-user "><br>
</div>
<div class="protonmail_signature_block-proton
protonmail_signature_block-empty"><br>
</div>
</div>
<div><br>
</div>
<blockquote type="cite" class="protonmail_quote">
<div>-------- Original Message --------<br>
</div>
<div>Subject: [Pywps-dev] copyright and authorship<br>
</div>
<div>Local Time: 18 September 2016 7:26 PM<br>
</div>
<div>UTC Time: 18 September 2016 17:26<br>
</div>
<div>From: <a class="moz-txt-link-abbreviated" href="mailto:jorge.mendesdejesus@wur.nl">jorge.mendesdejesus@wur.nl</a><br>
</div>
<div>To: <a class="moz-txt-link-abbreviated" href="mailto:pywps-dev@lists.osgeo.org">pywps-dev@lists.osgeo.org</a>
<a class="moz-txt-link-rfc2396E" href="mailto:pywps-dev@lists.osgeo.org"><pywps-dev@lists.osgeo.org></a><br>
</div>
<div><br>
</div>
<div>Hi to all<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
I am looking at adding the copyright and authorship to the
pywps code (headers on python code). I am currently working on
my branch [0] and Tom suggested that I send an email for
consensus on the topics bellow<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
1) Adding GLP for pywps 3.2 and MIT for pywps4<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
On the branch pywps-3.2 ( is it also necessary on branch
pywps-3.2.3 ???) I have added the generic GLP license [1]
while on pywps4 the generic MIT [2]. There was already
consensus that we have to jump from GLP to MIT.<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
Aside from license changes from GLP to MIT, also there is a
change of headers I included the author name on GLP (also see
point 2) and then on the MIT I only have a generic "pywps
project steering committee".<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
eg GLP:<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
# Author: Jachym Cepicky<br>
</div>
<div>
# <a class="moz-txt-link-freetext" href="http://les-ejk.cz">http://les-ejk.cz</a><br>
</div>
<div>
# License:<br>
</div>
<div>
#<br>
</div>
<div>
# Web Processing Service implementation<br>
</div>
<div>
# Copyright (C) 2006 Jachym Cepicky<br>
</div>
<div>
<br>
</div>
<div>
e.g MIT<br>
</div>
<div>
# Copyright (C) 2014-2016 PyWPS Development Team, represented
by<br>
</div>
<div>
# PyWPS Project Steering Committee<br>
</div>
<div>
<br>
</div>
<div>
Is this ok ??? Are people happy witih it ??? Jachym ??? This
was more or less the headers used in one files<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
2) Authorship<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
I have looked at the code of pywps-4 code and in some files I
have the authors name: eg: Alex Morega, when ever I found
author information I have added as:<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
__author__ = "Alex Morega"<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
I like it since it is more pythonic, does anyone objects this
pythonic author naming and header structure [3] ???<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
3) Pywps 4.0 author claim (next weekend)<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
I will set up a table with file name and authors, for people
to comment and claim ownership. I am more or less assuming
that if you haven't indicate your name in the code than the
code was mainly done by Jachym.<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
4) I have added some indication on XML/HTML/Javascript what
license is being used, I was wondering if this is also
necessary for templates and other text files ???<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
5) I will pass all code in flake8 and fix it<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
This is mainly for cosmetic code changes but also check things
like unused modules or variables.<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
Thank you<br>
</div>
<div>
<br>
</div>
<div>
Jorge<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
[0] <a class="moz-txt-link-freetext" href="https://github.com/jorgejesus/pywps/">https://github.com/jorgejesus/pywps/</a><br>
</div>
<div>
<br>
</div>
<div>
[1] See att GPL2 license<br>
</div>
<div>
<br>
</div>
<div>
[2] See att MIT license<br>
</div>
<div>
<br>
</div>
<div>
[3]
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/1523427/what-is-the-common-header-format-of-python-files">http://stackoverflow.com/questions/1523427/what-is-the-common-header-format-of-python-files</a><br>
</div>
<div>
<br>
</div>
<div>
_______________________________________________<br>
</div>
<div>
pywps-dev mailing list<br>
</div>
<div>
<a class="moz-txt-link-abbreviated" href="mailto:pywps-dev@lists.osgeo.org">pywps-dev@lists.osgeo.org</a><br>
</div>
<div>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/pywps-dev">http://lists.osgeo.org/mailman/listinfo/pywps-dev</a><br>
</div>
</blockquote>
<div><br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
pywps-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pywps-dev@lists.osgeo.org">pywps-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/pywps-dev">http://lists.osgeo.org/mailman/listinfo/pywps-dev</a></pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
ISRIC - World Soil Information
Post: PO box 353, 6700 AJ, Wageningen,
The Netherlands Visiting Address: Droevendaalsesteeg 3, 6708 PB
Wageningen (Bdg. 101),
Office: C.013
Office Phone: +31 (0) 317 4 83715
Mobile Phone: +31 (0) 613 9 06950
Skype: jorge.de.jesus (Jorge Samuel Mendes de Jesus)
OpenPGPKey: 0xA3D0065A</pre>
</body>
</html>