Skip to content

Commit

Permalink
Added licensing info.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed May 4, 2010
1 parent 2a4021b commit 941aca9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
19 changes: 19 additions & 0 deletions 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.
6 changes: 5 additions & 1 deletion README.textile
Expand Up @@ -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.
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.

0 comments on commit 941aca9

Please sign in to comment.