~ubuntu-branches/ubuntu/vivid/ruby-ole/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): Gunnar Wolf
  • Date: 2012-01-16 00:33:27 UTC
  • Revision ID: package-import@ubuntu.com-20120116003327-37ertg1gm2ifubrj
Tags: 1.2.11.1-6
* Transitional packages should be oldlibs/extra as requested by
  lintian
* Fix FTBFS due to a call to a no-longer-provided interface
  (DateTime#new!) under Ruby 1.9.1 (Closes: #652752)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
 
1
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=173
2
2
Upstream-Name: Ruby-ole
3
3
Upstream-Contact: Charles Lowe <aquasync@hotmail.com>
4
4
Source: http://code.google.com/p/ruby-ole/
5
5
 
6
6
Files: *
7
 
Copyright: Copyright © 2007-2009 Charles Lowe <aquasync@hotmail.com>
8
 
License: GPL-2
 
7
Copyright: Copyright © 2007-2010 Charles Lowe <aquasync@hotmail.com>
 
8
License: MIT-X
9
9
 
10
10
Files: debian/*
11
11
Copyright: Copyright © 2009-2011, Gunnar Wolf <gwolf@debian.org>
12
 
License: GPL-2
 
12
License: GPL-3+
13
13
 
14
 
License: GPL-2
 
14
License: GPL-3+
15
15
 This program is free software; you can redistribute it
16
16
 and/or modify it under the terms of the GNU General Public
17
17
 License as published by the Free Software Foundation; version
 
18
 3 or -at your option- any later version.
18
19
 .
19
20
 On Debian systems, the full text of the GNU General Public
20
 
 License version 2 can be found in the file
21
 
 `/usr/share/common-licenses/GPL-2'.
 
21
 License version 3x can be found in the file
 
22
 `/usr/share/common-licenses/GPL-3'.
 
23
 
 
24
License: MIT-X
 
25
 Copyright (c) 2007-2010 Charles Lowe
 
26
 .
 
27
 Permission is hereby granted, free of charge, to any person obtaining a copy
 
28
 of this software and associated documentation files (the "Software"), to deal
 
29
 in the Software without restriction, including without limitation the rights
 
30
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
31
 copies of the Software, and to permit persons to whom the Software is
 
32
 furnished to do so, subject to the following conditions:
 
33
 .
 
34
 The above copyright notice and this permission notice shall be included in
 
35
 all copies or substantial portions of the Software.
 
36
 .
 
37
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
38
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
39
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
40
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
41
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
42
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
43
 THE SOFTWARE.
 
44