Mercurial > minori
annotate LICENSE @ 337:a7d4e5107531
dep/animone: REFACTOR ALL THE THINGS
1: animone now has its own syntax divergent from anisthesia,
making different platforms actually have their own sections
2: process names in animone are now called `comm' (this will
probably break things). this is what its called in bsd/linux
so I'm just going to use it everywhere
3: the X11 code now checks for the existence of a UTF-8 window title
and passes it if available
4: ANYTHING THATS NOT LINUX IS 100% UNTESTED AND CAN AND WILL BREAK!
I still actually need to test the bsd code. to be honest I'm probably
going to move all of the bsds into separate files because they're
all essentially different operating systems at this point
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 19 Jun 2024 12:51:15 -0400 |
parents | 06d6c351925c |
children |
rev | line source |
---|---|
14
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
1 BSD 3-Clause License |
0
5a76e1b94163
Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff
changeset
|
2 |
241
06d6c351925c
*: reorganize resources, +docs, build translations with autotools
Paper <paper@paper.us.eu.org>
parents:
14
diff
changeset
|
3 Copyright (c) 2023-2024, Paper |
14
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
4 All rights reserved. |
0
5a76e1b94163
Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff
changeset
|
5 |
14
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
6 Redistribution and use in source and binary forms, with or without |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
7 modification, are permitted provided that the following conditions are met: |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
8 |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
9 1. Redistributions of source code must retain the above copyright notice, this |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
10 list of conditions and the following disclaimer. |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
11 |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
12 2. Redistributions in binary form must reproduce the above copyright notice, |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
13 this list of conditions and the following disclaimer in the documentation |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
14 and/or other materials provided with the distribution. |
0
5a76e1b94163
Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff
changeset
|
15 |
14
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
16 3. Neither the name of the copyright holder nor the names of its |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
17 contributors may be used to endorse or promote products derived from |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
18 this software without specific prior written permission. |
0
5a76e1b94163
Initial commit
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff
changeset
|
19 |
14
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
21 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
22 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
23 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
24 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
25 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
26 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
27 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
28 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
a29c9402faf0
LICENSE: change to BSD 3-clause
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
29 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |