X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsound.h;h=8744997c449ff6c0f0b3347e813b59f3bb0e421a;hb=bb08ff6bf7ea7a57f9db153451fb3073d236faaa;hp=84a73040cc10130e6624bee62b8f70f58b42d3c6;hpb=e7ab42f84cca40feb87898e461b2e04df76484ed;p=dockapps%2Fwmnotify.git diff --git a/src/sound.h b/src/sound.h index 84a7304..8744997 100644 --- a/src/sound.h +++ b/src/sound.h @@ -3,25 +3,12 @@ * * Copyright (C) 2003 Hugo Villeneuve * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ #ifndef SOUND_H #define SOUND_H 1 -void -PlayAudioFile(char *filename, int volume); +void PlayAudioFile(char *filename, int volume); -#endif /* SOUND_H */ +#endif /* SOUND_H */