X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=cprogs%2Fwatershed.c;h=3bf9b0763e3b1643e9a1cf20f0b85f08295af817;hp=d7926539e6f8d8c6c87523d62d6204b4b7ed2c2d;hb=2c56327e902fac7d700897e5e8bcc7d6d5e78411;hpb=38f9191adf18ff7284a30b5672f0c90dd4e3bce7 diff --git a/cprogs/watershed.c b/cprogs/watershed.c index d792653..3bf9b07 100644 --- a/cprogs/watershed.c +++ b/cprogs/watershed.c @@ -3,11 +3,13 @@ * unnecessary runs of idempotent commands * * watershed is Copyright 2007 Canonical Ltd + * written by Ian Jackson + * and this version now maintained as part of chiark-utils * * * 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 2 of the License, or + * 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, @@ -15,12 +17,10 @@ * 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., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * See the file XXXXX for a full list of credits information (often - * installed as XXXXX. + * 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. * */ /* @@ -296,7 +296,8 @@ static int cohort_fd, lock_fd; static void badusage(void) { fputs(_("usage: watershed [] ...\n" - "options: -d|--state-dir -i|--command-id \n"), + "options: -d|--state-dir -i|--command-id \n" + "see /usr/share/doc/chiark-utils-bin/watershed.txt\n"), stderr); exit(127); }