From 941aca94cadbe68ac145de329654362eea6d1216 Mon Sep 17 00:00:00 2001 From: bouvard Date: Mon, 3 May 2010 20:44:10 -0500 Subject: [PATCH] Added licensing info. --- COPYING | 19 +++++++++++++++++++ README.textile | 6 +++++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..d11bc65 --- /dev/null +++ b/COPYING @@ -0,0 +1,19 @@ +Copyright (c) 2010 Christopher Groskopf + +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. \ No newline at end of file diff --git a/README.textile b/README.textile index 6f7a51f..aca3d49 100644 --- a/README.textile +++ b/README.textile @@ -23,4 +23,8 @@ Due to the sensitive nature of the information handled by this project extreme c * Phone numbers of reporters are anonymized as soon as they can be processed for SPAM, abuse, etc. and before the contents of their reports are made available online or in any other manner. * Users who unregister from the system are deleted--no record is kept that they were ever registered. -It is not possible to account for the actions of the carriers who handle the SMS messages before they reach Safecity, but these precautions ensure the anonymity of its users as far as humanly possible. \ No newline at end of file +It is not possible to account for the actions of the carriers who handle the SMS messages before they reach Safecity, but these precautions ensure the anonymity of its users as far as humanly possible. + +h2. Licensing + +All source code developed as part of the Safecity project is licensed under the "MIT License":http://www.opensource.org/licenses/mit-license.php as documented in the COPYING file. All text and other assets produced to accompany the source code is licensed under the "Creative Commons Attribution 3.0 United States License":http://creativecommons.org/licenses/by/3.0/us/. These licenses allow the maximum possible reuse by other organizations looking to implement some or all of the ideas that they embody. \ No newline at end of file