1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: picom
Upstream-Contact: Yuxuan Shui <yshuiv7@gmail.com>
Source: https://github.com/yshui/picom
Files: *
Copyright: 2003 Carl Worth <cworth@cworth.org>
2003-2005 Eric Anholt <anholt@freebsd.org>
2003-2004 Keith Packard <keithp@keithp.com>
2003 Matthew Allum <breakfast@10.am>
2004 Phil Blundell <pb@reciva.com>
2016-2024 Yuxuan Shui <yshuiv7@gmail.com
License: Expat and MPL-2.0
Comment:
Based on xcompmgr, originally written by Keith Packard, with modifications
from several contributors (according to the xcompmgr man page): Matthew Allum,
Eric Anholt, Dan Doel, Thomas Luebking, Matthew Hawn, Ely Levy, Phil Blundell,
and Carl Worth. Menu transparency was implemented by Dana Jansens.
.
Numerous contributions to picom from Richard Grenville.
.
See the CONTRIBUTORS file for a complete list of contributors
Files: debian/*
Copyright: 2012-2016 Scott Leggett <scott@sl.id.au>
2019-2020 Fritz Reichwald <reichwald@b1-systems.de>
2019-2020 Nikos Tsipinakis <nikos@tsipinakis.com>
2024-2026 Mohammed Bilal <rmb@debian.org>
License: Expat
Files: src/backend/driver.c
src/backend/driver.h
src/backend/gl/glx.h
src/backend/gl/gl_common.c
src/backend/gl/gl_common.h
src/backend/gl/egl.c
src/backend/gl/egl.h
src/backend/xrender/xrender.c
src/backend/backend.c
src/backend/backend.h
src/backend/backend_common.c
src/backend/backend_common.h
src/compiler.h
src/diagnostic.c
src/diagnostic.h
src/event.c
src/event.h
src/utils/*
src/log.h
src/log.c
src/options.c
src/options.h
src/region.h
include/*
src/x.c
src/x.h
src/atom.c
src/atom.h
src/inspect.h
src/inspect.c
src/renderer/*
src/rtkit.h
src/transition/*
src/vblank.c
src/vblank.h
src/wm/tree.c
src/wm/defs.h
src/wm/wm.c
src/wm/wm.h
src/api.c
src/api_internal.h
Copyright: 2016-2024 Yuxuan Shui <yshuiv7@gmail.com>
License: MPL-2.0
Files: src/backend/gl/glx.c
src/c2.c
src/c2.h
src/common.h
src/config.c
src/config.h
src/config_libconfig.c
src/dbus.c
src/dbus.h
src/picom.c
src/picom.h
src/wm/win.c
src/wm/win.h
subprojects/test.h/test.h
Copyright: 2003 Keith Packard <keithp@keithp.com
2011-2013 Christopher Jeffrey <chjjeffrey@gmail.com>
2012-2014 Richard Grenville <pyxlcy@gmail.com>
2016-2024 Yuxuan Shui <yshuiv7@gmail.com>
License: Expat
Files: bin/picom-trans
Copyright: 2011-2012 Christopher Jeffrey <chjjeffrey@gmail.com>
License: Expat
Files: src/rtkit.c
Copyright: 2009 Lennart Poettering
2010 David Henningsson <diwic@ubuntu.com>
Yuxuan Shui <yshuiv7@gmail.com>
License: BSD-3-Clause
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
License: MPL-2.0
On Debian systems the full text of the MPL-2.0 can be found in
/usr/share/common-licenses/MPL-2.0.
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, and the entire permission notice in its entirety,
including the disclaimer of warranties.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote
products derived from this software without specific prior
written permission.
.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
|