X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=cprogs%2Fsummer.c;h=66c790a0fe8e6c7810979835a5fd085a0c844bcb;hb=506a099cb9d0200b394d19c17d6dc9a3478b9917;hp=12419210d74eafa295584e4a74c3eb3d409fd5ba;hpb=728b9e5e1a9e73fa9be71a71601ce8d2cc637fd7;p=chiark-utils.git diff --git a/cprogs/summer.c b/cprogs/summer.c index 1241921..66c790a 100644 --- a/cprogs/summer.c +++ b/cprogs/summer.c @@ -1,9 +1,29 @@ /* + * summer - program for summarising (with md5 checksums) filesystem trees + * * usage: * cat startpoints.list | summer >data.list * summer startpoints... >data.list * prints md5sum of data-list to stderr */ +/* + * Copyright (C) 2003,2006-2007 Ian Jackson + * + * This 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, + * or (at your option) any later version. + * + * This 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 file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. + */ #define _GNU_SOURCE