Bug 1402207
Summary: | Review Request: puppet-etcd - Installs and configures etcd | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Feng Pan <fpan> |
Component: | Package Review | Assignee: | Haïkel Guémar <karlthered> |
Status: | CLOSED ERRATA | QA Contact: | Alan Pevec <apevec> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | trunk | CC: | chris.brown, hguemar, jpena, karlthered |
Target Milestone: | --- | Flags: | karlthered:
rdo-review+
|
Target Release: | trunk | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-06-22 15:55:00 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1373513 |
Description
Feng Pan
2016-12-07 03:52:51 UTC
Initial licensecheck output: $ licensecheck -r . ./spec/spec_helper.rb: *No copyright* UNKNOWN ./spec/classes/init_spec.rb: *No copyright* UNKNOWN ./lib/puppet/type/etcd_key.rb: *No copyright* UNKNOWN ./lib/puppet/provider/etcd_key/etcdctl.rb: *No copyright* UNKNOWN ./Rakefile: *No copyright* UNKNOWN ./README.md: *No copyright* UNKNOWN ./LICENSE: Apache (v2.0) ./Gemfile: *No copyright* UNKNOWN The git repo shows a possibly wrong copyright assignment at https://github.com/cristifalcas/puppet-etcd/blob/master/LICENSE#L1 . Haïkel, do you think this could be an issue? > The git repo shows a possibly wrong copyright assignment at https://github.com/cristifalcas/puppet-etcd/blob/master/LICENSE#L1
What's wrong about that line?
(In reply to Alan Pevec from comment #2) > > The git repo shows a possibly wrong copyright assignment at https://github.com/cristifalcas/puppet-etcd/blob/master/LICENSE#L1 > > What's wrong about that line? It's assigning copyright to "RR. Tyler Croy <tyler>", who has not commited any change to the repository. After investigation, it looks like it was bootstrapped using code from https://github.com/jenkinsci/puppet-jenkins but license file was not modified. Since original project has same licensing conditions, it's ok but please file a ticket fixing license file and crediting original author for its contribution. Package approved, please move forward. Ticket filed and resolved upstream, https://github.com/cristifalcas/puppet-etcd/issues/16 The license file no longer shows RR. Tyler Croy <tyler> This was merged, closing. |