Standardize code header comment block.

This commit is contained in:
Svend Sorensen
2005-03-24 12:07:26 +00:00
parent 9d61b497c2
commit 20a67b2fca
3 changed files with 4 additions and 3 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.