Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16650/libplayercore

Modified Files:
        addr_util.c addr_util.h configfile.cc configfile.h device.cc 
        device.h devicetable.cc devicetable.h driver.cc driver.h 
        drivertable.cc drivertable.h error.c error.h globals.cc 
        globals.h interface_util.c interface_util.h message.cc 
        message.h player.h playercommon.h playercore.h playertime.h 
        plugins.cc plugins.h property.cpp property.h wallclocktime.cc 
        wallclocktime.h 
Log Message:
added LGPL to player core libraries


Index: addr_util.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/addr_util.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** addr_util.h 30 Aug 2005 16:14:08 -0000      1.2
--- addr_util.h 10 Jul 2007 09:01:51 -0000      1.3
***************
*** 20,24 ****
   *
   */
! 
  #ifndef _ADDR_UTIL_H
  #define _ADDR_UTIL_H
--- 20,40 ----
   *
   */
! /********************************************************************
!  *
!  *  This library is free software; you can redistribute it and/or
!  *  modify it under the terms of the GNU Lesser General Public
!  *  License as published by the Free Software Foundation; either
!  *  version 2.1 of the License, or (at your option) any later version.
!  *
!  *  This library is distributed in the hope that it will be useful,
!  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
!  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  *  Lesser General Public License for more details.
!  *
!  *  You should have received a copy of the GNU Lesser General Public
!  *  License along with this library; if not, write to the Free Software
!  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
!  *
!  ********************************************************************/
  #ifndef _ADDR_UTIL_H
  #define _ADDR_UTIL_H

Index: plugins.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/plugins.cc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** plugins.cc  21 May 2007 11:03:32 -0000      1.7
--- plugins.cc  10 Jul 2007 09:01:52 -0000      1.8
***************
*** 19,22 ****
--- 19,39 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  #if HAVE_CONFIG_H

Index: configfile.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/configfile.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** configfile.h        21 May 2007 11:03:32 -0000      1.11
--- configfile.h        10 Jul 2007 09:01:51 -0000      1.12
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: property.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/property.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** property.h  20 May 2007 00:30:15 -0000      1.2
--- property.h  10 Jul 2007 09:01:52 -0000      1.3
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  #ifndef __PROPERTY_H

Index: message.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/message.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** message.h   27 Feb 2007 18:09:20 -0000      1.18
--- message.h   10 Jul 2007 09:01:52 -0000      1.19
***************
*** 20,23 ****
--- 20,41 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
+ 
  /*
   * Desc: Message class and message queues

Index: device.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/device.cc,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** device.cc   14 Mar 2007 16:41:51 -0000      1.19
--- device.cc   10 Jul 2007 09:01:51 -0000      1.20
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: error.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/error.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** error.c     3 Apr 2007 15:31:44 -0000       1.6
--- error.c     10 Jul 2007 09:01:51 -0000      1.7
***************
*** 1,2 ****
--- 1,19 ----
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /***************************************************************************

Index: wallclocktime.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/wallclocktime.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wallclocktime.h     8 Aug 2005 03:53:21 -0000       1.2
--- wallclocktime.h     10 Jul 2007 09:01:52 -0000      1.3
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: drivertable.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/drivertable.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** drivertable.cc      17 Aug 2005 23:56:51 -0000      1.2
--- drivertable.cc      10 Jul 2007 09:01:51 -0000      1.3
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: playertime.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/playertime.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** playertime.h        8 Aug 2005 03:53:21 -0000       1.2
--- playertime.h        10 Jul 2007 09:01:52 -0000      1.3
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: player.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/player.h,v
retrieving revision 1.134
retrieving revision 1.135
diff -C2 -d -r1.134 -r1.135
*** player.h    9 Jul 2007 17:17:59 -0000       1.134
--- player.h    10 Jul 2007 09:01:52 -0000      1.135
***************
*** 20,23 ****
--- 20,41 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
+ 
  /*
   * Desc: Player communication packet structures and codes

Index: interface_util.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/interface_util.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** interface_util.h    21 May 2007 11:03:32 -0000      1.6
--- interface_util.h    10 Jul 2007 09:01:52 -0000      1.7
***************
*** 20,23 ****
--- 20,41 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
+ 
  #ifndef _INTERFACE_UTIL_H
  #define _INTERFACE_UTIL_H

Index: error.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/error.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** error.h     15 Nov 2005 17:23:58 -0000      1.5
--- error.h     10 Jul 2007 09:01:51 -0000      1.6
***************
*** 1,2 ****
--- 1,19 ----
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /***************************************************************************

Index: driver.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/driver.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** driver.h    29 Apr 2007 07:18:43 -0000      1.19
--- driver.h    10 Jul 2007 09:01:51 -0000      1.20
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: driver.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/driver.cc,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** driver.cc   20 May 2007 00:30:15 -0000      1.28
--- driver.cc   10 Jul 2007 09:01:51 -0000      1.29
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: playercore.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/playercore.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** playercore.h        29 Apr 2007 07:18:43 -0000      1.5
--- playercore.h        10 Jul 2007 09:01:52 -0000      1.6
***************
*** 20,24 ****
   *
   */
! 
  
  #ifndef _PLAYERCORE_H
--- 20,40 ----
   *
   */
! /********************************************************************
!  *
!  *  This library is free software; you can redistribute it and/or
!  *  modify it under the terms of the GNU Lesser General Public
!  *  License as published by the Free Software Foundation; either
!  *  version 2.1 of the License, or (at your option) any later version.
!  *
!  *  This library is distributed in the hope that it will be useful,
!  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
!  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  *  Lesser General Public License for more details.
!  *
!  *  You should have received a copy of the GNU Lesser General Public
!  *  License along with this library; if not, write to the Free Software
!  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
!  *
!  ********************************************************************/
  
  #ifndef _PLAYERCORE_H

Index: plugins.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/plugins.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** plugins.h   21 May 2007 11:03:32 -0000      1.2
--- plugins.h   10 Jul 2007 09:01:52 -0000      1.3
***************
*** 19,22 ****
--- 19,39 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  #if HAVE_LIBLTDL

Index: addr_util.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/addr_util.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** addr_util.c 18 Jan 2006 22:44:25 -0000      1.7
--- addr_util.c 10 Jul 2007 09:01:51 -0000      1.8
***************
*** 20,24 ****
   *
   */
! 
  #if HAVE_CONFIG_H
    #include <config.h>
--- 20,40 ----
   *
   */
! /********************************************************************
!  *
!  *  This library is free software; you can redistribute it and/or
!  *  modify it under the terms of the GNU Lesser General Public
!  *  License as published by the Free Software Foundation; either
!  *  version 2.1 of the License, or (at your option) any later version.
!  *
!  *  This library is distributed in the hope that it will be useful,
!  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
!  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  *  Lesser General Public License for more details.
!  *
!  *  You should have received a copy of the GNU Lesser General Public
!  *  License along with this library; if not, write to the Free Software
!  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
!  *
!  ********************************************************************/
  #if HAVE_CONFIG_H
    #include <config.h>

Index: interface_util.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/interface_util.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** interface_util.c    16 Jun 2007 02:20:34 -0000      1.6
--- interface_util.c    10 Jul 2007 09:01:52 -0000      1.7
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  #include <string.h>

Index: playercommon.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/playercommon.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** playercommon.h      25 Aug 2005 18:11:45 -0000      1.2
--- playercommon.h      10 Jul 2007 09:01:52 -0000      1.3
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: wallclocktime.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/wallclocktime.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wallclocktime.cc    8 Aug 2005 03:53:21 -0000       1.2
--- wallclocktime.cc    10 Jul 2007 09:01:52 -0000      1.3
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: devicetable.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/devicetable.cc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** devicetable.cc      14 Mar 2007 16:41:51 -0000      1.18
--- devicetable.cc      10 Jul 2007 09:01:51 -0000      1.19
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: devicetable.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/devicetable.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** devicetable.h       2 Feb 2007 20:05:09 -0000       1.8
--- devicetable.h       10 Jul 2007 09:01:51 -0000      1.9
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: globals.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/globals.cc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** globals.cc  4 Oct 2005 01:11:14 -0000       1.8
--- globals.cc  10 Jul 2007 09:01:51 -0000      1.9
***************
*** 19,22 ****
--- 19,39 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  #ifndef _GLOBALS_H

Index: globals.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/globals.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** globals.h   4 Oct 2005 17:53:50 -0000       1.6
--- globals.h   10 Jul 2007 09:01:52 -0000      1.7
***************
*** 19,22 ****
--- 19,39 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  #ifndef _GLOBALS_H

Index: property.cpp
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/property.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** property.cpp        20 May 2007 00:30:15 -0000      1.2
--- property.cpp        10 Jul 2007 09:01:52 -0000      1.3
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  #include "property.h"

Index: configfile.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/configfile.cc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** configfile.cc       9 Jun 2007 03:49:20 -0000       1.16
--- configfile.cc       10 Jul 2007 09:01:51 -0000      1.17
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: drivertable.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/drivertable.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** drivertable.h       21 May 2007 11:03:32 -0000      1.3
--- drivertable.h       10 Jul 2007 09:01:51 -0000      1.4
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*

Index: message.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/message.cc,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** message.cc  20 May 2007 00:30:15 -0000      1.21
--- message.cc  10 Jul 2007 09:01:52 -0000      1.22
***************
*** 20,23 ****
--- 20,41 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
+ 
  /*
   * Desc: Message class and message queues

Index: device.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/device.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** device.h    2 Feb 2007 20:05:09 -0000       1.13
--- device.h    10 Jul 2007 09:01:51 -0000      1.14
***************
*** 20,23 ****
--- 20,40 ----
   *
   */
+ /********************************************************************
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Lesser General Public
+  *  License as published by the Free Software Foundation; either
+  *  version 2.1 of the License, or (at your option) any later version.
+  *
+  *  This library is distributed in the hope that it will be useful,
+  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  *  Lesser General Public License for more details.
+  *
+  *  You should have received a copy of the GNU Lesser General Public
+  *  License along with this library; if not, write to the Free Software
+  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  *
+  ********************************************************************/
  
  /*


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to