author | Mahlon E. Smith <mahlon@martini.nu> |
Mon, 02 Sep 2019 09:00:47 -0700 | |
changeset 27 | a629597fd647 |
parent 12 | 3cc813140c80 |
permissions | -rw-r--r-- |
12
3cc813140c80
First round of modernizing after a long absence.
Mahlon E. Smith <mahlon@martini.nu>
parents:
11
diff
changeset
|
1 |
Copyright (c) 2017, Mahlon E. Smith <mahlon@martini.nu> |
1
1d3cfd4837a8
Filled out the project, added Ezmlm module + spec.
Michael Granger <mgranger@laika.com>
parents:
diff
changeset
|
2 |
All rights reserved. |
1d3cfd4837a8
Filled out the project, added Ezmlm module + spec.
Michael Granger <mgranger@laika.com>
parents:
diff
changeset
|
3 |
|
11
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
4 |
Redistribution and use in source and binary forms, with or without |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
5 |
modification, are permitted provided that the following conditions are met: |
1
1d3cfd4837a8
Filled out the project, added Ezmlm module + spec.
Michael Granger <mgranger@laika.com>
parents:
diff
changeset
|
6 |
|
11
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
7 |
* Redistributions of source code must retain the above copyright notice, |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
8 |
this list of conditions and the following disclaimer. |
1
1d3cfd4837a8
Filled out the project, added Ezmlm module + spec.
Michael Granger <mgranger@laika.com>
parents:
diff
changeset
|
9 |
|
11
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
10 |
* Redistributions in binary form must reproduce the above copyright notice, |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
11 |
this list of conditions and the following disclaimer in the documentation |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
12 |
and/or other materials provided with the distribution. |
1
1d3cfd4837a8
Filled out the project, added Ezmlm module + spec.
Michael Granger <mgranger@laika.com>
parents:
diff
changeset
|
13 |
|
11
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
14 |
* Neither the name of the author/s, nor the names of the project's |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
15 |
contributors may be used to endorse or promote products derived from this |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
16 |
software without specific prior written permission. |
1
1d3cfd4837a8
Filled out the project, added Ezmlm module + spec.
Michael Granger <mgranger@laika.com>
parents:
diff
changeset
|
17 |
|
11
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
18 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
19 |
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
20 |
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
21 |
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
22 |
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
23 |
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
24 |
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
25 |
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
26 |
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
7fc2d1713795
Updated to new build system.
Michael Granger <mgranger@laika.com>
parents:
1
diff
changeset
|
27 |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |