From 20a67b2fca2aa089a92b81e646ca033eee015ba9 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Thu, 24 Mar 2005 12:07:26 +0000 Subject: [PATCH] Standardize code header comment block. --- src/lib/cdtext.c | 2 +- src/lib/cdtext.h | 2 +- src/lib/time.h | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lib/cdtext.c b/src/lib/cdtext.c index 3c8d189..07fb0a7 100644 --- a/src/lib/cdtext.c +++ b/src/lib/cdtext.c @@ -1,5 +1,5 @@ /* - * cdtext.c -- cdtext data structure and functions + * cdtext.c -- CD-TEXT data structure and functions * * Copyright (C) 2004, 2005 Svend Sorensen * For license terms, see the file COPYING in this distribution. diff --git a/src/lib/cdtext.h b/src/lib/cdtext.h index f580588..7bf2441 100644 --- a/src/lib/cdtext.h +++ b/src/lib/cdtext.h @@ -1,5 +1,5 @@ /* - * cdtext.h + * cdtext.h -- CD-TEXT declarations * * Copyright (C) 2004, 2005 Svend Sorensen * For license terms, see the file COPYING in this distribution. diff --git a/src/lib/time.h b/src/lib/time.h index 4faa664..bffe7d4 100644 --- a/src/lib/time.h +++ b/src/lib/time.h @@ -1,4 +1,5 @@ -/* time.h -- time declarations +/* + * time.h -- time declarations * * Copyright (C) 2004, 2005 Svend Sorensen * For license terms, see the file COPYING in this distribution.