This file is indexed.

/usr/share/doc/xcb/copyright is in xcb 2.4-4.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: xcb
Upstream-Contact: None (dead upstream)
Source: None
X-Upstream-Comment:
  As of 2012-04-04 the sources are no longer at http://goof.com/pcg/marc/data

Files: *
Copyright:
  1992-1994 Farrel McKay <Farrell.McKay@wayfarer.com.au> (original author)
  1992-1994 Marc Lehmann <pcg@goof.com> (I18N, current de facto maintainer)
  1992-1994 Danny Vanderryn <dvanderr@us.oracle.com>
License: BSD-like

Files: debian/*
Copyright:
  2012 Jari Aalto <jari.aalto@cante.net>
  2009 Cyril Brulebois <kibi@debian.org>
  2003-2004 Michael Schiansky <michael@schiansky.de>
  2001 Cyrille Chepelov <chepelov@calixo.net>
License: GPL-2+

License: BSD-like
  [From xcb.c]
  /*
   * xcb: Copyright (C) 1992,1993,1994 by Farrell McKay.
   * XView modifications provided by Danny Vanderryn.
   * mb/utf8 support by Marc Lehmann <pcg@goof.com>.
   *
   * Simple X interface to the cut buffers in an X server.
   * The program creates a window subdivided into a number of subwindows,
   * one per cut buffer.  The user may copy cut buffer contents around
   * using mouse buttons 1 and 2, or rotate the buffers using mouse
   * button 3.  Buffers may be cleared by using Shift-button 2.
   *
   * Note that this program assumes the cut buffers contain textual
   * information, and displays buffer contents using the XDrawString
   * function.  It is not suitable for use in any other environment.
   *
   * Permission to use, copy, modify, and distribute this software and its
   * documentation for any purpose and without fee is hereby granted, provided
   * that the above copyright notice appears in all copies and that both that
   * copyright notice and this permission notice appear in supporting
   * documentation.  This software is provided "as is" without express or
   * implied warranty.
   */

License: GPL-2+
 This package 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; either version 2 of the License, or
 (at your option) any later version.
 .
 This package 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, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in "/usr/share/common-licenses/GPL-2".