X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ogg_afh.c;h=1c0c63234e0837457fc3e8e79138c11367884494;hb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b;hp=94383c4564156cb7f608c9eaa9a7b6b5e8846614;hpb=a7a37b282c4e936b2fb34c2bd7423f9f800dfd44;p=paraslash.git diff --git a/ogg_afh.c b/ogg_afh.c index 94383c45..1c0c6323 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -1,19 +1,7 @@ /* * Copyright (C) 2004-2007 Andre Noll * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file ogg_afh.c para_server's ogg vorbis audio format handler */ @@ -22,6 +10,8 @@ #include #include +#include "para.h" +#include "afh.h" #include "server.h" #include "error.h" #include "string.h"