You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Andrew McGeachie (JIRA)" <ji...@apache.org> on 2009/01/20 16:10:59 UTC

[jira] Created: (THRIFT-279) Cocoa library source files need license and author attribution

Cocoa library source files need license and author attribution
--------------------------------------------------------------

                 Key: THRIFT-279
                 URL: https://issues.apache.org/jira/browse/THRIFT-279
             Project: Thrift
          Issue Type: Bug
          Components: Library (Cocoa)
            Reporter: Andrew McGeachie


All (or at least 99.99% of) the lib cocoa source files have no author attribution and no license information.  

Would something like this be appropriate:

//
// WhateverFile.xyz
//
// Authors:
//    So And So <xy...@gmail.com>
//    Some Other Person <fo...@gmail.com>
//
//  Licensed under the Apache License, Version 2.0 (the "License");
//  you may not use this file except in compliance with the License.
//  You may obtain a copy of the License at
//
//      http://www.apache.org/licenses/LICENSE-2.0
//
//  Unless required by applicable law or agreed to in writing, software
//  distributed under the License is distributed on an "AS IS" BASIS, 
//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
//  See the License for the specific language governing permissions and
//  limitations under the License.
//

?

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


[jira] Resolved: (THRIFT-279) Cocoa library source files need license and author attribution

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

Andrew McGeachie resolved THRIFT-279.
-------------------------------------

    Resolution: Duplicate

Resolving as dup.

> Cocoa library source files need license and author attribution
> --------------------------------------------------------------
>
>                 Key: THRIFT-279
>                 URL: https://issues.apache.org/jira/browse/THRIFT-279
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>            Reporter: Andrew McGeachie
>
> All (or at least 99.99% of) the lib cocoa source files have no author attribution and no license information.  
> Would something like this be appropriate:
> //
> // WhateverFile.xyz
> //
> // Authors:
> //    So And So <xy...@gmail.com>
> //    Some Other Person <fo...@gmail.com>
> //
> //  Licensed under the Apache License, Version 2.0 (the "License");
> //  you may not use this file except in compliance with the License.
> //  You may obtain a copy of the License at
> //
> //      http://www.apache.org/licenses/LICENSE-2.0
> //
> //  Unless required by applicable law or agreed to in writing, software
> //  distributed under the License is distributed on an "AS IS" BASIS, 
> //  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
> //  See the License for the specific language governing permissions and
> //  limitations under the License.
> //
> ?

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


[jira] Commented: (THRIFT-279) Cocoa library source files need license and author attribution

Posted by "Greg Stein (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668864#action_12668864 ] 

Greg Stein commented on THRIFT-279:
-----------------------------------

This is a duplicate of THRIFT-158.

Note that we do not include author names in the headers of files at Apache. People's contributions are recognized within the version control logs, or possibly some kind of CONTRIBUTORS or COMMITTERS type of file. This project is owned and developed by a community, not by individuals.


> Cocoa library source files need license and author attribution
> --------------------------------------------------------------
>
>                 Key: THRIFT-279
>                 URL: https://issues.apache.org/jira/browse/THRIFT-279
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>            Reporter: Andrew McGeachie
>
> All (or at least 99.99% of) the lib cocoa source files have no author attribution and no license information.  
> Would something like this be appropriate:
> //
> // WhateverFile.xyz
> //
> // Authors:
> //    So And So <xy...@gmail.com>
> //    Some Other Person <fo...@gmail.com>
> //
> //  Licensed under the Apache License, Version 2.0 (the "License");
> //  you may not use this file except in compliance with the License.
> //  You may obtain a copy of the License at
> //
> //      http://www.apache.org/licenses/LICENSE-2.0
> //
> //  Unless required by applicable law or agreed to in writing, software
> //  distributed under the License is distributed on an "AS IS" BASIS, 
> //  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
> //  See the License for the specific language governing permissions and
> //  limitations under the License.
> //
> ?

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


[jira] Commented: (THRIFT-279) Cocoa library source files need license and author attribution

Posted by "Andrew McGeachie (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668903#action_12668903 ] 

Andrew McGeachie commented on THRIFT-279:
-----------------------------------------

OK, thanks Greg.  Sorry for filiing a dup.

I'll go ahead and create a patch that adds the license verbiage to the cocoa runtime files and attach it to THRIFT-158.

> Cocoa library source files need license and author attribution
> --------------------------------------------------------------
>
>                 Key: THRIFT-279
>                 URL: https://issues.apache.org/jira/browse/THRIFT-279
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>            Reporter: Andrew McGeachie
>
> All (or at least 99.99% of) the lib cocoa source files have no author attribution and no license information.  
> Would something like this be appropriate:
> //
> // WhateverFile.xyz
> //
> // Authors:
> //    So And So <xy...@gmail.com>
> //    Some Other Person <fo...@gmail.com>
> //
> //  Licensed under the Apache License, Version 2.0 (the "License");
> //  you may not use this file except in compliance with the License.
> //  You may obtain a copy of the License at
> //
> //      http://www.apache.org/licenses/LICENSE-2.0
> //
> //  Unless required by applicable law or agreed to in writing, software
> //  distributed under the License is distributed on an "AS IS" BASIS, 
> //  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
> //  See the License for the specific language governing permissions and
> //  limitations under the License.
> //
> ?

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