~ubuntu-branches/ubuntu/vivid/golang-yaml.v2/vivid

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): Sergio Schvezov
  • Date: 2015-02-25 09:31:29 UTC
  • Revision ID: package-import@ubuntu.com-20150225093129-y9jan7dy54sc9npd
Tags: 0.0~git20150225-0ubuntu1
Initial package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
2
Upstream-Name: yaml
 
3
Source: https://github.com/go-yaml/yaml
 
4
 
 
5
Files: *
 
6
Copyright: 2011-2015 Canonical
 
7
           2012 Gustavo Niemeyer, Roger Peppe
 
8
License: LGPL-3
 
9
 This software is licensed under the LGPLv3.
 
10
 .
 
11
 As a special exception to the GNU Lesser General Public License version 3
 
12
 ("LGPL3"), the copyright holders of this Library give you permission to
 
13
 convey to a third party a Combined Work that links statically or dynamically
 
14
 to this Library without providing any Minimal Corresponding Source or
 
15
 Minimal Application Code as set out in 4d or providing the installation
 
16
 information set out in section 4e, provided that you comply with the other
 
17
 provisions of LGPL3 and provided that you meet, for the Application the
 
18
 terms and conditions of the license(s) which apply to the Application.
 
19
 .
 
20
 Except as stated in this special exception, the provisions of LGPL3 will
 
21
 continue to comply in full to this Library. If you modify this Library, you
 
22
 may apply this exception to your version of this Library, but you are not
 
23
 obliged to do so. If you do not wish to do so, delete this exception
 
24
 statement from your version. This exception does not (and cannot) modify any
 
25
 license terms which apply to the Application, with which you must still
 
26
 comply.
 
27
 .
 
28
 On Debian systems, the complete text of the GNU Lesser General Public
 
29
 License can be found in `/usr/share/common-licenses/LGPL-3`.
 
30
 
 
31
Files:
 
32
 apic.go
 
33
 emitterc.go
 
34
 parserc.go
 
35
 readerc.go
 
36
 scannerc.go
 
37
 writerc.go
 
38
 yamlh.go
 
39
 yamlprivateh.go
 
40
Copyright: 2006 Kirill Simonov
 
41
License: MIT
 
42
 Copyright (c) 2006 Kirill Simonov
 
43
 .
 
44
 Permission is hereby granted, free of charge, to any person obtaining a copy
 
45
 of this software and associated documentation files (the "Software"), to deal
 
46
 in the Software without restriction, including without limitation the rights
 
47
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
48
 copies of the Software, and to permit persons to whom the Software is
 
49
 furnished to do so, subject to the following conditions:
 
50
 .
 
51
 The above copyright notice and this permission notice shall be included in all
 
52
 copies or substantial portions of the Software.
 
53
 .
 
54
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
55
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
56
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
57
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
58
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
59
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 
60
 SOFTWARE.