Changeset 705:eaaf8b067ada in roaraudio for libroaresd


Ignore:
Timestamp:
08/28/08 22:29:57 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added license statements

Location:
libroaresd
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • libroaresd/esdbasic.c

    r73 r705  
    11//esdbasic.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 *  The code (may) include prototypes and comments (and maybe 
     6 *  other code fragements) from EsounD. 
     7 *  They are mostly copyrighted by Eric B. Mitchell (aka 'Ricdude) 
     8 *  <ericmit@ix.netcom.com>. For more information see AUTHORS.esd. 
     9 * 
     10 *  This file is part of libroaresd a part of RoarAudio, 
     11 *  a cross-platform sound system for both, home and professional use. 
     12 *  See README for details. 
     13 * 
     14 *  This file is free software; you can redistribute it and/or modify 
     15 *  it under the terms of the GNU General Public License version 3 
     16 *  as published by the Free Software Foundation. 
     17 * 
     18 *  RoarAudio is distributed in the hope that it will be useful, 
     19 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     21 *  GNU General Public License for more details. 
     22 * 
     23 *  You should have received a copy of the GNU General Public License 
     24 *  along with this software; see the file COPYING.  If not, write to 
     25 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     26 * 
     27 *  NOTE for everyone want's to change something and send patches: 
     28 *  read README and HACKING! There a addition information on 
     29 *  the license of this document you need to read before you send 
     30 *  any patches. 
     31 * 
     32 *  NOTE for uses of non-GPL (LGPL,...) software using libesd, libartsc 
     33 *  or libpulse*: 
     34 *  The libs libroaresd, libroararts and libroarpulse link this libroar 
     35 *  and are therefore GPL. Because of this it may be illigal to use 
     36 *  them with any software that uses libesd, libartsc or libpulse*. 
     37 */ 
    238 
    339#include "libroaresd.h" 
  • libroaresd/esdctl.c

    r631 r705  
    11//esdctl.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 *  The code (may) include prototypes and comments (and maybe 
     6 *  other code fragements) from EsounD. 
     7 *  They are mostly copyrighted by Eric B. Mitchell (aka 'Ricdude) 
     8 *  <ericmit@ix.netcom.com>. For more information see AUTHORS.esd. 
     9 * 
     10 *  This file is part of libroaresd a part of RoarAudio, 
     11 *  a cross-platform sound system for both, home and professional use. 
     12 *  See README for details. 
     13 * 
     14 *  This file is free software; you can redistribute it and/or modify 
     15 *  it under the terms of the GNU General Public License version 3 
     16 *  as published by the Free Software Foundation. 
     17 * 
     18 *  RoarAudio is distributed in the hope that it will be useful, 
     19 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     21 *  GNU General Public License for more details. 
     22 * 
     23 *  You should have received a copy of the GNU General Public License 
     24 *  along with this software; see the file COPYING.  If not, write to 
     25 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     26 * 
     27 *  NOTE for everyone want's to change something and send patches: 
     28 *  read README and HACKING! There a addition information on 
     29 *  the license of this document you need to read before you send 
     30 *  any patches. 
     31 * 
     32 *  NOTE for uses of non-GPL (LGPL,...) software using libesd, libartsc 
     33 *  or libpulse*: 
     34 *  The libs libroaresd, libroararts and libroarpulse link this libroar 
     35 *  and are therefore GPL. Because of this it may be illigal to use 
     36 *  them with any software that uses libesd, libartsc or libpulse*. 
     37 */ 
    238 
    339#include "libroaresd.h" 
  • libroaresd/esdfile.c

    r298 r705  
    11//esdfile.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 *  The code (may) include prototypes and comments (and maybe 
     6 *  other code fragements) from EsounD. 
     7 *  They are mostly copyrighted by Eric B. Mitchell (aka 'Ricdude) 
     8 *  <ericmit@ix.netcom.com>. For more information see AUTHORS.esd. 
     9 * 
     10 *  This file is part of libroaresd a part of RoarAudio, 
     11 *  a cross-platform sound system for both, home and professional use. 
     12 *  See README for details. 
     13 * 
     14 *  This file is free software; you can redistribute it and/or modify 
     15 *  it under the terms of the GNU General Public License version 3 
     16 *  as published by the Free Software Foundation. 
     17 * 
     18 *  RoarAudio is distributed in the hope that it will be useful, 
     19 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     21 *  GNU General Public License for more details. 
     22 * 
     23 *  You should have received a copy of the GNU General Public License 
     24 *  along with this software; see the file COPYING.  If not, write to 
     25 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     26 * 
     27 *  NOTE for everyone want's to change something and send patches: 
     28 *  read README and HACKING! There a addition information on 
     29 *  the license of this document you need to read before you send 
     30 *  any patches. 
     31 * 
     32 *  NOTE for uses of non-GPL (LGPL,...) software using libesd, libartsc 
     33 *  or libpulse*: 
     34 *  The libs libroaresd, libroararts and libroarpulse link this libroar 
     35 *  and are therefore GPL. Because of this it may be illigal to use 
     36 *  them with any software that uses libesd, libartsc or libpulse*. 
     37 */ 
    238 
    339#include "libroaresd.h" 
  • libroaresd/esdsample.c

    r0 r705  
    11//esdsample.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 *  The code (may) include prototypes and comments (and maybe 
     6 *  other code fragements) from EsounD. 
     7 *  They are mostly copyrighted by Eric B. Mitchell (aka 'Ricdude) 
     8 *  <ericmit@ix.netcom.com>. For more information see AUTHORS.esd. 
     9 * 
     10 *  This file is part of libroaresd a part of RoarAudio, 
     11 *  a cross-platform sound system for both, home and professional use. 
     12 *  See README for details. 
     13 * 
     14 *  This file is free software; you can redistribute it and/or modify 
     15 *  it under the terms of the GNU General Public License version 3 
     16 *  as published by the Free Software Foundation. 
     17 * 
     18 *  RoarAudio is distributed in the hope that it will be useful, 
     19 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     21 *  GNU General Public License for more details. 
     22 * 
     23 *  You should have received a copy of the GNU General Public License 
     24 *  along with this software; see the file COPYING.  If not, write to 
     25 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     26 * 
     27 *  NOTE for everyone want's to change something and send patches: 
     28 *  read README and HACKING! There a addition information on 
     29 *  the license of this document you need to read before you send 
     30 *  any patches. 
     31 * 
     32 *  NOTE for uses of non-GPL (LGPL,...) software using libesd, libartsc 
     33 *  or libpulse*: 
     34 *  The libs libroaresd, libroararts and libroarpulse link this libroar 
     35 *  and are therefore GPL. Because of this it may be illigal to use 
     36 *  them with any software that uses libesd, libartsc or libpulse*. 
     37 */ 
    238 
    339#include "libroaresd.h" 
  • libroaresd/esdstream.c

    r631 r705  
    11//esdstream.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 *  The code (may) include prototypes and comments (and maybe 
     6 *  other code fragements) from EsounD. 
     7 *  They are mostly copyrighted by Eric B. Mitchell (aka 'Ricdude) 
     8 *  <ericmit@ix.netcom.com>. For more information see AUTHORS.esd. 
     9 * 
     10 *  This file is part of libroaresd a part of RoarAudio, 
     11 *  a cross-platform sound system for both, home and professional use. 
     12 *  See README for details. 
     13 * 
     14 *  This file is free software; you can redistribute it and/or modify 
     15 *  it under the terms of the GNU General Public License version 3 
     16 *  as published by the Free Software Foundation. 
     17 * 
     18 *  RoarAudio is distributed in the hope that it will be useful, 
     19 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     21 *  GNU General Public License for more details. 
     22 * 
     23 *  You should have received a copy of the GNU General Public License 
     24 *  along with this software; see the file COPYING.  If not, write to 
     25 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     26 * 
     27 *  NOTE for everyone want's to change something and send patches: 
     28 *  read README and HACKING! There a addition information on 
     29 *  the license of this document you need to read before you send 
     30 *  any patches. 
     31 * 
     32 *  NOTE for uses of non-GPL (LGPL,...) software using libesd, libartsc 
     33 *  or libpulse*: 
     34 *  The libs libroaresd, libroararts and libroarpulse link this libroar 
     35 *  and are therefore GPL. Because of this it may be illigal to use 
     36 *  them with any software that uses libesd, libartsc or libpulse*. 
     37 */ 
    238 
    339#include "libroaresd.h" 
  • libroaresd/libroaresd.c

    r0 r705  
    11//libroaresd.c: 
     2 
     3/* 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     5 *  The code (may) include prototypes and comments (and maybe 
     6 *  other code fragements) from EsounD. 
     7 *  They are mostly copyrighted by Eric B. Mitchell (aka 'Ricdude) 
     8 *  <ericmit@ix.netcom.com>. For more information see AUTHORS.esd. 
     9 * 
     10 *  This file is part of libroaresd a part of RoarAudio, 
     11 *  a cross-platform sound system for both, home and professional use. 
     12 *  See README for details. 
     13 * 
     14 *  This file is free software; you can redistribute it and/or modify 
     15 *  it under the terms of the GNU General Public License version 3 
     16 *  as published by the Free Software Foundation. 
     17 * 
     18 *  RoarAudio is distributed in the hope that it will be useful, 
     19 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     20 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     21 *  GNU General Public License for more details. 
     22 * 
     23 *  You should have received a copy of the GNU General Public License 
     24 *  along with this software; see the file COPYING.  If not, write to 
     25 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     26 * 
     27 *  NOTE for everyone want's to change something and send patches: 
     28 *  read README and HACKING! There a addition information on 
     29 *  the license of this document you need to read before you send 
     30 *  any patches. 
     31 * 
     32 *  NOTE for uses of non-GPL (LGPL,...) software using libesd, libartsc 
     33 *  or libpulse*: 
     34 *  The libs libroaresd, libroararts and libroarpulse link this libroar 
     35 *  and are therefore GPL. Because of this it may be illigal to use 
     36 *  them with any software that uses libesd, libartsc or libpulse*. 
     37 */ 
    238 
    339#include "libroaresd.h" 
Note: See TracChangeset for help on using the changeset viewer.