diff-memberships: add it to Makefile, README
[user/alex/software/my-snippets.git] / README
1 All scripts in this directory are Copyright (C) 2008--2013 Alex Dehnert
2 (and sometimes others)
3
4 bores-me    - original
5 diff-memberships    - original
6 get-emails  - original
7 grep-owners - original
8 krbroot     - based on work by... nelhage?
9 ldapfinger  - original
10 list-of-lists-updater   - original
11 lists-lint  - original
12 mail-merge  - original
13 Makefile    - original
14 make-zcrypt-key - original, with additions by Anders
15 rt-merge    - original
16 rt-resolve  - original
17 rt-set      - original
18 sshroot     - based on work by... nelhage?
19 update-officers - original
20
21 Up-to-date versions may be available at
22 http://web.mit.edu/adehnert/Public/software/my-snippets/ or
23 https://www.dehnerts.com/gitweb/?p=user/alex/software/my-snippets.git.
24
25 All works listed above as original are hereby released under the MIT License, as shown below.
26
27 MIT License:
28 Permission is hereby granted, free of charge, to any person obtaining a copy
29 of this software and associated documentation files (the "Software"), to deal
30 in the Software without restriction, including without limitation the rights
31 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32 copies of the Software, and to permit persons to whom the Software is
33 furnished to do so, subject to the following conditions:
34
35 The above copyright notice and this permission notice shall be included in
36 all copies or substantial portions of the Software.
37
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
44 THE SOFTWARE.