[PD-cvs] externals/OSCx/src OSC.c,1.4,1.5 OSCroute.c,1.3,1.4 dumpOSC.c,1.3,1.4 htmsocket.c,1.3,1.4 htmsocket.h,1.2,1.3 sendOSC.c,1.3,1.4

jdl x75 at users.sourceforge.net
Fri Aug 20 00:01:41 CEST 2004


Update of /cvsroot/pure-data/externals/OSCx/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32326/src

Modified Files:
	OSC.c OSCroute.c dumpOSC.c htmsocket.c htmsocket.h sendOSC.c 
Log Message:
changed offending cnmat licences to current one


Index: htmsocket.c
===================================================================
RCS file: /cvsroot/pure-data/externals/OSCx/src/htmsocket.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** htmsocket.c	4 Apr 2004 22:10:41 -0000	1.3
--- htmsocket.c	19 Aug 2004 22:01:38 -0000	1.4
***************
*** 1,29 ****
  /*
! Copyright (c) 1992,1996,1998.  
! The Regents of the University of California (Regents).
! All Rights Reserved.
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for educational, research, and not-for-profit purposes, without
! fee and without a signed licensing agreement, is hereby granted, provided that
! the above copyright notice, this paragraph and the following two paragraphs
! appear in all copies, modifications, and distributions.  Contact The Office of
! Technology Licensing, UC Berkeley, 2150 Shattuck Avenue, Suite 510, Berkeley,
! CA 94720-1620, (510) 643-7201, for commercial licensing opportunities.
  
! Written by Adrian Freed, The Center for New Music and Audio Technologies,
! University of California, Berkeley.
  
!      IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
!      SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,
!      ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
!      REGENTS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
!      REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
!      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
!      FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING
!      DOCUMENTATION, IF ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS".
!      REGENTS HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
!      ENHANCEMENTS, OR MODIFICATIONS.
  */
  
--- 1,26 ----
  /*
! Written by Adrian Freed, The Center for New Music and Audio Technologies,
! University of California, Berkeley.  Copyright (c) 1992,93,94,95,96,97,98,99,2000,01,02,03,04
! The Regents of the University of California (Regents).  
  
! Permission to use, copy, modify, distribute, and distribute modified versions
! of this software and its documentation without fee and without a signed
! licensing agreement, is hereby granted, provided that the above copyright
! notice, this paragraph and the following two paragraphs appear in all copies,
! modifications, and distributions.
  
! IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
! SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
! OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF REGENTS HAS
! BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
! REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
! THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
! PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED
! HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION TO PROVIDE
! MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  
! 
! The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl
  */
  
***************
*** 35,38 ****
--- 32,39 ----
      Modified 6/6/96 by Matt Wright to understand symbolic host names
      in addition to X.X.X.X addresses.
+ 
+     pd: branched jdl
+     -- win additions raf 2002
+     -- enabled broadcast jdl 2003
   */
  
***************
*** 84,96 ****
  #endif
  
- 
- 
- 
- 
- 
- 
- 
- 
- 
  #define UNIXDG_PATH "/tmp/htm"
  #define UNIXDG_TMP "/tmp/htm.XXXXXX"
--- 85,88 ----
***************
*** 234,238 ****
  				cl_addr.sin_port = htons(0);
  				
! 				// enable broadcast
  				if(setsockopt(sockfd, SOL_SOCKET, SO_BROADCAST, &oval, sizeof(int)) == -1) {
  				  perror("setsockopt");
--- 226,230 ----
  				cl_addr.sin_port = htons(0);
  				
! 				// enable broadcast: jdl ~2003
  				if(setsockopt(sockfd, SOL_SOCKET, SO_BROADCAST, &oval, sizeof(int)) == -1) {
  				  perror("setsockopt");
***************
*** 255,259 ****
  				cl_addr.sin_port = htons(0);
  				
! 				// enable broadcast
  				if(setsockopt(sockfd, SOL_SOCKET, SO_BROADCAST, &oval, sizeof(int)) == -1) {
  				  perror("setsockopt");
--- 247,251 ----
  				cl_addr.sin_port = htons(0);
  				
! 				// enable broadcast: jdl ~2003
  				if(setsockopt(sockfd, SOL_SOCKET, SO_BROADCAST, &oval, sizeof(int)) == -1) {
  				  perror("setsockopt");

Index: dumpOSC.c
===================================================================
RCS file: /cvsroot/pure-data/externals/OSCx/src/dumpOSC.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** dumpOSC.c	4 Apr 2004 22:10:41 -0000	1.3
--- dumpOSC.c	19 Aug 2004 22:01:38 -0000	1.4
***************
*** 1,31 ****
  /*
! Copyright (c) 1992,1993,1994,1995,1996,1997,2000.  
! The Regents of the University of California (Regents).
! All Rights Reserved.
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for educational, research, and not-for-profit purposes, without
! fee and without a signed licensing agreement, is hereby granted, provided that
! the above copyright notice, this paragraph and the following two paragraphs
! appear in all copies, modifications, and distributions.  Contact The Office of
! Technology Licensing, UC Berkeley, 2150 Shattuck Avenue, Suite 510, Berkeley,
! CA 94720-1620, (510) 643-7201, for commercial licensing opportunities.
  
! Written by Matt Wright and Adrian Freed, The Center for New Music and Audio
! Technologies, University of California, Berkeley.
  
!      IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
!      SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,
!      ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
!      REGENTS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
!      REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
!      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
!      FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING
!      DOCUMENTATION, IF ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS".
!      REGENTS HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
!      ENHANCEMENTS, OR MODIFICATIONS.
  */
  
    /* 
  
--- 1,30 ----
  /*
! Written by Matt Wright and Adrian Freed, The Center for New Music and
! Audio Technologies, University of California, Berkeley.  Copyright (c)
! 1992,93,94,95,96,97,98,99,2000,01,02,03,04 The Regents of the University of
! California (Regents).
  
! Permission to use, copy, modify, distribute, and distribute modified versions
! of this software and its documentation without fee and without a signed
! licensing agreement, is hereby granted, provided that the above copyright
! notice, this paragraph and the following two paragraphs appear in all copies,
! modifications, and distributions.
  
! IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
! SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
! OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF REGENTS HAS
! BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
! REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
! THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
! PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED
! HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION TO PROVIDE
! MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  
! 
! The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl
  */
  
+ 
    /* 
  
***************
*** 58,64 ****
  	    Clean up to separate OSC parsing code from socket/select stuff
  
! 	pd
  	-------------
! 		-- tweaks for Win32    www.zeggz.com/raf	13-April-2002
  	
  */
--- 57,67 ----
  	    Clean up to separate OSC parsing code from socket/select stuff
  
! 	pd: branched from http://www.cnmat.berkeley.edu/OpenSoundControl/src/dumpOSC/dumpOSC.c
  	-------------
! 	-- added pd functions
! 	-- socket is made differently than original via pd mechanisms
! 	-- tweaks for Win32    www.zeggz.com/raf	13-April-2002
! 	-- the OSX changes from cnmat didnt make it here yet but this compiles
! 	   on OSX anyway.
  	
  */
***************
*** 71,75 ****
  //#include "m_imp.h"
  #include "s_stuff.h"
- //#include "x_osc.h"
  
  /* declarations */
--- 74,77 ----
***************
*** 208,211 ****
--- 210,214 ----
    //while( (n = recvfrom(sockfd, mbuf, MAXMESG, 0, &cl_addr, &clilen)) >0) 
    //  while((
+ 
  	#ifdef WIN32
  	if ((n = recvfrom(sockfd, mbuf, MAXMESG, 0, (SOCKADDR*)&x->x_server, &clilen)) >0)

Index: OSC.c
===================================================================
RCS file: /cvsroot/pure-data/externals/OSCx/src/OSC.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** OSC.c	5 Apr 2004 04:26:00 -0000	1.4
--- OSC.c	19 Aug 2004 22:01:38 -0000	1.5
***************
*** 1,8 ****
  /*
! 
! 	pd
  	-------------
  		-- tweaks for Win32    www.zeggz.com/raf	13-April-2002
  		-- smoothed out build, clean up for Darwin  <hans at at.or.at> 2004.04.04
  */
  
--- 1,9 ----
  /*
! 	OpenSoundControl for PD
  	-------------
+ 	   -- init jdl at xdv dot org
  		-- tweaks for Win32    www.zeggz.com/raf	13-April-2002
  		-- smoothed out build, clean up for Darwin  <hans at at.or.at> 2004.04.04
+ 		-- shoutz: miller and the others
  */
  

Index: OSCroute.c
===================================================================
RCS file: /cvsroot/pure-data/externals/OSCx/src/OSCroute.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** OSCroute.c	4 Apr 2004 22:10:41 -0000	1.3
--- OSCroute.c	19 Aug 2004 22:01:38 -0000	1.4
***************
*** 1,34 ****
  /*
! Copyright (c) 1999, 2000, 20010 The Regents of the University of 
! California (Regents).
! All Rights Reserved.
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for educational, research, and not-for-profit purposes, without
! fee and without a signed licensing agreement, is hereby granted, provided that
! the above copyright notice, this paragraph and the following two paragraphs
! appear in all copies, modifications, and distributions.  Contact The Office of
! Technology Licensing, UC Berkeley, 2150 Shattuck Avenue, Suite 510, Berkeley,
! CA 94720-1620, (510) 643-7201, for commercial licensing opportunities.
  
! Written by Matt Wright, The Center for New Music and Audio Technologies,
! University of California, Berkeley.
  
!       IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
!       SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,
!       ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
!       REGENTS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
-       REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
-       LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-       FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING
-       DOCUMENTATION, IF ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS".
-       REGENTS HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
-       ENHANCEMENTS, OR MODIFICATIONS.
  
! The OpenSound Control WWW page is
!      http://www.cnmat.berkeley.edu/OpenSoundControl
  
!   OSC-route.c
    Max object for OSC-style dispatching
  
--- 1,29 ----
  /*
! Written by Adrian Freed, The Center for New Music and Audio Technologies,
! University of California, Berkeley.  Copyright (c) 1992,93,94,95,96,97,98,99,2000,01,02,03,04
! The Regents of the University of California (Regents).  
  
! Permission to use, copy, modify, distribute, and distribute modified versions
! of this software and its documentation without fee and without a signed
! licensing agreement, is hereby granted, provided that the above copyright
! notice, this paragraph and the following two paragraphs appear in all copies,
! modifications, and distributions.
  
! IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
! SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
! OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF REGENTS HAS
! BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
! REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
! THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
! PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED
! HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION TO PROVIDE
! MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  
  
! The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl
! */
  
!  /* OSC-route.c
    Max object for OSC-style dispatching
  

Index: sendOSC.c
===================================================================
RCS file: /cvsroot/pure-data/externals/OSCx/src/sendOSC.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** sendOSC.c	7 Apr 2004 04:15:06 -0000	1.3
--- sendOSC.c	19 Aug 2004 22:01:38 -0000	1.4
***************
*** 1,34 ****
  /*
! Copyright (c) 1996,1997.  The Regents of the University of California (Regents).
! All Rights Reserved.
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for educational, research, and not-for-profit purposes, without
! fee and without a signed licensing agreement, is hereby granted, provided that
! the above copyright notice, this paragraph and the following two paragraphs
! appear in all copies, modifications, and distributions.  Contact The Office of
! Technology Licensing, UC Berkeley, 2150 Shattuck Avenue, Suite 510, Berkeley,
! CA 94720-1620, (510) 643-7201, for commercial licensing opportunities.
  
! Written by Matt Wright, The Center for New Music and Audio Technologies,
! University of California, Berkeley.
  
!      IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
!      SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,
!      ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
!      REGENTS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
!      REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
!      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
!      FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING
!      DOCUMENTATION, IF ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS".
!      REGENTS HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
!      ENHANCEMENTS, OR MODIFICATIONS.
  */
  
  /* sendOSC.c
  
      Matt Wright, 6/3/97
!    based on sendOSC.c, which was based on a version by Adrian Freed
  
      Text-based OpenSoundControl client.  User can enter messages via command
--- 1,34 ----
  /*
! Written by Matt Wright, The Center for New Music and Audio Technologies,
! University of California, Berkeley.  Copyright (c) 1996,97,98,99,2000,01,02,03
! The Regents of the University of California (Regents).  
  
! Permission to use, copy, modify, distribute, and distribute modified versions
! of this software and its documentation without fee and without a signed
! licensing agreement, is hereby granted, provided that the above copyright
! notice, this paragraph and the following two paragraphs appear in all copies,
! modifications, and distributions.
  
! IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
! SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
! OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF REGENTS HAS
! BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
! REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
! THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
! PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED
! HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION TO PROVIDE
! MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  
! 
! The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl
  */
  
+ 
+ 
  /* sendOSC.c
  
      Matt Wright, 6/3/97
!     based on sendOSC.c, which was based on a version by Adrian Freed
  
      Text-based OpenSoundControl client.  User can enter messages via command
***************
*** 36,50 ****
  
      Version 0.1: "play" feature
!    Version 0.2: Message type tags.
     
! 
! 
!    pd
!    -------------
!    -- added bundle stuff to send. jdl 20020416
!    -- tweaks for Win32    www.zeggz.com/raf	13-April-2002
!    -- ost_at_test.at + i22_at_test.at, 2000-2002
!       modified to compile as pd externel
! 
  */
  
--- 36,47 ----
  
      Version 0.1: "play" feature
!     Version 0.2: Message type tags.
     
!     pd version branched from http://www.cnmat.berkeley.edu/OpenSoundControl/src/sendOSC/sendOSC.c
!     -------------
!     -- added bundle stuff to send. jdl 20020416
!     -- tweaks for Win32    www.zeggz.com/raf	13-April-2002
!     -- ost_at_test.at + i22_at_test.at, 2000-2002
!        modified to compile as pd externel
  */
  
***************
*** 53,64 ****
  #endif
  
- //#define VERSION "http://cnmat.berkeley.edu/OpenSoundControl/sendOSC-0.1.html"
  #define MAX_ARGS 2000
  #define SC_BUFFER_SIZE 64000
  
- /*
- compiling:
-         cc -o sendOSC sendOSC.c htmsocket.c OpenSoundControl.c OSC_timeTag.c
- */
  #include "m_pd.h"
  
--- 50,56 ----
***************
*** 72,88 ****
  
  #ifdef WIN32
! 	#include <winsock2.h>	
! 	#include <io.h>    
! 	#include <errno.h>
! 	#include <fcntl.h>
! 	#include <sys/stat.h>
  #else
! 	//#include "x_osc.h"
! 
! 	#include <stdio.h>
! 	#include <sys/socket.h>
! 	#include <netinet/in.h>
! 	#include <netdb.h>
! 	#include <ctype.h>
  #endif
  
--- 64,78 ----
  
  #ifdef WIN32
! #include <winsock2.h>	
! #include <io.h>    
! #include <errno.h>
! #include <fcntl.h>
! #include <sys/stat.h>
  #else
! #include <stdio.h>
! #include <sys/socket.h>
! #include <netinet/in.h>
! #include <netdb.h>
! #include <ctype.h>
  #endif
  
***************
*** 101,105 ****
  
  void CommandLineMode(int argc, char *argv[], void *htmsocket);
! //void InteractiveMode(void *htmsocket);
  OSCTimeTag ParseTimeTag(char *s);
  void ParseInteractiveLine(OSCbuf *buf, char *mesg);
--- 91,95 ----
  
  void CommandLineMode(int argc, char *argv[], void *htmsocket);
! 
  OSCTimeTag ParseTimeTag(char *s);
  void ParseInteractiveLine(OSCbuf *buf, char *mesg);
***************
*** 261,265 ****
  
  //////////////////////////////////////////////////////////////////////
! // this is the real and only sending routine now, for both typed and undtyped mode.
  
  static void sendOSC_sendtyped(t_sendOSC *x, t_symbol *s, int argc, t_atom *argv)
--- 251,256 ----
  
  //////////////////////////////////////////////////////////////////////
! // this is the real and only sending routine now, for both typed and
! // undtyped mode.
  
  static void sendOSC_sendtyped(t_sendOSC *x, t_symbol *s, int argc, t_atom *argv)

Index: htmsocket.h
===================================================================
RCS file: /cvsroot/pure-data/externals/OSCx/src/htmsocket.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** htmsocket.h	10 Mar 2004 00:01:56 -0000	1.2
--- htmsocket.h	19 Aug 2004 22:01:38 -0000	1.3
***************
*** 1,30 ****
  /*
! Copyright (c) 1992,1996.  The Regents of the University of California (Regents).
! All Rights Reserved.
  
! Permission to use, copy, modify, and distribute this software and its
! documentation for educational, research, and not-for-profit purposes, without
! fee and without a signed licensing agreement, is hereby granted, provided that
! the above copyright notice, this paragraph and the following two paragraphs
! appear in all copies, modifications, and distributions.  Contact The Office of
! Technology Licensing, UC Berkeley, 2150 Shattuck Avenue, Suite 510, Berkeley,
! CA 94720-1620, (510) 643-7201, for commercial licensing opportunities.
  
! Written by Adrian Freed, The Center for New Music and Audio Technologies,
! University of California, Berkeley.
  
!      IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
!      SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,
!      ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
!      REGENTS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
!      REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
!      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
!      FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING
!      DOCUMENTATION, IF ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS".
!      REGENTS HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
!      ENHANCEMENTS, OR MODIFICATIONS.
  */
  
   /* htmparam.h
  
--- 1,29 ----
  /*
! Written by Adrian Freed, The Center for New Music and Audio Technologies,
! University of California, Berkeley.  Copyright (c) 1992,93,94,95,96,97,98,99,2000,01,02,03,04
! The Regents of the University of California (Regents).  
  
! Permission to use, copy, modify, distribute, and distribute modified versions
! of this software and its documentation without fee and without a signed
! licensing agreement, is hereby granted, provided that the above copyright
! notice, this paragraph and the following two paragraphs appear in all copies,
! modifications, and distributions.
  
! IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
! SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
! OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF REGENTS HAS
! BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
! REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
! THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
! PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED
! HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION TO PROVIDE
! MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  
! 
! The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl
  */
  
+ 
   /* htmparam.h
  





More information about the Pd-cvs mailing list