From: Alex Dehnert Date: Wed, 6 Oct 2010 21:45:41 +0000 (-0400) Subject: Add README with license and ~history X-Git-Url: https://www.dehnerts.com/gitweb/?p=user%2Falex%2Fsoftware%2Fmy-snippets.git;a=commitdiff_plain;h=282d77e94738374a6553784ff76f7fac59303879 Add README with license and ~history --- diff --git a/README b/README new file mode 100644 index 0000000..e536f5b --- /dev/null +++ b/README @@ -0,0 +1,43 @@ +All scripts in this directory are Copyright (C) 2008--2010 Alex Dehnert +(and sometimes others) + +bores-me - original +card-access - original +check-host - original +get-emails - original +grep-owners - original +krbroot - based on work by... nelhage? +ldapfinger - original +list-members - original (... and equivalent to blanche -l...) +list-of-lists-updater - original +lists-lint - original +mail-merge - original +Makefile - original +make-zcrypt-key - original, with additions by Anders +pag-screen - based on work by... broder? +rt-merge - original +rt-resolve - original +rt-set - original +sshroot - based on work by... nelhage? +update-officers - original + +All works listed above as original are hereby released under the MIT License, as shown below. + +MIT License: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.