-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicense.txt
More file actions
59 lines (37 loc) · 3 KB
/
license.txt
File metadata and controls
59 lines (37 loc) · 3 KB
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
This application is covered by two different BSD-licenses, and the Apache 2.0 license.
For version 2.0+, a screen capture scaling technique from playwright.js is used for CSS pixel mode. Playwright (https://github.com/microsoft/playwright) is coverd under Apache 2.0 (2004) license (see https://github.com/microsoft/playwright/blob/main/LICENSE).
Playwright contains code derived from the Puppeteer project (https://github.com/puppeteer/puppeteer), also available under the Apache 2.0 license (see https://github.com/puppeteer/puppeteer/blob/master/LICENSE).
The following files (from versions prior to 2.0) are covered by License A below:
image-analysis.js
background-image-analysis.js
(from North Carolina State University) and
Files previously used to facilitate screen capture (largely based on the existing extension "Screen Capture (by Google) -- https://chrome.google.com/webstore/detail/screen-capture-by-google/cpngackimfmofbokmjmljamhdncknpmg/details" were covered by License B (from Google). But these files are no longer used after v2.0.
Changes made with version 2.0 and later by Jeff Witt Consulting and/or YRA Tech are Copyright (c) YRA Tech 2025, and are covered by License B, the BSD 3-clause license.
** License A **
============================================
License for Application
============================================
This license is governed by United States copyright law, and with respect to matters
of tort, contract, and other causes of action it is governed by North Carolina law,
without regard to North Carolina choice of law provisions. The forum for any dispute
resolution shall be in Wake County, North Carolina.
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, this list
of conditions and the following disclaimer.
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 BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE 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
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
** License B **
http://opensource.org/licenses/BSD-3-Clause