You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Stefano Bagnara (JIRA)" <ji...@apache.org> on 2009/10/06 19:37:31 UTC

[jira] Created: (JDKIM-1) Check with legal team if we can include Artistic License 1.0 licensed corpus from the Mail-DKIM perl project.

Check with legal team if we can include Artistic License 1.0 licensed corpus from the Mail-DKIM perl project.
-------------------------------------------------------------------------------------------------------------

                 Key: JDKIM-1
                 URL: https://issues.apache.org/jira/browse/JDKIM-1
             Project: JAMES jDKIM
          Issue Type: Task
            Reporter: Stefano Bagnara
            Assignee: Stefano Bagnara
            Priority: Minor


I just wrote to legal-discuss:
------------
I wrote a DKIM library (email authentication) in Java for the James
project. Now I was expanding the test cases and found that the perl
library named "Mail-DKIM" includes a good corpus of signed messages
(http://search.cpan.org/dist/Mail-DKIM/). I'd like to add them "as is"
in our test/resources folder so that they can be processed by a java
tester class as part of the default tests.

The library itself claims the license is the same of Perl 5.8.6, so it
is the Artistic License 1.0:
http://www.opensource.org/licenses/artistic-license-1.0.php

>From my understanding there should be no harm in redistributing this
kind of "data" (they are email messages, mime messages, and not some
language code) in apache packages, but I didn't find a clear answer on
the website.

So:
1) Are we allowed to include them in our src/test/resources folder
(and in derivate distributed packages)?
2) If "yes": where am I supposed to write their "origin"/"license"?
(NOTICE/LICENSE/README? In the root of cvs or the src/test/resources
folder where I'll copy them?).
----------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: [jira] Created: (JDKIM-1) Check with legal team if we can include Artistic License 1.0 licensed corpus from the Mail-DKIM perl project.

Posted by Norman Maurer <no...@googlemail.com>.
Hi Stefano,

did you try to "ping" them again?

Bye,
Norman

2009/11/19 Stefano Bagnara <ap...@bago.org>:
> Hi all,
>
> unfortunately I submitted this one to legal 1 month ago with no answers.
>
> Robert, you are the most experienced on this stuff here in JAMES, can
> you have a look at it?
>
> Stefano
>
> 2009/10/6 Stefano Bagnara (JIRA) <ji...@apache.org>:
>> Check with legal team if we can include Artistic License 1.0 licensed corpus from the Mail-DKIM perl project.
>> -------------------------------------------------------------------------------------------------------------
>>
>>                 Key: JDKIM-1
>>                 URL: https://issues.apache.org/jira/browse/JDKIM-1
>>             Project: JAMES jDKIM
>>          Issue Type: Task
>>            Reporter: Stefano Bagnara
>>            Assignee: Stefano Bagnara
>>            Priority: Minor
>>
>>
>> I just wrote to legal-discuss:
>> ------------
>> I wrote a DKIM library (email authentication) in Java for the James
>> project. Now I was expanding the test cases and found that the perl
>> library named "Mail-DKIM" includes a good corpus of signed messages
>> (http://search.cpan.org/dist/Mail-DKIM/). I'd like to add them "as is"
>> in our test/resources folder so that they can be processed by a java
>> tester class as part of the default tests.
>>
>> The library itself claims the license is the same of Perl 5.8.6, so it
>> is the Artistic License 1.0:
>> http://www.opensource.org/licenses/artistic-license-1.0.php
>>
>> From my understanding there should be no harm in redistributing this
>> kind of "data" (they are email messages, mime messages, and not some
>> language code) in apache packages, but I didn't find a clear answer on
>> the website.
>>
>> So:
>> 1) Are we allowed to include them in our src/test/resources folder
>> (and in derivate distributed packages)?
>> 2) If "yes": where am I supposed to write their "origin"/"license"?
>> (NOTICE/LICENSE/README? In the root of cvs or the src/test/resources
>> folder where I'll copy them?).
>> ----------
>>
>> --
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-dev-help@james.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: [jira] Created: (JDKIM-1) Check with legal team if we can include Artistic License 1.0 licensed corpus from the Mail-DKIM perl project.

Posted by Stefano Bagnara <ap...@bago.org>.
Hi all,

unfortunately I submitted this one to legal 1 month ago with no answers.

Robert, you are the most experienced on this stuff here in JAMES, can
you have a look at it?

Stefano

2009/10/6 Stefano Bagnara (JIRA) <ji...@apache.org>:
> Check with legal team if we can include Artistic License 1.0 licensed corpus from the Mail-DKIM perl project.
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: JDKIM-1
>                 URL: https://issues.apache.org/jira/browse/JDKIM-1
>             Project: JAMES jDKIM
>          Issue Type: Task
>            Reporter: Stefano Bagnara
>            Assignee: Stefano Bagnara
>            Priority: Minor
>
>
> I just wrote to legal-discuss:
> ------------
> I wrote a DKIM library (email authentication) in Java for the James
> project. Now I was expanding the test cases and found that the perl
> library named "Mail-DKIM" includes a good corpus of signed messages
> (http://search.cpan.org/dist/Mail-DKIM/). I'd like to add them "as is"
> in our test/resources folder so that they can be processed by a java
> tester class as part of the default tests.
>
> The library itself claims the license is the same of Perl 5.8.6, so it
> is the Artistic License 1.0:
> http://www.opensource.org/licenses/artistic-license-1.0.php
>
> From my understanding there should be no harm in redistributing this
> kind of "data" (they are email messages, mime messages, and not some
> language code) in apache packages, but I didn't find a clear answer on
> the website.
>
> So:
> 1) Are we allowed to include them in our src/test/resources folder
> (and in derivate distributed packages)?
> 2) If "yes": where am I supposed to write their "origin"/"license"?
> (NOTICE/LICENSE/README? In the root of cvs or the src/test/resources
> folder where I'll copy them?).
> ----------
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JDKIM-1) Check with legal team if we can include Artistic License 1.0 licensed corpus from the Mail-DKIM perl project.

Posted by "Stefano Bagnara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JDKIM-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefano Bagnara resolved JDKIM-1.
---------------------------------

    Resolution: Fixed

Just added the test data to svn.

> Check with legal team if we can include Artistic License 1.0 licensed corpus from the Mail-DKIM perl project.
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: JDKIM-1
>                 URL: https://issues.apache.org/jira/browse/JDKIM-1
>             Project: JAMES jDKIM
>          Issue Type: Task
>          Components: library
>    Affects Versions: 0.2
>            Reporter: Stefano Bagnara
>            Assignee: Stefano Bagnara
>            Priority: Minor
>             Fix For: 0.2
>
>
> I just wrote to legal-discuss:
> ------------
> I wrote a DKIM library (email authentication) in Java for the James
> project. Now I was expanding the test cases and found that the perl
> library named "Mail-DKIM" includes a good corpus of signed messages
> (http://search.cpan.org/dist/Mail-DKIM/). I'd like to add them "as is"
> in our test/resources folder so that they can be processed by a java
> tester class as part of the default tests.
> The library itself claims the license is the same of Perl 5.8.6, so it
> is the Artistic License 1.0:
> http://www.opensource.org/licenses/artistic-license-1.0.php
> From my understanding there should be no harm in redistributing this
> kind of "data" (they are email messages, mime messages, and not some
> language code) in apache packages, but I didn't find a clear answer on
> the website.
> So:
> 1) Are we allowed to include them in our src/test/resources folder
> (and in derivate distributed packages)?
> 2) If "yes": where am I supposed to write their "origin"/"license"?
> (NOTICE/LICENSE/README? In the root of cvs or the src/test/resources
> folder where I'll copy them?).
> ----------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org