From d091e5f9cdab5c9b28f4a497a102c26193c4ca47 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 1 Jan 2010 19:05:32 +0200 Subject: Add a README file. --- README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..4f3c5de --- /dev/null +++ b/README @@ -0,0 +1,35 @@ +summain: generate file manifests +================================ + +Summain generates file manifests, which contain metadata about the files, +and a checksum of their content for regular files. The manifest can be +generated for a directory tree at different points in time and compared +(with diff) to see if something has changed. + +See the manual page summain.1 for more information. + + +Bugs, feedback, patches, etc +---------------------------- + +If you find bugs, make patches, or have any feedback, mail me +at "Lars Wirzenius ". + + +Copyright +--------- + +Copyright (C) 2010 Lars Wirzenius + +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, either version 3 of the License, or +(at your option) any later version. + +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, see . -- cgit v1.2.1