Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git] / ryu / debian / copyright
1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: ryu
3 Source: http://github.com/osrg/ryu
4
5 Files: *
6 Copyright: 2014 Ryu Project Team <ryu-devel@lists.sourceforge.net>
7 License: Apache-2.0
8
9 Files: ryu/contrib/_eventlet/*
10 Copyright: 2005-2006, Bob Ippolito
11            2007-2010, Linden Research, Inc.
12            2008-2010, Eventlet Contributors (see AUTHORS)
13 License: MIT
14
15 Files: ryu/contrib/ncclient/*
16 Copyright: Shikhar Bhushan <shikhar@schmizz.net>
17            Leonidas Poulopoulos <leopoul@noc.grnet.gr>
18            Ebben Aries <earies@juniper.net>
19 License: Apache-2.0
20
21 Files: ryu/contrib/tinyrpc/*
22 Copyright: 2013 Marc Brinkmann
23 License: MIT
24
25 Files: ryu/contrib/ovs/*
26 Copyright: 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
27 License: Apache-2.0
28
29 License: Apache-2.0
30  Licensed under the Apache License, Version 2.0 (the "License");
31  you may not use this file except in compliance with the License.
32  You may obtain a copy of the License at
33  .
34  http://www.apache.org/licenses/LICENSE-2.0
35  .
36  Unless required by applicable law or agreed to in writing, software
37  distributed under the License is distributed on an "AS IS" BASIS,
38  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39  See the License for the specific language governing permissions and
40  limitations under the License.
41  .
42  On Debian-based systems, the full text of the Apache version 2.0 license
43  can be found in "/usr/share/common-licenses/Apache-2.0".
44
45 License: MIT
46  Permission is hereby granted, free of charge, to any person obtaining a copy
47  of this software and associated documentation files (the "Software"), to deal
48  in the Software without restriction, including without limitation the rights
49  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
50  copies of the Software, and to permit persons to whom the Software is
51  furnished to do so, subject to the following conditions:
52  .
53  The above copyright notice and this permission notice shall be included in
54  all copies or substantial portions of the Software.
55  .
56  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
57  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
58  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
59  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
60  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
61  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
62  THE SOFTWARE.