From 28c8e051a5e94db5105787e8450bab35931f78b8 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 24 Sep 2007 08:54:16 +0200 Subject: [PATCH] aft.c: Add GPL header. --- aft.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/aft.c b/aft.c index 0f15cd28..d1c46ba0 100644 --- a/aft.c +++ b/aft.c @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2007 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + +/** \file aft.c Audio file table functions. */ + #include "para.h" #include "error.h" #include -- 2.30.2