summaryrefslogtreecommitdiff
path: root/libxfce4ui-nocsd/debian/copyright
diff options
context:
space:
mode:
Diffstat (limited to 'libxfce4ui-nocsd/debian/copyright')
-rw-r--r--libxfce4ui-nocsd/debian/copyright93
1 files changed, 93 insertions, 0 deletions
diff --git a/libxfce4ui-nocsd/debian/copyright b/libxfce4ui-nocsd/debian/copyright
new file mode 100644
index 0000000..297492c
--- /dev/null
+++ b/libxfce4ui-nocsd/debian/copyright
@@ -0,0 +1,93 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libxfce4ui
+Source: https://www.xfce.org
+
+Files: *
+Copyright: The Xfce Development Team
+License: LGPL-2+
+
+Files: glade/libxfce4ui-glade.c
+ libxfce4ui/libxfce4ui-config.c
+ libxfce4ui/libxfce4ui-config.h
+ libxfce4ui/libxfce4ui-config.h.in
+ libxfce4ui/libxfce4ui-private.h
+ libxfce4ui/libxfce4ui.h
+ libxfce4ui/libxfce4ui.symbols
+ libxfce4ui/xfce-dialogs.h
+ libxfce4ui/xfce-gdk-extensions.h
+ libxfce4ui/xfce-gtk-extensions.c
+ libxfce4ui/xfce-gtk-extensions.h
+ libxfce4ui/xfce-spawn.h
+Copyright: 2007, The Xfce Development Team
+ 2008, The Xfce Development Team
+License: LGPL-2+
+
+Files: libxfce4kbd-private/xfce-shortcut-dialog.c
+ libxfce4kbd-private/xfce-shortcut-dialog.h
+ libxfce4kbd-private/xfce-shortcuts-grabber.c
+ libxfce4kbd-private/xfce-shortcuts-grabber.h
+ libxfce4kbd-private/xfce-shortcuts-provider.c
+ libxfce4kbd-private/xfce-shortcuts-provider.h
+ libxfce4kbd-private/xfce-shortcuts.c
+ libxfce4kbd-private/xfce-shortcuts.h
+Copyright: 2008, Jannis Pohlmann <jannis@xfce.org>
+License: LGPL-2+
+
+Files: libxfce4ui/xfce-titled-dialog.c
+ libxfce4ui/xfce-titled-dialog.h
+Copyright: 2006, Benedikt Meurer <benny@xfce.org>
+License: LGPL-2+
+
+Files: libxfce4ui/xfce-dialogs.c
+ libxfce4ui/xfce-gdk-extensions.c
+Copyright: 2003-2007, Benedikt Meurer <benny@xfce.org>
+ 2006-2007, Benedikt Meurer <benny@xfce.org>
+ 2007, The Xfce Development Team
+ 2019, The Xfce Development Team
+License: LGPL-2+
+
+Files: libxfce4ui/xfce-sm-client.c
+ libxfce4ui/xfce-sm-client.h
+Copyright: 1999, Olivier Fourdan (fourdan@xfce.org)
+ 2009, Brian Tarricone <brian@terricone.org>
+License: LGPL-2.1+
+
+Files: libxfce4ui/make-libxfce4ui-alias.pl
+Copyright: 2004, The GLib Development Team
+ 2005, Benedikt Meurer <benny@xfce.org>
+License: LGPL-2+
+
+Files: libxfce4ui/abicheck.sh
+Copyright: 2004, The GLib Development Team
+ 2007, The Xfce Development Team
+License: LGPL-2+
+
+Files: debian/*
+Copyright: 2009-2013, Yves-Alexis Perez <corsac@debian.org>
+License: GPL-2+
+
+Files: docs/*
+Copyright: 2007-2013, The Xfce Development Team
+License: GFDL-1.1+
+
+License: GFDL-1.1+
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.1 or
+ any later version published by the Free Software Foundation; with no
+ Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+ Texts.
+ .
+ On Debian systems, the complete text of the GNU Free Documentation
+ License can be found in “/usr/share/common-licenses/GFDL-1.1”.
+
+License: LGPL-2+
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License (version 2) can be found in `/usr/share/common-licenses/LGPL-2'.
+
+License: LGPL-2.1+
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License (version 2.1) can be found in `/usr/share/common-licenses/LGPL-2.1'.\
+
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General Public License
+ (version 2) can be found in `/usr/share/common-licenses/GPL-2'.
bgstack15