Ignore:
Timestamp:
Nov 13, 2005 7:40:44 PM (18 years ago)
Author:
bennylp
Message:

Applying license to pjproject

Location:
pjproject/trunk/pjmedia/src/pjmedia
Files:
58 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/codec.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425#include <pjmedia/codec.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/codec.h

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/config.h

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/dsound.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/g711.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425/* This file contains file from Sun Microsystems, Inc, with the complete  
  • pjproject/trunk/pjmedia/src/pjmedia/jbuf.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/jbuf.h

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/mediamgr.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425#include <pjmedia/mediamgr.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/mediamgr.h

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/nullsound.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425#include <pjmedia/sound.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/pasound.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425#include <pjmedia/sound.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/dsound_wrapper.c

    r2 r49  
    3333 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    3434 * 
     35 */ 
     36/*  
     37 * PJMEDIA - Multimedia over IP Stack  
     38 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     39 * 
     40 * Author: 
     41 *  Benny Prijono <bennylp@bulukucing.org> 
     42 * 
     43 * This library is free software; you can redistribute it and/or 
     44 * modify it under the terms of the GNU Lesser General Public 
     45 * License as published by the Free Software Foundation; either 
     46 * version 2.1 of the License, or (at your option) any later version. 
     47 *  
     48 * This library is distributed in the hope that it will be useful, 
     49 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     50 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     51 * Lesser General Public License for more details. 
     52 *  
     53 * You should have received a copy of the GNU Lesser General Public 
     54 * License along with this library; if not, write to the Free Software 
     55 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3556 */ 
    3657#include <stdio.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/dsound_wrapper.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef __DSOUND_WRAPPER_H 
    223#define __DSOUND_WRAPPER_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_allocation.c

    r2 r49  
    2929 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     31 */ 
     32/*  
     33 * PJMEDIA - Multimedia over IP Stack  
     34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     35 * 
     36 * Author: 
     37 *  Benny Prijono <bennylp@bulukucing.org> 
     38 * 
     39 * This library is free software; you can redistribute it and/or 
     40 * modify it under the terms of the GNU Lesser General Public 
     41 * License as published by the Free Software Foundation; either 
     42 * version 2.1 of the License, or (at your option) any later version. 
     43 *  
     44 * This library is distributed in the hope that it will be useful, 
     45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     47 * Lesser General Public License for more details. 
     48 *  
     49 * You should have received a copy of the GNU Lesser General Public 
     50 * License along with this library; if not, write to the Free Software 
     51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3152 */ 
    3253 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_allocation.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_ALLOCATION_H 
    223#define PA_ALLOCATION_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_converters.c

    r2 r49  
    2828 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    2929 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     30 */ 
     31/*  
     32 * PJMEDIA - Multimedia over IP Stack  
     33 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     34 * 
     35 * Author: 
     36 *  Benny Prijono <bennylp@bulukucing.org> 
     37 * 
     38 * This library is free software; you can redistribute it and/or 
     39 * modify it under the terms of the GNU Lesser General Public 
     40 * License as published by the Free Software Foundation; either 
     41 * version 2.1 of the License, or (at your option) any later version. 
     42 *  
     43 * This library is distributed in the hope that it will be useful, 
     44 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     46 * Lesser General Public License for more details. 
     47 *  
     48 * You should have received a copy of the GNU Lesser General Public 
     49 * License along with this library; if not, write to the Free Software 
     50 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3051 */ 
    3152 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_converters.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_CONVERTERS_H 
    223#define PA_CONVERTERS_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_cpuload.c

    r2 r49  
    2929 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     31 */ 
     32/*  
     33 * PJMEDIA - Multimedia over IP Stack  
     34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     35 * 
     36 * Author: 
     37 *  Benny Prijono <bennylp@bulukucing.org> 
     38 * 
     39 * This library is free software; you can redistribute it and/or 
     40 * modify it under the terms of the GNU Lesser General Public 
     41 * License as published by the Free Software Foundation; either 
     42 * version 2.1 of the License, or (at your option) any later version. 
     43 *  
     44 * This library is distributed in the hope that it will be useful, 
     45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     47 * Lesser General Public License for more details. 
     48 *  
     49 * You should have received a copy of the GNU Lesser General Public 
     50 * License along with this library; if not, write to the Free Software 
     51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3152 */ 
    3253 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_cpuload.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_CPULOAD_H 
    223#define PA_CPULOAD_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_dither.c

    r2 r49  
    2828 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    2929 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     30 */ 
     31/*  
     32 * PJMEDIA - Multimedia over IP Stack  
     33 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     34 * 
     35 * Author: 
     36 *  Benny Prijono <bennylp@bulukucing.org> 
     37 * 
     38 * This library is free software; you can redistribute it and/or 
     39 * modify it under the terms of the GNU Lesser General Public 
     40 * License as published by the Free Software Foundation; either 
     41 * version 2.1 of the License, or (at your option) any later version. 
     42 *  
     43 * This library is distributed in the hope that it will be useful, 
     44 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     46 * Lesser General Public License for more details. 
     47 *  
     48 * You should have received a copy of the GNU Lesser General Public 
     49 * License along with this library; if not, write to the Free Software 
     50 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3051 */ 
    3152 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_dither.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_DITHER_H 
    223#define PA_DITHER_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_endianness.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_ENDIANNESS_H 
    223#define PA_ENDIANNESS_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_front.c

    r2 r49  
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    3131 */ 
     32/*  
     33 * PJMEDIA - Multimedia over IP Stack  
     34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     35 * 
     36 * Author: 
     37 *  Benny Prijono <bennylp@bulukucing.org> 
     38 * 
     39 * This library is free software; you can redistribute it and/or 
     40 * modify it under the terms of the GNU Lesser General Public 
     41 * License as published by the Free Software Foundation; either 
     42 * version 2.1 of the License, or (at your option) any later version. 
     43 *  
     44 * This library is distributed in the hope that it will be useful, 
     45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     47 * Lesser General Public License for more details. 
     48 *  
     49 * You should have received a copy of the GNU Lesser General Public 
     50 * License along with this library; if not, write to the Free Software 
     51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     52 */ 
    3253 
    3354/* doxygen index page */ 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_hostapi.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_HOSTAPI_H 
    223#define PA_HOSTAPI_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_linux_alsa.c

    r2 r49  
    3333 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3434 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     35 */ 
     36/*  
     37 * PJMEDIA - Multimedia over IP Stack  
     38 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     39 * 
     40 * Author: 
     41 *  Benny Prijono <bennylp@bulukucing.org> 
     42 * 
     43 * This library is free software; you can redistribute it and/or 
     44 * modify it under the terms of the GNU Lesser General Public 
     45 * License as published by the Free Software Foundation; either 
     46 * version 2.1 of the License, or (at your option) any later version. 
     47 *  
     48 * This library is distributed in the hope that it will be useful, 
     49 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     50 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     51 * Lesser General Public License for more details. 
     52 *  
     53 * You should have received a copy of the GNU Lesser General Public 
     54 * License along with this library; if not, write to the Free Software 
     55 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3556 */ 
    3657 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_linux_alsa.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_LINUX_ALSA_H 
    223#define PA_LINUX_ALSA_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_process.c

    r2 r49  
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    3131 */ 
     32/*  
     33 * PJMEDIA - Multimedia over IP Stack  
     34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     35 * 
     36 * Author: 
     37 *  Benny Prijono <bennylp@bulukucing.org> 
     38 * 
     39 * This library is free software; you can redistribute it and/or 
     40 * modify it under the terms of the GNU Lesser General Public 
     41 * License as published by the Free Software Foundation; either 
     42 * version 2.1 of the License, or (at your option) any later version. 
     43 *  
     44 * This library is distributed in the hope that it will be useful, 
     45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     47 * Lesser General Public License for more details. 
     48 *  
     49 * You should have received a copy of the GNU Lesser General Public 
     50 * License along with this library; if not, write to the Free Software 
     51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     52 */ 
    3253 
    3354/** @file 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_process.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_PROCESS_H 
    223#define PA_PROCESS_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_skeleton.c

    r2 r49  
    3131 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    3232 */ 
     33/*  
     34 * PJMEDIA - Multimedia over IP Stack  
     35 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     36 * 
     37 * Author: 
     38 *  Benny Prijono <bennylp@bulukucing.org> 
     39 * 
     40 * This library is free software; you can redistribute it and/or 
     41 * modify it under the terms of the GNU Lesser General Public 
     42 * License as published by the Free Software Foundation; either 
     43 * version 2.1 of the License, or (at your option) any later version. 
     44 *  
     45 * This library is distributed in the hope that it will be useful, 
     46 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     47 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     48 * Lesser General Public License for more details. 
     49 *  
     50 * You should have received a copy of the GNU Lesser General Public 
     51 * License along with this library; if not, write to the Free Software 
     52 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     53 */ 
    3354 
    3455/** @file 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_stream.c

    r2 r49  
    2929 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     31 */ 
     32/*  
     33 * PJMEDIA - Multimedia over IP Stack  
     34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     35 * 
     36 * Author: 
     37 *  Benny Prijono <bennylp@bulukucing.org> 
     38 * 
     39 * This library is free software; you can redistribute it and/or 
     40 * modify it under the terms of the GNU Lesser General Public 
     41 * License as published by the Free Software Foundation; either 
     42 * version 2.1 of the License, or (at your option) any later version. 
     43 *  
     44 * This library is distributed in the hope that it will be useful, 
     45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     47 * Lesser General Public License for more details. 
     48 *  
     49 * You should have received a copy of the GNU Lesser General Public 
     50 * License along with this library; if not, write to the Free Software 
     51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3152 */ 
    3253 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_stream.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_STREAM_H 
    223#define PA_STREAM_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_trace.c

    r2 r49  
    2929 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     31 */ 
     32/*  
     33 * PJMEDIA - Multimedia over IP Stack  
     34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     35 * 
     36 * Author: 
     37 *  Benny Prijono <bennylp@bulukucing.org> 
     38 * 
     39 * This library is free software; you can redistribute it and/or 
     40 * modify it under the terms of the GNU Lesser General Public 
     41 * License as published by the Free Software Foundation; either 
     42 * version 2.1 of the License, or (at your option) any later version. 
     43 *  
     44 * This library is distributed in the hope that it will be useful, 
     45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     47 * Lesser General Public License for more details. 
     48 *  
     49 * You should have received a copy of the GNU Lesser General Public 
     50 * License along with this library; if not, write to the Free Software 
     51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3152 */ 
    3253 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_trace.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_TRACE_H 
    223#define PA_TRACE_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_types.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_TYPES_H 
    223#define PA_TYPES_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_hostapis.c

    r2 r49  
    2828 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    2929 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     30 */ 
     31/*  
     32 * PJMEDIA - Multimedia over IP Stack  
     33 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     34 * 
     35 * Author: 
     36 *  Benny Prijono <bennylp@bulukucing.org> 
     37 * 
     38 * This library is free software; you can redistribute it and/or 
     39 * modify it under the terms of the GNU Lesser General Public 
     40 * License as published by the Free Software Foundation; either 
     41 * version 2.1 of the License, or (at your option) any later version. 
     42 *  
     43 * This library is distributed in the hope that it will be useful, 
     44 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     46 * Lesser General Public License for more details. 
     47 *  
     48 * You should have received a copy of the GNU Lesser General Public 
     49 * License along with this library; if not, write to the Free Software 
     50 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3051 */ 
    3152 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_oss.c

    r2 r49  
    3434 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3535 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     36 */ 
     37/*  
     38 * PJMEDIA - Multimedia over IP Stack  
     39 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     40 * 
     41 * Author: 
     42 *  Benny Prijono <bennylp@bulukucing.org> 
     43 * 
     44 * This library is free software; you can redistribute it and/or 
     45 * modify it under the terms of the GNU Lesser General Public 
     46 * License as published by the Free Software Foundation; either 
     47 * version 2.1 of the License, or (at your option) any later version. 
     48 *  
     49 * This library is distributed in the hope that it will be useful, 
     50 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     51 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     52 * Lesser General Public License for more details. 
     53 *  
     54 * You should have received a copy of the GNU Lesser General Public 
     55 * License along with this library; if not, write to the Free Software 
     56 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3657 */ 
    3758 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_util.c

    r2 r49  
    2929 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     31 */ 
     32/*  
     33 * PJMEDIA - Multimedia over IP Stack  
     34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     35 * 
     36 * Author: 
     37 *  Benny Prijono <bennylp@bulukucing.org> 
     38 * 
     39 * This library is free software; you can redistribute it and/or 
     40 * modify it under the terms of the GNU Lesser General Public 
     41 * License as published by the Free Software Foundation; either 
     42 * version 2.1 of the License, or (at your option) any later version. 
     43 *  
     44 * This library is distributed in the hope that it will be useful, 
     45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     47 * Lesser General Public License for more details. 
     48 *  
     49 * You should have received a copy of the GNU Lesser General Public 
     50 * License along with this library; if not, write to the Free Software 
     51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3152 */ 
    3253 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_util.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_UNIX_UTIL_H 
    223#define PA_UNIX_UTIL_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_util.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_UTIL_H 
    223#define PA_UTIL_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_ds.c

    r2 r49  
    2828 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    2929 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     30 */ 
     31/*  
     32 * PJMEDIA - Multimedia over IP Stack  
     33 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     34 * 
     35 * Author: 
     36 *  Benny Prijono <bennylp@bulukucing.org> 
     37 * 
     38 * This library is free software; you can redistribute it and/or 
     39 * modify it under the terms of the GNU Lesser General Public 
     40 * License as published by the Free Software Foundation; either 
     41 * version 2.1 of the License, or (at your option) any later version. 
     42 *  
     43 * This library is distributed in the hope that it will be useful, 
     44 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     46 * Lesser General Public License for more details. 
     47 *  
     48 * You should have received a copy of the GNU Lesser General Public 
     49 * License along with this library; if not, write to the Free Software 
     50 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3051 */ 
    3152 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_hostapis.c

    r2 r49  
    2828 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    2929 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     30 */ 
     31/*  
     32 * PJMEDIA - Multimedia over IP Stack  
     33 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     34 * 
     35 * Author: 
     36 *  Benny Prijono <bennylp@bulukucing.org> 
     37 * 
     38 * This library is free software; you can redistribute it and/or 
     39 * modify it under the terms of the GNU Lesser General Public 
     40 * License as published by the Free Software Foundation; either 
     41 * version 2.1 of the License, or (at your option) any later version. 
     42 *  
     43 * This library is distributed in the hope that it will be useful, 
     44 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     46 * Lesser General Public License for more details. 
     47 *  
     48 * You should have received a copy of the GNU Lesser General Public 
     49 * License along with this library; if not, write to the Free Software 
     50 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3051 */ 
    3152 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_util.c

    r2 r49  
    2929 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     31 */ 
     32/*  
     33 * PJMEDIA - Multimedia over IP Stack  
     34 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     35 * 
     36 * Author: 
     37 *  Benny Prijono <bennylp@bulukucing.org> 
     38 * 
     39 * This library is free software; you can redistribute it and/or 
     40 * modify it under the terms of the GNU Lesser General Public 
     41 * License as published by the Free Software Foundation; either 
     42 * version 2.1 of the License, or (at your option) any later version. 
     43 *  
     44 * This library is distributed in the hope that it will be useful, 
     45 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     47 * Lesser General Public License for more details. 
     48 *  
     49 * You should have received a copy of the GNU Lesser General Public 
     50 * License along with this library; if not, write to the Free Software 
     51 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    3152 */ 
    3253 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_wmme.c

    r2 r49  
    3434 * 
    3535 */ 
     36/*  
     37 * PJMEDIA - Multimedia over IP Stack  
     38 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     39 * 
     40 * Author: 
     41 *  Benny Prijono <bennylp@bulukucing.org> 
     42 * 
     43 * This library is free software; you can redistribute it and/or 
     44 * modify it under the terms of the GNU Lesser General Public 
     45 * License as published by the Free Software Foundation; either 
     46 * version 2.1 of the License, or (at your option) any later version. 
     47 *  
     48 * This library is distributed in the hope that it will be useful, 
     49 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     50 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     51 * Lesser General Public License for more details. 
     52 *  
     53 * You should have received a copy of the GNU Lesser General Public 
     54 * License along with this library; if not, write to the Free Software 
     55 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     56 */ 
    3657 
    3758/* Modification History: 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_wmme.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_WIN_WMME_H 
    223#define PA_WIN_WMME_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_x86_plain_converters.c

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#include "pa_x86_plain_converters.h" 
    223 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_x86_plain_converters.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122#ifndef PA_X86_PLAIN_CONVERTERS_H 
    223#define PA_X86_PLAIN_CONVERTERS_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/portaudio.h

    r2 r49  
     1/*  
     2 * PJMEDIA - Multimedia over IP Stack  
     3 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     4 * 
     5 * Author: 
     6 *  Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * This library is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU Lesser General Public 
     10 * License as published by the Free Software Foundation; either 
     11 * version 2.1 of the License, or (at your option) any later version. 
     12 *  
     13 * This library is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
     17 *  
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     21 */ 
    122 
    223#ifndef PORTAUDIO_H 
  • pjproject/trunk/pjmedia/src/pjmedia/rtcp.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/rtcp.h

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/rtp.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/rtp.h

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/sdp.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/sdp.h

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/session.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425#include <pjmedia/session.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/session.h

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/sound.h

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/stream.c

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
  • pjproject/trunk/pjmedia/src/pjmedia/stream.h

    r3 r49  
    11/* $Id$ 
    22 * 
     3 */ 
     4/*  
     5 * PJMEDIA - Multimedia over IP Stack  
     6 * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     7 * 
     8 * Author: 
     9 *  Benny Prijono <bennylp@bulukucing.org> 
     10 * 
     11 * This library is free software; you can redistribute it and/or 
     12 * modify it under the terms of the GNU Lesser General Public 
     13 * License as published by the Free Software Foundation; either 
     14 * version 2.1 of the License, or (at your option) any later version. 
     15 *  
     16 * This library is distributed in the hope that it will be useful, 
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     19 * Lesser General Public License for more details. 
     20 *  
     21 * You should have received a copy of the GNU Lesser General Public 
     22 * License along with this library; if not, write to the Free Software 
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    324 */ 
    425 
Note: See TracChangeset for help on using the changeset viewer.