X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=version.c;h=de03e9350f3007dc36e18ca4c78110df1cc27aea;hp=ff6b7cabb57f7b0336e2a4bb0d55b50edc6c8021;hb=f08b3d684d761560969b70de99f309bbd60d7b2e;hpb=15e99acfc88ff999980ef97705e794d4849cf40e diff --git a/version.c b/version.c index ff6b7cab..de03e935 100644 --- a/version.c +++ b/version.c @@ -1,4 +1,13 @@ +/* + * 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" +#include "version.h" /** \file version.h Macros for printing the version string. */