Changeset 707:d2adbbf9291a in roaraudio


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

added license statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroararts/libartsc.c

    r466 r707  
    11//libartsc.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 libarts*. They are mostly copyrighted by: 
     7 *  Stefan Westerfeld <stefan@space.twc.de> 
     8 * 
     9 *  This file is part of libroararts a part of RoarAudio, 
     10 *  a cross-platform sound system for both, home and professional use. 
     11 *  See README for details. 
     12 * 
     13 *  This file is free software; you can redistribute it and/or modify 
     14 *  it under the terms of the GNU General Public License version 3 
     15 *  as published by the Free Software Foundation. 
     16 * 
     17 *  RoarAudio is distributed in the hope that it will be useful, 
     18 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     19 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     20 *  GNU General Public License for more details. 
     21 * 
     22 *  You should have received a copy of the GNU General Public License 
     23 *  along with this software; see the file COPYING.  If not, write to 
     24 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
     25 * 
     26 *  NOTE for everyone want's to change something and send patches: 
     27 *  read README and HACKING! There a addition information on 
     28 *  the license of this document you need to read before you send 
     29 *  any patches. 
     30 * 
     31 *  NOTE for uses of non-GPL (LGPL,...) software using libesd, libartsc 
     32 *  or libpulse*: 
     33 *  The libs libroaresd, libroararts and libroarpulse link this libroar 
     34 *  and are therefore GPL. Because of this it may be illigal to use 
     35 *  them with any software that uses libesd, libartsc or libpulse*. 
     36 */ 
    237 
    338#include <roaraudio.h> 
Note: See TracChangeset for help on using the changeset viewer.