diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2011-10-26 17:58:08 +0100 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2011-10-26 17:58:14 +0100 |
commit | 552aa6267964fc282af1c0f7217e12cbaab4dad6 (patch) | |
tree | 6eb79bdfd940c1c7dc248c33e3edb52e9db4a711 /README | |
download | lorry-552aa6267964fc282af1c0f7217e12cbaab4dad6.tar.gz |
Add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +README for Detritus +=================== + +Detritus is a tool to take upstream source code (in various formats, +though preferably in version control) and converts it into a git +repository. + + +Legal stuff +----------- + +Copyright (C) 2011 Codethink Limited + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; version 2 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + |