Update of /cvsroot/pure-data/externals/OSCx/send+dump In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv855/send+dump
Modified Files: dumpOSC.c dumpUDP.c htmsocket.c htmsocket.h sendOSC.c Log Message: changed offending cnmat licences to current ones (2)
Index: dumpUDP.c =================================================================== RCS file: /cvsroot/pure-data/externals/OSCx/send+dump/dumpUDP.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dumpUDP.c 6 Aug 2002 12:13:57 -0000 1.1.1.1 --- dumpUDP.c 19 Aug 2004 22:05:58 -0000 1.2 *************** *** 1,28 **** /* ! Copyright (c) 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 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.
dumpUDP.c: smallest UDP receiving application --- 1,27 ---- /* ! Written by Matt Wright, The Center for New Music and ! Audio Technologies, University of California, Berkeley. Copyright (c) ! 1998,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
dumpUDP.c: smallest UDP receiving application
Index: htmsocket.h =================================================================== RCS file: /cvsroot/pure-data/externals/OSCx/send+dump/htmsocket.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** htmsocket.h 6 Aug 2002 12:13:57 -0000 1.1.1.1 --- htmsocket.h 19 Aug 2004 22:05:58 -0000 1.2 *************** *** 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
Index: htmsocket.c =================================================================== RCS file: /cvsroot/pure-data/externals/OSCx/send+dump/htmsocket.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** htmsocket.c 4 Apr 2004 22:10:41 -0000 1.6 --- htmsocket.c 19 Aug 2004 22:05:58 -0000 1.7 *************** *** 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,38 ---- Modified 6/6/96 by Matt Wright to understand symbolic host names in addition to X.X.X.X addresses. + + pd ------------ + -- added BROADCAST socket option jdl */
Index: dumpOSC.c =================================================================== RCS file: /cvsroot/pure-data/externals/OSCx/send+dump/dumpOSC.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** dumpOSC.c 4 Apr 2004 22:10:41 -0000 1.6 --- dumpOSC.c 19 Aug 2004 22:05:58 -0000 1.7 *************** *** 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 */
+ /*
*************** *** 43,47 **** to support little-endian architectures.
!
compile: --- 42,46 ---- to support little-endian architectures.
! CNMAT OSX compile changes not included (20040820) jdl
compile:
Index: sendOSC.c =================================================================== RCS file: /cvsroot/pure-data/externals/OSCx/send+dump/sendOSC.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sendOSC.c 7 Apr 2004 04:15:04 -0000 1.4 --- sendOSC.c 19 Aug 2004 22:05:58 -0000 1.5 *************** *** 1,28 **** /* ! 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. */
--- 1,26 ---- /* ! 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 */