Blame


1 0e4c3d62 2022-02-26 op # License
2 0e4c3d62 2022-02-26 op
3 0e4c3d62 2022-02-26 op Some general notes about the licenses and copyrights of the Telescope sources; check the source files for the exact copyright holders.
4 0e4c3d62 2022-02-26 op
5 0e4c3d62 2022-02-26 op ## Telescope
6 0e4c3d62 2022-02-26 op
7 0e4c3d62 2022-02-26 op The majority of the code is distributed under the ISC license:
8 0e4c3d62 2022-02-26 op
9 0e4c3d62 2022-02-26 op > Copyright (c) 2021 Omar Polo <op@omarpolo.com>
10 0e4c3d62 2022-02-26 op >
11 0e4c3d62 2022-02-26 op > 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 0e4c3d62 2022-02-26 op >
13 0e4c3d62 2022-02-26 op > 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.
14 0e4c3d62 2022-02-26 op
15 0e4c3d62 2022-02-26 op ## compat/*.[ch]
16 0e4c3d62 2022-02-26 op
17 0e4c3d62 2022-02-26 op The files inside the compat directory have different copyright owners and slightly different licenses, but are all BSD-style.
18 0e4c3d62 2022-02-26 op
19 0e4c3d62 2022-02-26 op Copyright owners: (alphabetically sorted)
20 0e4c3d62 2022-02-26 op
21 0e4c3d62 2022-02-26 op * Henning Brauer <henning@openbsd.org>
22 0e4c3d62 2022-02-26 op * Ian F. Darwin
23 0e4c3d62 2022-02-26 op * Marc Espie <espie@openbsd.org>
24 0e4c3d62 2022-02-26 op * Nicholas Marriott <nicholas.marriott@gmail.com>
25 0e4c3d62 2022-02-26 op * Otto Moerbeek <otto@drijf.net>
26 0e4c3d62 2022-02-26 op * Pierre-Yves Ritschard <pyr@openbsd.org>
27 0e4c3d62 2022-02-26 op * Reyk Floeter <reyk@openbsd.org>
28 0e4c3d62 2022-02-26 op * Rich Felker, et al
29 0e4c3d62 2022-02-26 op * Ted Unangst
30 0e4c3d62 2022-02-26 op * The Regents of the University of California
31 0e4c3d62 2022-02-26 op * Todd C. Miller <millert@openbsd.org>
32 0e4c3d62 2022-02-26 op
33 0e4c3d62 2022-02-26 op Note the all of them probably don't know their code is being re-used here.
34 0e4c3d62 2022-02-26 op
35 0e4c3d62 2022-02-26 op ## data/emoji.txt
36 0e4c3d62 2022-02-26 op
37 0e4c3d62 2022-02-26 op emoji.txt contains information about various UNICODE codepoints and it’s copyright © 1991-2021 Unicode, Inc.
38 0e4c3d62 2022-02-26 op
39 0e4c3d62 2022-02-26 op => https://www.unicode.org/license.html UNICODE, Inc license agreement