X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=format.h;h=69d34f53d1932e7e78d8f3ae44d3cab4a7595480;hb=272ef6dcb6bb9fbc6e4f2e2368329097fd80c5a9;hp=4446f49c7c7908477dfd6fb546291e0102eadaaf;hpb=9e41a10fbee567866d78903b11646d341cfd9882;p=adu.git diff --git a/format.h b/format.h index 4446f49..69d34f5 100644 --- a/format.h +++ b/format.h @@ -1,4 +1,10 @@ -/** \file format.h Exported symbols from \p format.c. */ +/* + * Copyright (C) 2008 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + +/** \file format.h \brief Exported symbols from \p format.c. */ /** The possible types of format string directives (aka atoms). */ enum atom_type { @@ -38,7 +44,7 @@ enum atom_type { */ struct atom { /** The name of the directive. */ - const char const *name; + const char *name; /** Its type. */ enum atom_type type; };