From a1a0e8b392b17caf50325498df54802fe3c03710 Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@serpentine.com>
Date: Tue, 6 Sep 2005 15:43:07 -0700
Subject: [PATCH] Trim comments.

---
 hello.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/hello.c b/hello.c
index 80b260c..9a3ff79 100644
--- a/hello.c
+++ b/hello.c
@@ -1,10 +1,6 @@
 /*
- * hello.c
- *
- * Placed in the public domain by Bryan O'Sullivan
- *
- * This program is not covered by patents in the United States or other
- * countries.
+ * Placed in the public domain by Bryan O'Sullivan.  This program is
+ * not covered by patents in the United States or other countries.
  */
 
 #include <stdio.h>
-- 
2.45.2