canonical / cloud-init

Official upstream for the cloud-init: cloud instance initialization
https://cloud-init.io/
Other
2.87k stars 855 forks source link

Package copyright file omits Apache 2 license #3009

Closed ubuntu-server-builder closed 1 year ago

ubuntu-server-builder commented 1 year ago

This bug was originally filed in Launchpad as LP: #1718681

Launchpad details
affected_projects = ['cloud-init (Ubuntu)', 'cloud-init (Ubuntu Xenial)', 'cloud-init (Ubuntu Zesty)', 'cloud-init (Ubuntu Artful)']
assignee = powersj
assignee_name = Joshua Powers
date_closed = 2017-12-14T21:02:15.753704+00:00
date_created = 2017-09-21T13:52:56.709977+00:00
date_fix_committed = 2017-10-03T16:06:17.022166+00:00
date_fix_released = 2017-12-14T21:02:15.753704+00:00
id = 1718681
importance = high
is_complete = True
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1718681
milestone = None
owner = arvan-pritchard
owner_name = Arvan David Pritchard
private = False
status = fix_released
submitter = arvan-pritchard
submitter_name = Arvan David Pritchard
tags = ['verification-done', 'verification-done-xenial', 'verification-done-zesty']
duplicates = []

Launchpad user Arvan David Pritchard(arvan-pritchard) wrote on 2017-09-21T13:52:56.709977+00:00

http://pad.lv/1718681 https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1718681

=== Begin SRU Template === [Impact] Apache 2 license terms missing from /usr/share/doc/cloud-init/copyright

[Test Case]

if [ ! -f './lxc-proposed-snapshot' ]; then   wget https://raw.githubusercontent.com/cloud-init/ubuntu-sru/master/bin/lxc-proposed-snapshot;   chmod 755 lxc-proposed-snapshot; fi

for release in xenial zesty; do ref=$release-proposed; echo "$release START --------------"; lxc-proposed-snapshot -p -P $release $ref; lxc init $ref test-$release; lxc start test-$release; lxc exec test-$release -- grep Apache -A 1 /usr/share/doc/cloud-init/copyright done

[Regression Potential] None

[Other Info] Upstream commists at https://git.launchpad.net/cloud-init/commit/?id=a88768a6048 https://git.launchpad.net/cloud-init/commit/?id=02b6994803b === End SRU Template ===

==== Original bug description === In the Ubuntu package source, packages/debian/copyright says the License is either GPL-3 or Apache 2.0 and includes summaries of both licenses with links to the full license texts.

debian/copyright says that the license is either GPL-3 or Apache 2.0, but only includes the GPL-3 summary and link (together with the MIT licence terms for cloudinit/boto_utils.py)

I believe the terms of the Apache licence and the terms the LICENSE file require the inclusion of the Apache 2 summary and link in the debian/copyright file.

cloud-init.tar is not relevant to this issue.

Seen on Azure $ dpkg-query -W -f='${Version}' cloud-init 0.7.9-233-ge586fe35-0ubuntu1~16.04.1 $ cat /usr/share/doc/cloud-init/copyright Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: cloud-init Maintainer: Scott Moser scott.moser@canonical.com Source: https://launchpad.net/cloud-init

This package was debianized by Soren Hansen soren@ubuntu.com on Thu, 04 Sep 2008 12:49:15 +0200 as ec2-init. It was later renamed to cloud-utils by Scott Moser scott.moser@canonical.com

Upstream Author: Scott Moser smoser@canonical.com     Soren Hansen soren@canonical.com     Chuck Short chuck.short@canonical.com

Copyright: 2010, Canonical Ltd. License: GPL-3 or Apache-2.0  This program is free software: you can redistribute it and/or modify  it under the terms of the GNU General Public License version 3, as  published by the Free Software Foundation.

 This program is distributed in the hope that it will be useful,  but WITHOUT ANY WARRANTY; without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the  GNU General Public License for more details.

 You should have received a copy of the GNU General Public License  along with this program. If not, see http://www.gnu.org/licenses/.

 The complete text of the GPL version 3 can be seen in  /usr/share/common-licenses/GPL-3.

Files: cloudinit/boto_utils.py Copyright: 2006,2007, Mitch Garnaat http://garnaat.org/ License: MIT  Permission is hereby granted, free of charge, to any person obtaining a  copy of this software and associated documentation files (the  "Software"), to deal in the Software without restriction, including  without limitation the rights to use, copy, modify, merge, publish, dis-  tribute, sublicense, and/or sell copies of the Software, and to permit  persons to whom the Software is furnished to do so, subject to the fol-  lowing conditions:

 The above copyright notice and this permission notice shall be included  in all copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-  ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT  SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS  IN THE SOFTWARE.

ubuntu-server-builder commented 1 year ago

Launchpad user Joshua Powers(powersj) wrote on 2017-09-21T23:06:55.378951+00:00

This is not an issue found in the cloud-init project itself. The packages/debian/copyright file correctly shows the license text of both licenses. See: https://github.com/cloud-init/cloud-init/blob/master/packages/debian/copyright

This is an issue with the Ubuntu packaging for the devel, zesty, and xenial branches/releases see the following:

artful (devel): https://github.com/cloud-init/cloud-init/blob/ubuntu/devel/debian/copyright zesty: https://github.com/cloud-init/cloud-init/blob/ubuntu/zesty/debian/copyright xenial: https://github.com/cloud-init/cloud-init/blob/ubuntu/xenial/debian/copyright

Creating merge proposals for the packaging branches now.

ubuntu-server-builder commented 1 year ago

Launchpad user Joshua Powers(powersj) wrote on 2017-09-29T17:03:19.181933+00:00

Fix committed to all repos, will be available at next release.

ubuntu-server-builder commented 1 year ago

Launchpad user Launchpad Janitor(janitor) wrote on 2017-10-04T04:51:51.005427+00:00

This bug was fixed in the package cloud-init - 17.1-13-g7fd04255-0ubuntu1


cloud-init (17.1-13-g7fd04255-0ubuntu1) artful; urgency=medium

ubuntu-server-builder commented 1 year ago

Launchpad user Brian Murray(brian-murray) wrote on 2017-10-12T20:57:31.784762+00:00

Hello Arvan, or anyone else affected,

Accepted cloud-init into zesty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud-init/17.1-18-gd4f70470-0ubuntu1~17.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-needed-zesty to verification-done-zesty. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-zesty. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

ubuntu-server-builder commented 1 year ago

Launchpad user Brian Murray(brian-murray) wrote on 2017-10-12T21:04:57.657048+00:00

Hello Arvan, or anyone else affected,

Accepted cloud-init into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud-init/17.1-18-gd4f70470-0ubuntu1~16.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-needed-xenial to verification-done-xenial. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-xenial. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

ubuntu-server-builder commented 1 year ago

Launchpad user Arvan David Pritchard(arvan-pritchard) wrote on 2017-10-13T09:59:39.912350+00:00

Tested 17.1-18-gd4f70470-0ubuntu1~16.04.1 on Xenial

Looks correct (I transitioned through failed as I was not expecting the removal of the boto-utils acknowledgement.

ubuntu-server-builder commented 1 year ago

Launchpad user Brian Murray(brian-murray) wrote on 2017-10-19T18:11:25.628807+00:00

Hello Arvan, or anyone else affected,

Accepted cloud-init into zesty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud-init/17.1-18-gd4f70470-0ubuntu1~17.04.2 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-needed-zesty to verification-done-zesty. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-zesty. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

ubuntu-server-builder commented 1 year ago

Launchpad user Brian Murray(brian-murray) wrote on 2017-10-19T18:15:02.477058+00:00

Hello Arvan, or anyone else affected,

Accepted cloud-init into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud-init/17.1-18-gd4f70470-0ubuntu1~16.04.2 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-needed-xenial to verification-done-xenial. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-xenial. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

ubuntu-server-builder commented 1 year ago

Launchpad user Chris Halse Rogers(raof) wrote on 2017-10-25T03:20:28.512408+00:00

Hello Arvan, or anyone else affected,

Accepted cloud-init into zesty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud-init/17.1-25-g17a15f9e-0ubuntu1~17.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-needed-zesty to verification-done-zesty. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-zesty. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

ubuntu-server-builder commented 1 year ago

Launchpad user Chris Halse Rogers(raof) wrote on 2017-10-25T03:29:15.878745+00:00

Hello Arvan, or anyone else affected,

Accepted cloud-init into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud-init/17.1-25-g17a15f9e-0ubuntu1~16.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-needed-xenial to verification-done-xenial. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-xenial. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

ubuntu-server-builder commented 1 year ago

Launchpad user Chad Smith(chad.smith) wrote on 2017-10-25T16:32:37.457354+00:00

=== abridged SRU Validation output === xenial START -------------- cloud-init 17.1-18-gd4f70470-0ubuntu1~16.04.2 License: GPL-3 or Apache-2.0

-- License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

On Debian-based systems the full text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'. zesty START -------------- cloud-init 17.1-18-gd4f70470-0ubuntu1~17.04.2 License: GPL-3 or Apache-2.0

-- License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

On Debian-based systems the full text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'. === End abridged SRU Validation output ===

ubuntu-server-builder commented 1 year ago

Launchpad user Łukasz Zemczak(sil2100) wrote on 2017-11-07T17:07:27.606847+00:00

Hello Arvan, or anyone else affected,

Accepted cloud-init into zesty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud-init/17.1-27-geb292c18-0ubuntu1~17.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-needed-zesty to verification-done-zesty. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-zesty. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

ubuntu-server-builder commented 1 year ago

Launchpad user Łukasz Zemczak(sil2100) wrote on 2017-11-07T17:17:53.087598+00:00

Hello Arvan, or anyone else affected,

Accepted cloud-init into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud-init/17.1-27-geb292c18-0ubuntu1~16.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-needed-xenial to verification-done-xenial. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-xenial. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

ubuntu-server-builder commented 1 year ago

Launchpad user Chad Smith(chad.smith) wrote on 2017-11-07T19:53:27.846743+00:00

=== abridged SRU Validation output === $ for release in xenial zesty; do

echo "$release START --------------"; lxc exec test-$release -- grep Apache -A 1 /usr/share/doc/cloud-init/copyright; lxc exec test-$release -- dpkg-query --show cloud-init; done xenial START -------------- License: GPL-3 or Apache-2.0

-- License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

On Debian-based systems the full text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'. cloud-init 17.1-27-geb292c18-0ubuntu1~16.04.1 zesty START -------------- License: GPL-3 or Apache-2.0

-- License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

On Debian-based systems the full text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'. cloud-init 17.1-27-geb292c18-0ubuntu1~17.04.1 === End abridged SRU Validation output ===

ubuntu-server-builder commented 1 year ago

Launchpad user Launchpad Janitor(janitor) wrote on 2017-11-14T22:23:59.287002+00:00

This bug was fixed in the package cloud-init - 17.1-27-geb292c18-0ubuntu1~17.04.1


cloud-init (17.1-27-geb292c18-0ubuntu1~17.04.1) zesty-proposed; urgency=medium

cloud-init (17.1-25-g17a15f9e-0ubuntu1~17.04.1) zesty-proposed; urgency=medium

cloud-init (17.1-18-gd4f70470-0ubuntu1~17.04.2) zesty-proposed; urgency=medium

cloud-init (17.1-18-gd4f70470-0ubuntu1~17.04.1) zesty-proposed; urgency=medium

ubuntu-server-builder commented 1 year ago

Launchpad user Brian Murray(brian-murray) wrote on 2017-11-14T22:24:17.064299+00:00

The verification of the Stable Release Update for cloud-init has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

ubuntu-server-builder commented 1 year ago

Launchpad user Launchpad Janitor(janitor) wrote on 2017-11-15T01:07:42.077466+00:00

This bug was fixed in the package cloud-init - 17.1-27-geb292c18-0ubuntu1~16.04.1


cloud-init (17.1-27-geb292c18-0ubuntu1~16.04.1) xenial-proposed; urgency=medium

cloud-init (17.1-25-g17a15f9e-0ubuntu1~16.04.1) xenial-proposed; urgency=medium

cloud-init (17.1-18-gd4f70470-0ubuntu1~16.04.2) xenial-proposed; urgency=medium

cloud-init (17.1-18-gd4f70470-0ubuntu1~16.04.1) xenial-proposed; urgency=medium

ubuntu-server-builder commented 1 year ago

Launchpad user Scott Moser(smoser) wrote on 2017-12-14T21:02:17.962168+00:00

This bug is believed to be fixed in cloud-init in 1705804. If this is still a problem for you, please make a comment and set the state back to New

Thank you.