X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=version.c;h=f8f7e6a33f69a4624f347e8b2c95f88e61111bb7;hp=ad1334634238b749b1089cd8271e6cbf263eece1;hb=820ae21f7a453408dca3faa9ff1d28ca94d60009;hpb=d60dae8066b7965df66ba68f9f98ea1222b4fc49 diff --git a/version.c b/version.c index ad133463..f8f7e6a3 100644 --- a/version.c +++ b/version.c @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2013 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + +/** \file version.c Some helpers for printing version and copyright strings. */ + #include "para.h" /** \file version.h Macros for printing the version string. */ @@ -10,7 +18,7 @@ * \return The string generated by the GIT-VERSION-GEN script. It is passed * as a preprocessor define during compilation. */ -const char *version_git(void) +__a_const const char *version_git(void) { return GIT_VERSION; }