From f9c625f512577063411f7a28874cb9c1dc5f6990 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 4 Apr 2013 20:58:48 +0000 Subject: [PATCH] Add two missing Copyright headers and file annotations. --- check_wav.h | 8 ++++++++ mix.h | 8 ++++++++ 2 files changed, 16 insertions(+) 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. * -- 2.39.2