You are viewing a plain text version of this content. The canonical link for it is here.
Posted to legal-discuss@apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/06/10 07:05:45 UTC

[jira] Created: (LEGAL-3) Can JMeter depend on CC-Attribution'd JCIP annotations?

Can JMeter depend on CC-Attribution'd JCIP annotations?
-------------------------------------------------------

                 Key: LEGAL-3
                 URL: https://issues.apache.org/jira/browse/LEGAL-3
             Project: Legal Discuss
          Issue Type: Question
            Reporter: Sebb




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


---------------------------------------------------------------------
DISCLAIMER: Discussions on this list are informational and educational
only.  Statements made on this list are not privileged, do not
constitute legal advice, and do not necessarily reflect the opinions
and policies of the ASF.  See <http://www.apache.org/licenses/> for
official ASF policies and documents.
---------------------------------------------------------------------
To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
For additional commands, e-mail: legal-discuss-help@apache.org


[jira] Updated: (LEGAL-3) Can projects depend on CC-Attribution'd JCIP annotations?

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

Sebb updated LEGAL-3:
---------------------

    Description: 
Projects that depend on Java 1.5+ may wish to make use of the net.jcip.annotations package which is (partly) supported by Findbugs:

Immutable,
NotThreadSafe
ThreadSafe
GuardedBy
        Summary: Can projects depend on CC-Attribution'd JCIP annotations?  (was: Can JMeter depend on CC-Attribution'd JCIP annotations?)

> Can projects depend on CC-Attribution'd JCIP annotations?
> ---------------------------------------------------------
>
>                 Key: LEGAL-3
>                 URL: https://issues.apache.org/jira/browse/LEGAL-3
>             Project: Legal Discuss
>          Issue Type: Question
>            Reporter: Sebb
>
> Projects that depend on Java 1.5+ may wish to make use of the net.jcip.annotations package which is (partly) supported by Findbugs:
> Immutable,
> NotThreadSafe
> ThreadSafe
> GuardedBy

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


---------------------------------------------------------------------
DISCLAIMER: Discussions on this list are informational and educational
only.  Statements made on this list are not privileged, do not
constitute legal advice, and do not necessarily reflect the opinions
and policies of the ASF.  See <http://www.apache.org/licenses/> for
official ASF policies and documents.
---------------------------------------------------------------------
To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
For additional commands, e-mail: legal-discuss-help@apache.org


[jira] Commented: (LEGAL-3) Can projects depend on CC-Attribution'd JCIP annotations?

Posted by "Sam Ruby (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LEGAL-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604702#action_12604702 ] 

Sam Ruby commented on LEGAL-3:
------------------------------

CC-Attribution says "You must attribute the work in the manner specified by the author or licensor".  The Copyright and license information on http://www.javaconcurrencyinpractice.com/annotations/doc/net/jcip/annotations/package-summary.html says "Any republication or derived work distributed in source code form must include the copyright and license notice.".  That seems acceptable.

> Can projects depend on CC-Attribution'd JCIP annotations?
> ---------------------------------------------------------
>
>                 Key: LEGAL-3
>                 URL: https://issues.apache.org/jira/browse/LEGAL-3
>             Project: Legal Discuss
>          Issue Type: Question
>            Reporter: Sebb
>
> Projects that depend on Java 1.5+ may wish to make use of the net.jcip.annotations package which is (partly) supported by Findbugs:
> Immutable,
> NotThreadSafe
> ThreadSafe
> GuardedBy

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


---------------------------------------------------------------------
DISCLAIMER: Discussions on this list are informational and educational
only.  Statements made on this list are not privileged, do not
constitute legal advice, and do not necessarily reflect the opinions
and policies of the ASF.  See <http://www.apache.org/licenses/> for
official ASF policies and documents.
---------------------------------------------------------------------
To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
For additional commands, e-mail: legal-discuss-help@apache.org


[jira] Closed: (LEGAL-3) Can projects depend on CC-Attribution'd JCIP annotations?

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

Henri Yandell closed LEGAL-3.
-----------------------------

    Resolution: Fixed

Added to the 'category A' list.

> Can projects depend on CC-Attribution'd JCIP annotations?
> ---------------------------------------------------------
>
>                 Key: LEGAL-3
>                 URL: https://issues.apache.org/jira/browse/LEGAL-3
>             Project: Legal Discuss
>          Issue Type: Question
>            Reporter: Sebb
>
> Projects that depend on Java 1.5+ may wish to make use of the net.jcip.annotations package which is (partly) supported by Findbugs:
> Immutable,
> NotThreadSafe
> ThreadSafe
> GuardedBy

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


---------------------------------------------------------------------
DISCLAIMER: Discussions on this list are informational and educational
only.  Statements made on this list are not privileged, do not
constitute legal advice, and do not necessarily reflect the opinions
and policies of the ASF.  See <http://www.apache.org/licenses/> for
official ASF policies and documents.
---------------------------------------------------------------------
To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
For additional commands, e-mail: legal-discuss-help@apache.org


[jira] Commented: (LEGAL-3) Can projects depend on CC-Attribution'd JCIP annotations?

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LEGAL-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604774#action_12604774 ] 

Sebb commented on LEGAL-3:
--------------------------

Does republication include adding the jar to a Maven repository?
I assume it probably does.

Does "in source code form" apply to republication or just "derived work" ?

> Can projects depend on CC-Attribution'd JCIP annotations?
> ---------------------------------------------------------
>
>                 Key: LEGAL-3
>                 URL: https://issues.apache.org/jira/browse/LEGAL-3
>             Project: Legal Discuss
>          Issue Type: Question
>            Reporter: Sebb
>
> Projects that depend on Java 1.5+ may wish to make use of the net.jcip.annotations package which is (partly) supported by Findbugs:
> Immutable,
> NotThreadSafe
> ThreadSafe
> GuardedBy

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


---------------------------------------------------------------------
DISCLAIMER: Discussions on this list are informational and educational
only.  Statements made on this list are not privileged, do not
constitute legal advice, and do not necessarily reflect the opinions
and policies of the ASF.  See <http://www.apache.org/licenses/> for
official ASF policies and documents.
---------------------------------------------------------------------
To unsubscribe, e-mail: legal-discuss-unsubscribe@apache.org
For additional commands, e-mail: legal-discuss-help@apache.org