~smoser/ubuntu/lucid/cloud-init/lp942961-apt-pipeline

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Scott Moser
  • Date: 2010-02-05 15:48:21 UTC
  • Revision ID: james.westby@ubuntu.com-20100205154821-ek3as66wmpv8yivd
Tags: 0.5.3-0ubuntu2
* divert ureadahead.conf in postinst (LP: #499520)
* lintian cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 
2
Name: cloud-init
 
3
Maintainer: Scott Moser <scott.moser@canonical.com>
 
4
Source: https://launchpad.net/cloud-init
 
5
 
1
6
This package was debianized by Soren Hansen <soren@ubuntu.com> on
2
 
Thu, 04 Sep 2008 12:49:15 +0200.
3
 
 
4
 
Upstream Author:
5
 
 
6
 
    Scott Moser <smoser@canonical.com>
 
7
Thu, 04 Sep 2008 12:49:15 +0200 as ec2-init.  It was later renamed to
 
8
cloud-utils by Scott Moser <scott.moser@canonical.com>
 
9
 
 
10
Upstream Author: Scott Moser <smoser@canonical.com>
7
11
    Soren Hansen <soren@canonical.com>
8
12
    Chuck Short <chuck.short@canonical.com>
9
13
 
10
 
Copyright:
11
 
 
12
 
    Copyright 2008-2009 Canonical Ltd. 
13
 
 
14
 
License:
15
 
 
16
 
    This program is free software: you can redistribute it and/or modify
17
 
    it under the terms of the GNU General Public License version 3, as
18
 
    published by the Free Software Foundation.
19
 
 
20
 
    This program is distributed in the hope that it will be useful,
21
 
    but WITHOUT ANY WARRANTY; without even the implied warranty of
22
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
 
    GNU General Public License for more details.
24
 
 
25
 
    You should have received a copy of the GNU General Public License
26
 
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
27
 
 
28
 
The complete text of the GPL version 3 can be seen in /usr/share/common-licenses/GPL-3.
 
14
Copyright: 2010, Canonical Ltd. 
 
15
License: GPL-3
 
16
 This program is free software: you can redistribute it and/or modify
 
17
 it under the terms of the GNU General Public License version 3, as
 
18
 published by the Free Software Foundation.
 
19
 
 
20
 This program is distributed in the hope that it will be useful,
 
21
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
22
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
23
 GNU General Public License for more details.
 
24
 
 
25
 You should have received a copy of the GNU General Public License
 
26
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
27
 
 
28
 The complete text of the GPL version 3 can be seen in
 
29
 /usr/share/common-licenses/GPL-3.
 
30
 
 
31
Files: cloudinit/boto_utils.py
 
32
Copyright: 2006,2007, Mitch Garnaat http://garnaat.org/
 
33
License: MIT
 
34
 Permission is hereby granted, free of charge, to any person obtaining a
 
35
 copy of this software and associated documentation files (the
 
36
 "Software"), to deal in the Software without restriction, including
 
37
 without limitation the rights to use, copy, modify, merge, publish, dis-
 
38
 tribute, sublicense, and/or sell copies of the Software, and to permit
 
39
 persons to whom the Software is furnished to do so, subject to the fol-
 
40
 lowing conditions:
 
41
 
 
42
 The above copyright notice and this permission notice shall be included
 
43
 in all copies or substantial portions of the Software.
 
44
 
 
45
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 
46
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
 
47
 ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
 
48
 SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
 
49
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
50
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 
51
 IN THE SOFTWARE.