From 11c6ad1a5fc459e81ac4f3d2fb16c4f9990cb97d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 25 Sep 2007 10:46:00 +0200 Subject: [PATCH] mood.c: Add GPL header. --- mood.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mood.c b/mood.c index 19f5dc4d..f7cb81db 100644 --- a/mood.c +++ b/mood.c @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2007 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + +/** \file mood.c Paraslash's mood handling functions. */ + #include "para.h" #include "error.h" #include "afh.h" @@ -5,8 +13,6 @@ #include "list.h" #include "string.h" -/** \file mood.c Paraslash's mood handling functions. */ - /** * Contains statistical data of the currently admissible audio files. * -- 2.39.2