]> git.proxmox.com Git - lxcfs.git/blob - debian/copyright
bump version to 6.0.0-pve2
[lxcfs.git] / debian / copyright
1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: lxcfs
3 Upstream-Contact: lxc-devel@lists.linuxcontainers.org
4 Source: https://linuxcontainers.org/lxcfs/downloads
5
6 Files: *
7 Copyright: 2014-2015 Canonical Ltd.
8 License: Apache-2
9
10 Files: cgmanager.c cgmanager.h
11 Copyright: 2014-2015 Canonical Ltd.
12 2007-2008 IBM Corp.
13 License: LGPL-2.1+
14
15 License: Apache-2
16 Licensed under the Apache License, Version 2.0 (the "License");
17 you may not use this file except in compliance with the License.
18 You may obtain a copy of the License at
19 .
20 http://www.apache.org/licenses/LICENSE-2.0
21 .
22 Unless required by applicable law or agreed to in writing, software
23 distributed under the License is distributed on an "AS IS" BASIS,
24 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25 See the License for the specific language governing permissions and
26 limitations under the License.
27 .
28 On Debian systems, the complete text of the Apache License 2.0 can
29 be found in "/usr/share/common-licenses/Apache-2.0"
30
31 License: LGPL-2.1+
32 This library is free software; you can redistribute it and/or
33 modify it under the terms of the GNU Lesser General Public
34 License as published by the Free Software Foundation; either
35 version 2.1 of the License, or (at your option) any later version.
36 .
37 This library is distributed in the hope that it will be useful,
38 but WITHOUT ANY WARRANTY; without even the implied warranty of
39 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
40 Lesser General Public License for more details.
41 .
42 You should have received a copy of the GNU Lesser General Public
43 License along with this library; if not, write to the Free Software
44 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
45 .
46 On Debian systems, the full text of the GNU Lesser General Public
47 License version 2.1 can be found in the file
48 `/usr/share/common-licenses/LGPL-2.1'.