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=795ebef350db8d1442ee8770e33eaa804de3f32f;hb=2c56327e902fac7d700897e5e8bcc7d6d5e78411;hpb=3794a4f892e5a1807c65dee0486b987b0dd138b3 diff --git a/cprogs/watershed.c b/cprogs/watershed.c index 795ebef..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,14 +17,15 @@ * 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. * */ +/* + * NB a different fork of this code exists in Ubuntu's udev. + */ /* * * usage: watershed [] [...] @@ -293,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); }