chiark / gitweb /
No need for Makefile-etc now - we hope.
[chiark-utils.git] / backup / writebuffer.c
index 02254dca7a2ed5ee4661d5c4f7dcc5b7bc3fa6f7..bb1d26f71e358e0d4c369435bdd956fb97f4bdb3 100644 (file)
@@ -1,7 +1,15 @@
 /*
  * writebuffer.c
  *
- * Copyright (C) 1997,1998 Ian Jackson <ian@chiark.greenend.org.uk>
+ * A program for writing output to devices which don't like constant
+ * stopping and starting, such as tape drives.  writebuffer is:
+ *  Copyright (C) 1997-1998,2000-2001 Ian Jackson <ian@chiark.greenend.org.uk>
+ *
+ * writebuffer is part of chiark backup, a system for backing up GNU/Linux
+ * and other UN*X-compatible machines, as used on chiark.greenend.org.uk.
+ * chiark backup is:
+ *  Copyright (C) 1997-1998,2000-2001 Ian Jackson <ian@chiark.greenend.org.uk>
+ *  Copyright (C) 1999 Peter Maydell <pmaydell@chiark.greenend.org.uk>
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as