Fiddle with copyright messages so that they're correct.
authormdw <mdw>
Wed, 21 Apr 1999 09:07:55 +0000 (09:07 +0000)
committermdw <mdw>
Wed, 21 Apr 1999 09:07:55 +0000 (09:07 +0000)
banned.c
chrootsh.c
cvssh.c
ushell.c

index 2fa3565..0fb01a6 100644 (file)
--- a/banned.c
+++ b/banned.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: banned.c,v 1.1 1999/04/20 00:19:04 mdw Exp $
+ * $Id: banned.c,v 1.2 1999/04/21 09:07:55 mdw Exp $
  *
  * Ban a user from logging in
  *
@@ -9,28 +9,29 @@
 
 /*----- Licensing notice --------------------------------------------------* 
  *
- * This file is part of banned.
- *
- * banned 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.
  * 
- * banned 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 banned; 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: banned.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.
  *
  */
 
index 2dfa52b..341724c 100644 (file)
@@ -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.
  *
  */
 
diff --git a/cvssh.c b/cvssh.c
index 2ebb2b8..57fb4b2 100644 (file)
--- a/cvssh.c
+++ b/cvssh.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cvssh.c,v 1.1 1999/04/21 09:04:24 mdw Exp $
+ * $Id: cvssh.c,v 1.2 1999/04/21 09:07:55 mdw Exp $
  *
  * Login shell for an anonymous CVS user
  *
@@ -9,26 +9,27 @@
 
 /*----- Licensing notice --------------------------------------------------* 
  *
- * This file is part of the background resolver (resolve).
- *
- * resolve 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.
  * 
- * resolve 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 resolve; 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: cvssh.c,v $
+ * Revision 1.2  1999/04/21 09:07:55  mdw
+ * Fiddle with copyright messages so that they're correct.
+ *
  * Revision 1.1  1999/04/21 09:04:24  mdw
  * Add `cvssh' shell for anonymous CVS support.
  *
index 14f017c..29872dd 100644 (file)
--- 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: ushell.c,v 1.2 1999/04/21 09:07:55 mdw Exp $
  *
  * Extract a user's shell
  *
@@ -9,28 +9,29 @@
 
 /*----- 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
+ * 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.
  *
  */