Changeset 668:71ac426690da in roaraudio


Ignore:
Timestamp:
08/27/08 00:48:46 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added license statements

Location:
roard
Files:
52 edited

Legend:

Unmodified
Added
Removed
  • roard/clients.c

    r610 r668  
    11//clients.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/codecfilter.c

    r621 r668  
    11//codecfilter.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/codecfilter_celt.c

    r639 r668  
    11//codecfilter_celt.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/codecfilter_cmd.c

    r609 r668  
    11//codecfilter_cmd.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/codecfilter_speex.c

    r620 r668  
    11//codecfilter_speex.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/codecfilter_vorbis.c

    r634 r668  
    11//codecfilter_vorbis.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/codecfilter_wave.c

    r609 r668  
    11//codecfilter_wave.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/commands.c

    r465 r668  
    11//commands.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/driver.c

    r10 r668  
     1//driver.c: 
    12 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/driver_ao.c

    r425 r668  
    1 //driver_esd.c: 
     1//driver_ao.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/driver_esd.c

    r504 r668  
    11//driver_esd.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/driver_raw.c

    r10 r668  
    11//driver_raw.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/driver_roar.c

    r483 r668  
    1 //driver_esd.c: 
     1//driver_raor.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/empty.c

    r0 r668  
    11//*.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/include/client.h

    r439 r668  
    11//client.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _CLIENT_H_ 
  • roard/include/codecfilter.h

    r612 r668  
    11//codecfilter.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _CODECFILTER_H_ 
  • roard/include/codecfilter_celt.h

    r635 r668  
    11//codecfilter_celt.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _CODECFILTER_CELT_H_ 
  • roard/include/codecfilter_cmd.h

    r196 r668  
    11//codecfilter_cmd.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _CODECFILTER_CMD_H_ 
  • roard/include/codecfilter_speex.h

    r617 r668  
    11//codecfilter_speex.h.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _CODECFILTER_SPEEX_H_ 
  • roard/include/codecfilter_vorbis.h

    r582 r668  
    11//codecfilter_vorbis.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _CODECFILTER_VORBIS_H_ 
  • roard/include/codecfilter_wave.h

    r562 r668  
    11//codecfilter_wave.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _CODECFILTER_WAVE_H_ 
  • roard/include/commands.h

    r0 r668  
    11//commands.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _COMMANDS_H_ 
  • roard/include/driver.h

    r10 r668  
    11//driver.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _DRIVER_H_ 
  • roard/include/driver_ao.h

    r0 r668  
    11//driver_ao.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _DRIVER_AO_H_ 
  • roard/include/driver_esd.h

    r0 r668  
    11//driver_esd.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _DRIVER_ESD_H_ 
  • roard/include/driver_raw.h

    r10 r668  
    11//driver_raw.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _DRIVER_RAW_H_ 
  • roard/include/driver_roar.h

    r0 r668  
    1 //driver_esd.h: 
     1//driver_roar.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _DRIVER_ROAR_H_ 
  • roard/include/empty.h

    r168 r668  
    11//*.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _*_H_ 
  • roard/include/lib.h

    r198 r668  
    11//lib.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _LIB_H_ 
  • roard/include/meta.h

    r113 r668  
    11//meta.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _META_H_ 
  • roard/include/midi.h

    r192 r668  
    11//midi.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _MIDI_H_ 
  • roard/include/mixer.h

    r16 r668  
    11//output.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _MIXER_H_ 
  • roard/include/network.h

    r0 r668  
    11//network.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _NETWORK_H_ 
  • roard/include/output.h

    r380 r668  
    11//output.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _OUTPUT_H_ 
  • roard/include/req.h

    r465 r668  
    11//req.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _REQ_H_ 
  • roard/include/roard.h

    r574 r668  
    11//roard.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _ROARD_H_ 
  • roard/include/sample.h

    r45 r668  
    11//sample.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _SAMPLE_H_ 
  • roard/include/sources.h

    r542 r668  
    11//sources.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _SOURCES_H_ 
  • roard/include/streams.h

    r643 r668  
    11//streams.h: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#ifndef _STREAMS_H_ 
  • roard/lib.c

    r198 r668  
    11//lib.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/loop.c

    r547 r668  
    11//loop.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/meta.c

    r486 r668  
    11//meta.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/midi.c

    r192 r668  
    11//midi.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/mixer.c

    r423 r668  
    11//mixer.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/network.c

    r490 r668  
    11//network.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/output.c

    r57 r668  
    11//output.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/req.c

    r576 r668  
    1  
     1//req.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/roard.c

    r580 r668  
    11//roard.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/sample.c

    r50 r668  
    11//sample.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/signals.c

    r250 r668  
    11//signals.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/sources.c

    r644 r668  
    11//sources.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
  • roard/streams.c

    r645 r668  
    11//streams.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 * 
     6 *  This file is part of roard a part of RoarAudio, 
     7 *  a cross-platform sound system for both, home and professional use. 
     8 *  See README for details. 
     9 * 
     10 *  This file is free software; you can redistribute it and/or modify 
     11 *  it under the terms of the GNU General Public License version 3 
     12 *  as published by the Free Software Foundation. 
     13 * 
     14 *  RoarAudio is distributed in the hope that it will be useful, 
     15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 *  GNU General Public License for more details. 
     18 * 
     19 *  You should have received a copy of the GNU General Public License 
     20 *  along with this software; see the file COPYING.  If not, write to 
     21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     22 * 
     23 */ 
    224 
    325#include "roard.h" 
Note: See TracChangeset for help on using the changeset viewer.