From: Andre Noll Date: Thu, 4 Apr 2013 20:58:48 +0000 (+0000) Subject: Add two missing Copyright headers and file annotations. X-Git-Tag: v0.4.13~34^2~3 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f9c625f512577063411f7a28874cb9c1dc5f6990 Add two missing Copyright headers and file annotations. --- diff --git a/check_wav.h b/check_wav.h index 6a957765..ba1a8eca 100644 --- a/check_wav.h +++ b/check_wav.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2012-2013 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + +/** \file check_wav.h Detect, process and cut a wav header. */ + struct check_wav_context; /** diff --git a/mix.h b/mix.h index a4105544..427a84f5 100644 --- a/mix.h +++ b/mix.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2012-2013 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + +/** \file mix.h Mixer API (used by para_fade). */ + /** * Opaque structure which corresponds to an instance of a mixer. *