LICENSE

Mon, 06 Dec 2021 09:09:50 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 06 Dec 2021 09:09:50 +0000
changeset 438
98dc1750584d
parent 69
a2a888aec7f3
permissions
-rw-r--r--

pubsub: Support for 'notify' in retract and purge operations

This is a slight API change for :retract(), but should be backwards-compatible.

69
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 Copyright (c) 2009-2010 Matthew Wild
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 Permission is hereby granted, free of charge, to any person obtaining a copy
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 of this software and associated documentation files (the "Software"), to deal
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 in the Software without restriction, including without limitation the rights
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 copies of the Software, and to permit persons to whom the Software is
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8 furnished to do so, subject to the following conditions:
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
10 The above copyright notice and this permission notice shall be included in
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
11 all copies or substantial portions of the Software.
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
12
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
14 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
16 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
17 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
18 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
a2a888aec7f3 LICENSE: Add license (MIT/X11)
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
19 THE SOFTWARE.

mercurial