Bug #67
Please include licensing information
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 1.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
In order for OpenNebula to be acceptable for Ubuntu (and Debian), it needs a clear license specified in the distributed tarball.
So, please include the Apache license as a file in the tarball, and somehow make it clear who holds the copyright for each file in the tarball and by which license it's covered. You can do this in two ways:- Add a coyright notice and a reference to the license at the top of each and every file (like you did in e.g. src/nebula/oned.cc) (this is the preferred way)
- Add a file at the top of the tarball that says that "all files in the tarball are copyright foo, and licensed under bar".
Once this is sorted out, I'll upload OpenNebula to Ubuntu.
Associated revisions
Added license headers and changed copyright year. For #67.
git-svn-id: http://svn.opennebula.org/one/trunk@308 3034c82b-c49b-4eb3-8279-a7acafdc01c0
backport of changsets [306] [307] [308] [309], tickets #65 #59 #67
git-svn-id: http://svn.opennebula.org/one/branches/one-1.2@315 3034c82b-c49b-4eb3-8279-a7acafdc01c0
History
#1 Updated by Javi Fontan over 12 years ago
- Status changed from New to Assigned
Added license headers in r308.
#2 Updated by Redmine Admin over 12 years ago
Lovely! If you could backport this to the 1.2 branch as well, I could upload an svn snapshot until you make a new tarball.
#3 Updated by Javi Fontan over 12 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Replying to [comment:2 Soren Hansen <soren@ubuntu.com>]:
Lovely! If you could backport this to the 1.2 branch as well, I could upload an svn snapshot until you make a new tarball.
I will try to do this as soon as possible, we have a couple other changes to merge also.