Blob


1 # License
3 Some general notes about the licenses and copyrights of the Telescope sources; check the source files for the exact copyright holders.
5 ## Telescope
7 The majority of the code is distributed under the ISC license:
9 > Copyright (c) 2021 Omar Polo <op@omarpolo.com>
10 >
11 > Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
12 >
13 > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 ## compat/*.[ch]
17 The files inside the compat directory have different copyright owners and slightly different licenses, but are all BSD-style.
19 Copyright owners: (alphabetically sorted)
21 * Henning Brauer <henning@openbsd.org>
22 * Ian F. Darwin
23 * Marc Espie <espie@openbsd.org>
24 * Nicholas Marriott <nicholas.marriott@gmail.com>
25 * Otto Moerbeek <otto@drijf.net>
26 * Pierre-Yves Ritschard <pyr@openbsd.org>
27 * Reyk Floeter <reyk@openbsd.org>
28 * Rich Felker, et al
29 * Ted Unangst
30 * The Regents of the University of California
31 * Todd C. Miller <millert@openbsd.org>
33 Note the all of them probably don't know their code is being re-used here.
35 ## data/emoji.txt
37 emoji.txt contains information about various UNICODE codepoints and it’s copyright © 1991-2021 Unicode, Inc.
39 => https://www.unicode.org/license.html UNICODE, Inc license agreement