You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stephen Connolly (JIRA)" <ji...@apache.org> on 2011/01/20 16:35:45 UTC

[jira] Created: (CASSANDRA-2016) Files added with missing license headers

Files added with missing license headers
----------------------------------------

                 Key: CASSANDRA-2016
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2016
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.7.1
            Reporter: Stephen Connolly
            Priority: Blocker


       src/java/org/apache/cassandra/utils/BloomFilterSerializer.java
       src/java/org/apache/cassandra/utils/LegacyBloomFilterSerializer.java
       src/java/org/apache/cassandra/service/RepairCallback.java
       src/java/org/apache/cassandra/io/util/ColumnSortedMap.java

are all missing license headers... ASLv2 I assume

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


[jira] Updated: (CASSANDRA-2016) Files added with missing license headers

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

Stephen Connolly updated CASSANDRA-2016:
----------------------------------------

    Attachment:     (was: missing-license-headers.diff)

> Files added with missing license headers
> ----------------------------------------
>
>                 Key: CASSANDRA-2016
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2016
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Stephen Connolly
>            Priority: Blocker
>         Attachments: CASSANDRA-2016-missing-license-headers.patch
>
>
>        src/java/org/apache/cassandra/utils/BloomFilterSerializer.java
>        src/java/org/apache/cassandra/utils/LegacyBloomFilterSerializer.java
>        src/java/org/apache/cassandra/service/RepairCallback.java
>        src/java/org/apache/cassandra/io/util/ColumnSortedMap.java
> are all missing license headers... ASLv2 I assume

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


[jira] Issue Comment Edited: (CASSANDRA-2016) Files added with missing license headers

Posted by "Stephen Connolly (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984231#action_12984231 ] 

Stephen Connolly edited comment on CASSANDRA-2016 at 1/20/11 10:38 AM:
-----------------------------------------------------------------------

attached patch adds the ASL headers which I assume are missing by mistake and not intentionally

      was (Author: stephenc):
    renamed patch to include the issue number as it makes managing them easier when you are applying them!
  
> Files added with missing license headers
> ----------------------------------------
>
>                 Key: CASSANDRA-2016
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2016
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Stephen Connolly
>            Priority: Blocker
>         Attachments: CASSANDRA-2016-missing-license-headers.patch
>
>
>        src/java/org/apache/cassandra/utils/BloomFilterSerializer.java
>        src/java/org/apache/cassandra/utils/LegacyBloomFilterSerializer.java
>        src/java/org/apache/cassandra/service/RepairCallback.java
>        src/java/org/apache/cassandra/io/util/ColumnSortedMap.java
> are all missing license headers... ASLv2 I assume

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


[jira] Updated: (CASSANDRA-2016) Files added with missing license headers

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

Stephen Connolly updated CASSANDRA-2016:
----------------------------------------

    Attachment: missing-license-headers.diff

attached patch adds the ASL headers which I assume are missing by mistake and not intentionally

> Files added with missing license headers
> ----------------------------------------
>
>                 Key: CASSANDRA-2016
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2016
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Stephen Connolly
>            Priority: Blocker
>         Attachments: CASSANDRA-2016-missing-license-headers.patch
>
>
>        src/java/org/apache/cassandra/utils/BloomFilterSerializer.java
>        src/java/org/apache/cassandra/utils/LegacyBloomFilterSerializer.java
>        src/java/org/apache/cassandra/service/RepairCallback.java
>        src/java/org/apache/cassandra/io/util/ColumnSortedMap.java
> are all missing license headers... ASLv2 I assume

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


[jira] Updated: (CASSANDRA-2016) Files added with missing license headers

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

Stephen Connolly updated CASSANDRA-2016:
----------------------------------------

    Attachment: CASSANDRA-2016-missing-license-headers.patch

renamed patch to include the issue number as it makes managing them easier when you are applying them!

> Files added with missing license headers
> ----------------------------------------
>
>                 Key: CASSANDRA-2016
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2016
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Stephen Connolly
>            Priority: Blocker
>         Attachments: CASSANDRA-2016-missing-license-headers.patch
>
>
>        src/java/org/apache/cassandra/utils/BloomFilterSerializer.java
>        src/java/org/apache/cassandra/utils/LegacyBloomFilterSerializer.java
>        src/java/org/apache/cassandra/service/RepairCallback.java
>        src/java/org/apache/cassandra/io/util/ColumnSortedMap.java
> are all missing license headers... ASLv2 I assume

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


[jira] Commented: (CASSANDRA-2016) Files added with missing license headers

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984272#action_12984272 ] 

Hudson commented on CASSANDRA-2016:
-----------------------------------

Integrated in Cassandra-0.7 #182 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/182/])
    added missing license headers

Patch eevans; reported by Stephen Connolly for CASSANDRA-2016


> Files added with missing license headers
> ----------------------------------------
>
>                 Key: CASSANDRA-2016
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2016
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Stephen Connolly
>            Assignee: Stephen Connolly
>            Priority: Blocker
>             Fix For: 0.7.1
>
>         Attachments: CASSANDRA-2016-missing-license-headers.patch
>
>
>        src/java/org/apache/cassandra/utils/BloomFilterSerializer.java
>        src/java/org/apache/cassandra/utils/LegacyBloomFilterSerializer.java
>        src/java/org/apache/cassandra/service/RepairCallback.java
>        src/java/org/apache/cassandra/io/util/ColumnSortedMap.java
> are all missing license headers... ASLv2 I assume

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


[jira] Updated: (CASSANDRA-2016) Files added with missing license headers

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

Stephen Connolly updated CASSANDRA-2016:
----------------------------------------

    Comment: was deleted

(was: attached patch adds the ASL headers which I assume are missing by mistake and not intentionally)

> Files added with missing license headers
> ----------------------------------------
>
>                 Key: CASSANDRA-2016
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2016
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Stephen Connolly
>            Priority: Blocker
>         Attachments: CASSANDRA-2016-missing-license-headers.patch
>
>
>        src/java/org/apache/cassandra/utils/BloomFilterSerializer.java
>        src/java/org/apache/cassandra/utils/LegacyBloomFilterSerializer.java
>        src/java/org/apache/cassandra/service/RepairCallback.java
>        src/java/org/apache/cassandra/io/util/ColumnSortedMap.java
> are all missing license headers... ASLv2 I assume

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


[jira] Commented: (CASSANDRA-2016) Files added with missing license headers

Posted by "Eric Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984241#action_12984241 ] 

Eric Evans commented on CASSANDRA-2016:
---------------------------------------

There is an ant target, {{rat-write}}, which I use when creating release artifacts (as someone has usually forgotten).

> Files added with missing license headers
> ----------------------------------------
>
>                 Key: CASSANDRA-2016
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2016
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Stephen Connolly
>            Priority: Blocker
>         Attachments: CASSANDRA-2016-missing-license-headers.patch
>
>
>        src/java/org/apache/cassandra/utils/BloomFilterSerializer.java
>        src/java/org/apache/cassandra/utils/LegacyBloomFilterSerializer.java
>        src/java/org/apache/cassandra/service/RepairCallback.java
>        src/java/org/apache/cassandra/io/util/ColumnSortedMap.java
> are all missing license headers... ASLv2 I assume

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