X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/shells/blobdiff_plain/ed36b0a2916c0fe31f7d0779ea758c358db85fc2..HEAD:/ushell.c diff --git a/ushell.c b/ushell.c index 14f017c..2fadb53 100644 --- a/ushell.c +++ b/ushell.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: ushell.c,v 1.1 1999/04/20 00:19:04 mdw Exp $ + * $Id$ * * Extract a user's shell * @@ -9,31 +9,21 @@ /*----- Licensing notice --------------------------------------------------* * - * This file is part of ushell. - * - * ushell is free software; you can redistribute it and/or modify + * 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 * (at your option) any later version. * - * ushell is distributed in the hope that it will be useful, + * 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 ushell; if not, write to the Free Software Foundation, + * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: ushell.c,v $ - * Revision 1.1 1999/04/20 00:19:04 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ #include