Permalink
Please sign in to comment.
Showing
with
31 additions
and 13 deletions.
- +24 −0 CONTRIBUTING.md
- +7 −0 LICENSE.md
- +0 −13 LICENSE.txt
@@ -0,0 +1,24 @@ | ||
+# HMDA Tools | ||
+ | ||
+## Team members | ||
+ | ||
+* Clinton Dreisbach | ||
+ | ||
+## Workflow | ||
+ | ||
+In short: | ||
+ | ||
+1. Fork hmda-tools. | ||
+2. Create a new feature with tests. | ||
+3. Make a pull request. | ||
+ | ||
+## Serious needs | ||
+ | ||
+* Tests | ||
+* Documentation | ||
+* Tools to manage downloading HMDA data and importing it | ||
+ | ||
+## Public domain | ||
+ | ||
+The project is in the public domain, and all contributions to it will be | ||
+released as such. |
@@ -0,0 +1,7 @@ | ||
+hmda-tools | ||
+ | ||
+Written by: Clinton Dreisbach | ||
+ | ||
+Design and implementation of this program was paid for by U.S. tax | ||
+dollars. Therefore it is public domain. However, the author | ||
+would appreciate credit if this program or parts of it are used. |
13
LICENSE.txt
@@ -1,13 +0,0 @@ | ||
-Copyright 2013 Clinton Dreisbach | ||
- | ||
-Licensed under the Apache License, Version 2.0 (the "License"); | ||
-you may not use this file except in compliance with the License. | ||
-You may obtain a copy of the License at | ||
- | ||
- http://www.apache.org/licenses/LICENSE-2.0 | ||
- | ||
-Unless required by applicable law or agreed to in writing, software | ||
-distributed under the License is distributed on an "AS IS" BASIS, | ||
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
-See the License for the specific language governing permissions and | ||
-limitations under the License. |
0 comments on commit
3427811