[PD-cvs] pd/src poe.tcl,1.1.2.1,1.1.2.2

Mathieu Bouchard matju at users.sourceforge.net
Sun Nov 19 06:59:15 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11023

Modified Files:
      Tag: devel_0_39
	poe.tcl 
Log Message:
adding GPL license header


Index: poe.tcl
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/poe.tcl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** poe.tcl	16 Nov 2006 23:30:25 -0000	1.1.2.1
--- poe.tcl	19 Nov 2006 05:59:13 -0000	1.1.2.2
***************
*** 1,13 ****
  # $Id$
  #----------------------------------------------------------------#
! # OBJECTIVE TCL
  #
- #   Copyright (c) 2005 by Mathieu Bouchard
- #   This software has no license yet
- #   And is not covered by the license on the rest of PureData.
- #   All Rights Reserved (for now)
- 
  #-----------------------------------------------------------------------------------#
! # OBJECT ORIENTED PROGRAMMING IN TCL (by Mathieu Bouchard)
  # (please distinguish between what this is and what dataflow is)
  # note, the toplevel class is called "thing".
--- 1,30 ----
  # $Id$
  #----------------------------------------------------------------#
! # POETCL
! #
! #   Copyright (c) 2005,2006 by Mathieu Bouchard
! #
! # This program is free software; you can redistribute it and/or
! # modify it under the terms of the GNU General Public License
! # as published by the Free Software Foundation; either version 2
! # of the License, or (at your option) any later version.
! #
! # See file ../COPYING.desire-client.txt for further informations on licensing terms.
! #
! # This program 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 General Public License for more details.
! #
! # You should have received a copy of the GNU General Public License
! # along with this program; if not, write to the Free Software
! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
! #
! # Note that this is not under the same license as the rest of PureData.
! # Even the DesireData server-side modifications stay on the same license
! # as the rest of PureData.
  #
  #-----------------------------------------------------------------------------------#
! 
  # (please distinguish between what this is and what dataflow is)
  # note, the toplevel class is called "thing".





More information about the Pd-cvs mailing list