diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-07-21 20:59:56 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-07-21 20:59:56 -0400 |
commit | 8d642e668be5f9905b6b4fe486b6f7b6d280e749 (patch) | |
tree | 43f2190aa5b172e96c4dff0eb7f3752186d7c038 /debian/copyright | |
parent | 860a8da43c0c81c88dd676137a55df9d087f2fb4 (diff) | |
download | sos-8d642e668be5f9905b6b4fe486b6f7b6d280e749.tar.gz |
Debian policy fixes
- Made sure to include both companies AND individuals in AUTHORS file.
- Fixed a copyright issue on kernelrt plugin which is GPL-2 and not GPL-2 (or later)
- Treat the sosreport package as a private python module (currently a public one
as defined by the Debian python policy)
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright index fe323100..cd3ccbe3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,10 +8,29 @@ Copyright: 2012-2013 Bryn M. Reeves 2007-2013 Red Hat, Inc. License: GPL-2+ +Files: sos/plugins/kernelrt.py +Copyright: 2012 Red Hat, Inc. +License: GPL-2 + Files: debian/* Copyright: 2013 Adam Stokes <adam.stokes@ubuntu.com> License: GPL-2+ +License: GPL-2 + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; version 2. + . + This application is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, + USA. + License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |