+ in the interest of robustness, I added
[oweals/busybox.git] / cat.c
diff --git a/cat.c b/cat.c
index 86f85fe8e6222cfb7e8f3f852f7f2ab6c189e97a..f7a6bfa7b8df122f86358feab8c5491506260998 100644 (file)
--- a/cat.c
+++ b/cat.c
@@ -2,7 +2,7 @@
 /*
  * Mini Cat implementation for busybox
  *
- * Copyright (C) 1999 by Lineo, inc.
+ * Copyright (C) 1999,2000 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -59,3 +59,11 @@ extern int cat_main(int argc, char **argv)
        }
        exit(TRUE);
 }
+
+/*
+Local Variables:
+c-file-style: "linux"
+c-basic-offset: 4
+tab-width: 4
+End:
+*/