X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dos_sbtest;a=blobdiff_plain;f=src%2Faudio.c;h=d783559b581cac3de5074f345f584bd28b8ff23b;hp=49b8a8deab18a3e90dceb66138fa952432a4acee;hb=d08178b30de9363c1fda1de3499f541faf520924;hpb=85710b37e4082a5b8e6d35c16311cb024298e24f diff --git a/src/audio.c b/src/audio.c index 49b8a8d..d783559 100644 --- a/src/audio.c +++ b/src/audio.c @@ -1,20 +1,3 @@ -/* -pcboot - bootable PC demo/game kernel -Copyright (C) 2018 John Tsiombikas - -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 3 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, see . -*/ #include #include "audio.h" #include "au_sb.h"