Changeset 20975

Show
Ignore:
Timestamp:
01/01/08 09:33:21 (8 months ago)
Author:
patrick
Message:

Copyright update.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PyJuggler/trunk/Jamfile

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/Makefile.in

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/VARS.pl.in

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/buildwin32.py

    r19730 r20975  
    11#python 
    22 
    3 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     3# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    44# Distributed under the GNU Lesser General Public License 2.1.  (See 
    55# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/configure.ac

    r20972 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
     
    55AC_INIT([PyJuggler], [1.3], [vrjuggler-devel@lists.sourceforge.net]) 
    66AC_PREREQ([2.53]) 
    7 AC_COPYRIGHT([PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling]) 
     7AC_COPYRIGHT([PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling]) 
    88AC_REVISION([$Revision$]) 
    99AC_CONFIG_SRCDIR([src/gadgeteer-wrappers.h]) 
  • PyJuggler/trunk/dist/__init__.py

    r20972 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/dist/vrj.py

    r20497 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/doc/getting.started.guide/Makefile

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/Makefile.in

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/cxx/Makefile.in

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/cxx/PyAppLoader/Makefile.in

    r20409 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/cxx/PyAppLoader/app.py

    r20497 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/cxx/PyAppLoader/main.cpp

    r19730 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/cxx/PyExtApp/Makefile.in

    r20409 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/cxx/PyExtApp/PyExtApp.cpp

    r19730 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/cxx/PyExtApp/PyExtApp.h

    r20497 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/cxx/PyExtApp/app/ExampleModule.py

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/cxx/PyExtApp/main.cpp

    r19730 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/python/contextApp/contextApp.py

    r20497 r20975  
    11#!/usr/bin/env python 
    22 
    3 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     3# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    44# Distributed under the GNU Lesser General Public License 2.1.  (See 
    55# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/python/pyopensgnav/pyopensgnav.py

    r20497 r20975  
    11#!/usr/bin/env python 
    22 
    3 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     3# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    44# Distributed under the GNU Lesser General Public License 2.1.  (See 
    55# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/python/pyosgnav/pyosgnav.py

    r20497 r20975  
    11#!/usr/bin/env python 
    22 
    3 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     3# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    44# Distributed under the GNU Lesser General Public License 2.1.  (See 
    55# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/examples/python/simpleGL/simpleGL.py

    r20497 r20975  
    11#!/usr/bin/env python 
    22 
    3 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     3# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    44# Distributed under the GNU Lesser General Public License 2.1.  (See 
    55# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/gen-docs.py

    r19771 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyjutil/Debug.h

    r19730 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyjutil/InterpreterGuard.cpp

    r20960 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyjutil/InterpreterGuard.h

    r19730 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyjutil/Makefile.in

    r20409 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyjutil/wrap_python.h

    r19730 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyste/__osgapp.pyste

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyste/__vrj.pyste

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyste/gadget.pyste

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyste/jccl.pyste

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyste/snx.pyste

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/pyste/vpr.pyste

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/Makefile.in

    r20497 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/cluster/Makefile.in

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/cluster/_UserData.cpp

    r19730 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/cluster/cluster.cpp

    r19730 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/common-targets.mk.in

    r20497 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/common.mk.in

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/direct3d/_App.cpp

    r20497 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/direct3d/direct3d.cpp

    r20497 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/Makefile.in

    r19730 r20975  
    1 # PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1# PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22# Distributed under the GNU Lesser General Public License 2.1.  (See 
    33# accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_Analog.cpp

    r20972 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_AnalogData.cpp

    r20972 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_AnalogInterface.cpp

    r20403 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_AnalogProxy.cpp

    r20972 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_BaseDeviceInterface.cpp

    r20972 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_Command.cpp

    r20403 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_CommandInterface.cpp

    r20403 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_CommandProxy.cpp

    r20972 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_Digital.cpp

    r20403 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_DigitalData.cpp

    r20972 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_DigitalInterface.cpp

    r20403 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_DigitalProxy.cpp

    r20972 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_Event.cpp

    r19942 r20975  
    1 // PyJuggler is (C) Copyright 2002-2007 by Patrick Hartling 
     1// PyJuggler is (C) Copyright 2002-2008 by Patrick Hartling 
    22// Distributed under the GNU Lesser General Public License 2.1.  (See 
    33// accompanying file COPYING.txt or http://www.gnu.org/copyleft/lesser.txt) 
  • PyJuggler/trunk/src/gadget/_InputManager.cpp

    r20403 r20975  
    1 // PyJuggler is (C) C