Social Annotations in the Atmosphere
1seams.so - Web Annotation Extension
2Copyright (c) 2024-2026 seams.so contributors
3
4This project is licensed under the GNU Affero General Public License v3.0
5or later (AGPL-3.0-or-later). See the LICENSE file for the full license text.
6
7================================================================================
8THIRD-PARTY LICENSES
9================================================================================
10
11This project includes or depends on the following third-party software:
12
13--------------------------------------------------------------------------------
14actor-typeahead
15--------------------------------------------------------------------------------
16License: Mozilla Public License 2.0 (MPL-2.0)
17Source: https://www.npmjs.com/package/actor-typeahead
18
19The MPL-2.0 license requires that modifications to MPL-licensed files be made
20available under the MPL-2.0. The source code for actor-typeahead can be obtained
21from the npm registry or its source repository.
22
23--------------------------------------------------------------------------------
24@webrecorder/wabac (wabac.js)
25--------------------------------------------------------------------------------
26License: GNU Affero General Public License v3.0 (AGPL-3.0)
27Source: https://github.com/webrecorder/wabac.js
28Copyright: Webrecorder Software
29
30--------------------------------------------------------------------------------
31@atproto/api
32--------------------------------------------------------------------------------
33License: MIT
34Source: https://github.com/bluesky-social/atproto
35Copyright: Bluesky PBC
36
37--------------------------------------------------------------------------------
38@atcute/oauth-browser-client
39--------------------------------------------------------------------------------
40License: 0BSD
41Source: https://github.com/mary-ext/atcute
42
43--------------------------------------------------------------------------------
44dom-anchor-text-position / dom-anchor-text-quote
45--------------------------------------------------------------------------------
46License: MIT
47Source: https://github.com/tilgovi/dom-anchor-text-position
48 https://github.com/tilgovi/dom-anchor-text-quote
49Copyright: Randall Leeds
50
51--------------------------------------------------------------------------------
52hono
53--------------------------------------------------------------------------------
54License: MIT
55Source: https://github.com/honojs/hono
56Copyright: Yusuke Wada and Hono contributors
57
58--------------------------------------------------------------------------------
59go-chi/chi
60--------------------------------------------------------------------------------
61License: MIT
62Source: https://github.com/go-chi/chi
63Copyright: go-chi authors
64
65--------------------------------------------------------------------------------
66go-chi/cors
67--------------------------------------------------------------------------------
68License: MIT
69Source: https://github.com/go-chi/cors
70Copyright: go-chi authors
71
72--------------------------------------------------------------------------------
73mattn/go-sqlite3
74--------------------------------------------------------------------------------
75License: MIT
76Source: https://github.com/mattn/go-sqlite3
77Copyright: Yasuhiro Matsumoto
78
79--------------------------------------------------------------------------------
80gorilla/websocket
81--------------------------------------------------------------------------------
82License: BSD 2-Clause
83Source: https://github.com/gorilla/websocket
84Copyright: Gorilla web toolkit contributors