You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iota.apache.org by "Barbara Gomes (JIRA)" <ji...@apache.org> on 2017/02/09 20:04:41 UTC

[jira] [Comment Edited] (IOTA-38) Release audit reports many files without proper licence headers

    [ https://issues.apache.org/jira/browse/IOTA-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15860096#comment-15860096 ] 

Barbara Gomes edited comment on IOTA-38 at 2/9/17 8:04 PM:
-----------------------------------------------------------

[~gtapper] following the answers to your items.

1. Yes, *.conf* can have comments. Check the example at 
{code}
fey-core/src/resources/application.conf
{code}
2. [~jmclean] This is a d3 html file and it is licensed under *GNU General Public License, version 3.*. Is it compatible with Apache? And in addition do we have to also add the Apache License header on the file?
3. Yes, *.sbt* files can have comments on them. Just add *\\* at the beginning of the line.
4. Yes, just add * # * at the beginning of the line
5. [~tonyfaustini] Can you answer that?



was (Author: bmgomes):
[~gtapper] following the answers to your items.

1. Yes, *.conf* can have comments. Check the example at 
{code}
fey-core/src/resources/application.conf
{code}
2. [~jmclean] This is a d3 html file and it is licensed under *GNU General Public License, version 3.*. Is it compatible with Apache? And in addition do we have to also add the Apache License header on the file?
3. Yes, *.sbt* files can have comments on them. Just add *\\* at the beginning of the line.
4. Yes, just add *#* at the beginning of the line
5. [~tonyfaustini] Can you answer that?


> Release audit reports many files without proper licence headers
> ---------------------------------------------------------------
>
>                 Key: IOTA-38
>                 URL: https://issues.apache.org/jira/browse/IOTA-38
>             Project: Iota
>          Issue Type: Bug
>    Affects Versions: 0.1
>            Reporter: Gunnar Tapper
>             Fix For: 0.1
>
>
> http://creadur.apache.org/rat/ is used to perform a release audit. The first check is to ensure that all files have the correct licence text. rat complains about 31 files, see below.
> Files such as RAT_README should be listed in .rat_exclude since it's not going to have the license text. Other files need to be assessed on an individual basis and, as appropriate, have the license text added or be listed in .rat_exclude with an explanation for why the Apache license text is not appropriate.
> *****************************************************
> Summary                                              
> -------                                              
> Generated at: 2017-02-08T22:07:25-07:00              
> Notes: 6
> Binaries: 3
> Archives: 4
> Standards: 88
> Apache Licensed: 57
> Generated Documents: 0
> JavaDocs are generated, thus a license header is optional.
> Generated files do not require license headers.           
> 31 Unknown Licenses
> *****************************************************
> Files with unapproved licenses:
>   incubator-iota/RAT_README
>   incubator-iota/Readme.md 
>   incubator-iota/deployments/cluster/iota_x_image_builder.sh
>   incubator-iota/deployments/raspberry-pi/iota_image_builder.sh
>   incubator-iota/deployments/standalone/iota_standalone_builder.sh
>   incubator-iota/fey-core/README.md                               
>   incubator-iota/fey-core/src/main/resources/d3Tree.html          
>   incubator-iota/fey-core/src/main/resources/eventsTable.html     
>   incubator-iota/fey-core/src/main/resources/fey-json-schema-validator.json
>   incubator-iota/fey-core/src/test/resources/json/invalid-json.json        
>   incubator-iota/fey-core/src/test/resources/json/valid-json.json          
>   incubator-iota/fey-examples/README.md                                    
>   incubator-iota/fey-examples/active-configuration/fey-configuration.conf  
>   incubator-iota/fey-examples/active-jar-repo/README.md                    
>   incubator-iota/fey-examples/active-json-repo/README.md
>   incubator-iota/fey-examples/active-json-repo/temperature.json
>   incubator-iota/fey-examples/fey-json-samples/README.md
>   incubator-iota/fey-examples/fey-json-samples/raspberry-pi.json
>   incubator-iota/fey-examples/fey-json-samples/timestamp.json
>   incubator-iota/management/Readme.md
>   incubator-iota/performers/stream/README.md
>   incubator-iota/performers/virtual_sensor/README.md
>   incubator-iota/performers/virtual_sensor/src/main/resources/background_noise
>   incubator-iota/performers/virtual_sensor/src/main/resources/door_slam
>   incubator-iota/performers/virtual_sensor/src/main/resources/sound
>   incubator-iota/performers/virtual_sensor/src/main/resources/vibration
>   incubator-iota/performers/zmq/README.md
>   incubator-iota/project/BuildSettings.scala
>   incubator-iota/project/Dependencies.scala
>   incubator-iota/project/build.properties
>   incubator-iota/project/plugins.sbt



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)