X-Git-Url: https://git.distorted.org.uk/~mdw/shells/blobdiff_plain/28e8164e4e055c9856f99aee4b90246f4d5a86d0..ffe3ac31d6a6fdd5e1c2b702960f618999b25f0c:/chrootsh.c diff --git a/chrootsh.c b/chrootsh.c index 2dfa52b..341724c 100644 --- a/chrootsh.c +++ b/chrootsh.c @@ -1,36 +1,37 @@ /* -*-c-*- * - * $Id: chrootsh.c,v 1.1 1999/04/20 00:19:04 mdw Exp $ + * $Id: chrootsh.c,v 1.2 1999/04/21 09:07:55 mdw Exp $ * * Chroot gaol shell * - * (c) 1999 EBI + * (c) 1999 Mark Wooding */ /*----- Licensing notice --------------------------------------------------* * - * This file is part of Chroot shell. - * - * chrootsh 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. * - * chrootsh 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 chrootsh; 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: chrootsh.c,v $ - * Revision 1.1 1999/04/20 00:19:04 mdw - * Initial revision + * Revision 1.2 1999/04/21 09:07:55 mdw + * Fiddle with copyright messages so that they're correct. + * + * Revision 1.1.1.1 1999/04/20 00:19:04 mdw + * Initial versions. * */