Changeset 16

Show
Ignore:
Timestamp:
09/22/05 12:10:17 (3 years ago)
Author:
ross
Message:

updated copyright notice to 2004-2005 and added license to files where it was missing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • oscpack/trunk/ip/IpEndpointName.cpp

    r5 r16  
     1/* 
     2  oscpack -- Open Sound Control packet manipulation library 
     3  http://www.audiomulch.com/~rossb/oscpack 
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
     7  Permission is hereby granted, free of charge, to any person obtaining 
     8  a copy of this software and associated documentation files 
     9  (the "Software"), to deal in the Software without restriction, 
     10  including without limitation the rights to use, copy, modify, merge, 
     11  publish, distribute, sublicense, and/or sell copies of the Software, 
     12  and to permit persons to whom the Software is furnished to do so, 
     13  subject to the following conditions: 
     14 
     15  The above copyright notice and this permission notice shall be 
     16  included in all copies or substantial portions of the Software. 
     17 
     18  Any person wishing to distribute modifications to the Software is 
     19  requested to send the modifications to the original developer so that 
     20  they can be incorporated into the canonical version. 
     21 
     22  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
     23  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
     24  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
     25  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
     26  ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
     27  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
     28  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     29*/ 
    130#include "IpEndpointName.h" 
    231 
  • oscpack/trunk/ip/IpEndpointName.h

    r5 r16  
     1/* 
     2  oscpack -- Open Sound Control packet manipulation library 
     3  http://www.audiomulch.com/~rossb/oscpack 
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
     7  Permission is hereby granted, free of charge, to any person obtaining 
     8  a copy of this software and associated documentation files 
     9  (the "Software"), to deal in the Software without restriction, 
     10  including without limitation the rights to use, copy, modify, merge, 
     11  publish, distribute, sublicense, and/or sell copies of the Software, 
     12  and to permit persons to whom the Software is furnished to do so, 
     13  subject to the following conditions: 
     14 
     15  The above copyright notice and this permission notice shall be 
     16  included in all copies or substantial portions of the Software. 
     17 
     18  Any person wishing to distribute modifications to the Software is 
     19  requested to send the modifications to the original developer so that 
     20  they can be incorporated into the canonical version. 
     21 
     22  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
     23  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
     24  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
     25  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
     26  ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
     27  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
     28  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     29*/ 
    130#ifndef INCLUDED_IPENDPOINTNAME_H 
    231#define INCLUDED_IPENDPOINTNAME_H 
  • oscpack/trunk/ip/NetworkingUtils.h

    r5 r16  
     1/* 
     2  oscpack -- Open Sound Control packet manipulation library 
     3  http://www.audiomulch.com/~rossb/oscpack 
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
     7  Permission is hereby granted, free of charge, to any person obtaining 
     8  a copy of this software and associated documentation files 
     9  (the "Software"), to deal in the Software without restriction, 
     10  including without limitation the rights to use, copy, modify, merge, 
     11  publish, distribute, sublicense, and/or sell copies of the Software, 
     12  and to permit persons to whom the Software is furnished to do so, 
     13  subject to the following conditions: 
     14 
     15  The above copyright notice and this permission notice shall be 
     16  included in all copies or substantial portions of the Software. 
     17 
     18  Any person wishing to distribute modifications to the Software is 
     19  requested to send the modifications to the original developer so that 
     20  they can be incorporated into the canonical version. 
     21 
     22  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
     23  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
     24  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
     25  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
     26  ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
     27  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
     28  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     29*/ 
    130#ifndef INCLUDED_NETWORKINGUTILS_H 
    231#define INCLUDED_NETWORKINGUTILS_H 
  • oscpack/trunk/ip/PacketListener.h

    r15 r16  
     1/* 
     2  oscpack -- Open Sound Control packet manipulation library 
     3  http://www.audiomulch.com/~rossb/oscpack 
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
     7  Permission is hereby granted, free of charge, to any person obtaining 
     8  a copy of this software and associated documentation files 
     9  (the "Software"), to deal in the Software without restriction, 
     10  including without limitation the rights to use, copy, modify, merge, 
     11  publish, distribute, sublicense, and/or sell copies of the Software, 
     12  and to permit persons to whom the Software is furnished to do so, 
     13  subject to the following conditions: 
     14 
     15  The above copyright notice and this permission notice shall be 
     16  included in all copies or substantial portions of the Software. 
     17 
     18  Any person wishing to distribute modifications to the Software is 
     19  requested to send the modifications to the original developer so that 
     20  they can be incorporated into the canonical version. 
     21 
     22  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
     23  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
     24  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
     25  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
     26  ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
     27  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
     28  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     29*/ 
    130#ifndef INCLUDED_PACKETLISTENER_H 
    231#define INCLUDED_PACKETLISTENER_H 
  • oscpack/trunk/ip/TimerListener.h

    r5 r16  
     1/* 
     2  oscpack -- Open Sound Control packet manipulation library 
     3  http://www.audiomulch.com/~rossb/oscpack 
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
     7  Permission is hereby granted, free of charge, to any person obtaining 
     8  a copy of this software and associated documentation files 
     9  (the "Software"), to deal in the Software without restriction, 
     10  including without limitation the rights to use, copy, modify, merge, 
     11  publish, distribute, sublicense, and/or sell copies of the Software, 
     12  and to permit persons to whom the Software is furnished to do so, 
     13  subject to the following conditions: 
     14 
     15  The above copyright notice and this permission notice shall be 
     16  included in all copies or substantial portions of the Software. 
     17 
     18  Any person wishing to distribute modifications to the Software is 
     19  requested to send the modifications to the original developer so that 
     20  they can be incorporated into the canonical version. 
     21 
     22  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
     23  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
     24  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
     25  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
     26  ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
     27  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
     28  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     29*/ 
    130#ifndef INCLUDED_TIMERLISTENER_H 
    231#define INCLUDED_TIMERLISTENER_H 
  • oscpack/trunk/ip/UdpSocket.h

    r5 r16  
     1/* 
     2  oscpack -- Open Sound Control packet manipulation library 
     3  http://www.audiomulch.com/~rossb/oscpack 
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
     7  Permission is hereby granted, free of charge, to any person obtaining 
     8  a copy of this software and associated documentation files 
     9  (the "Software"), to deal in the Software without restriction, 
     10  including without limitation the rights to use, copy, modify, merge, 
     11  publish, distribute, sublicense, and/or sell copies of the Software, 
     12  and to permit persons to whom the Software is furnished to do so, 
     13  subject to the following conditions: 
     14 
     15  The above copyright notice and this permission notice shall be 
     16  included in all copies or substantial portions of the Software. 
     17 
     18  Any person wishing to distribute modifications to the Software is 
     19  requested to send the modifications to the original developer so that 
     20  they can be incorporated into the canonical version. 
     21 
     22  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
     23  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
     24  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
     25  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
     26  ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
     27  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
     28  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     29*/ 
    130#ifndef INCLUDED_UDPSOCKET_H 
    231#define INCLUDED_UDPSOCKET_H 
  • oscpack/trunk/ip/posix/NetworkingUtils.cpp

    r5 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/ip/posix/UdpSocket.cpp

    r5 r16  
     1/* 
     2  oscpack -- Open Sound Control packet manipulation library 
     3  http://www.audiomulch.com/~rossb/oscpack 
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
     7  Permission is hereby granted, free of charge, to any person obtaining 
     8  a copy of this software and associated documentation files 
     9  (the "Software"), to deal in the Software without restriction, 
     10  including without limitation the rights to use, copy, modify, merge, 
     11  publish, distribute, sublicense, and/or sell copies of the Software, 
     12  and to permit persons to whom the Software is furnished to do so, 
     13  subject to the following conditions: 
     14 
     15  The above copyright notice and this permission notice shall be 
     16  included in all copies or substantial portions of the Software. 
     17 
     18  Any person wishing to distribute modifications to the Software is 
     19  requested to send the modifications to the original developer so that 
     20  they can be incorporated into the canonical version. 
     21 
     22  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
     23  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
     24  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
     25  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
     26  ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
     27  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
     28  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     29*/ 
    130#include "UdpSocket.h" 
    231 
  • oscpack/trunk/ip/win32/NetworkingUtils.cpp

    r5 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/ip/win32/UdpSocket.cpp

    r15 r16  
     1/* 
     2  oscpack -- Open Sound Control packet manipulation library 
     3  http://www.audiomulch.com/~rossb/oscpack 
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
     7  Permission is hereby granted, free of charge, to any person obtaining 
     8  a copy of this software and associated documentation files 
     9  (the "Software"), to deal in the Software without restriction, 
     10  including without limitation the rights to use, copy, modify, merge, 
     11  publish, distribute, sublicense, and/or sell copies of the Software, 
     12  and to permit persons to whom the Software is furnished to do so, 
     13  subject to the following conditions: 
     14 
     15  The above copyright notice and this permission notice shall be 
     16  included in all copies or substantial portions of the Software. 
     17 
     18  Any person wishing to distribute modifications to the Software is 
     19  requested to send the modifications to the original developer so that 
     20  they can be incorporated into the canonical version. 
     21 
     22  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
     23  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
     24  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
     25  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
     26  ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
     27  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
     28  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     29*/ 
    130#include "UdpSocket.h" 
    231 
  • oscpack/trunk/osc/MessageMappingOscPacketListener.h

    r5 r16  
     1/* 
     2  oscpack -- Open Sound Control packet manipulation library 
     3  http://www.audiomulch.com/~rossb/oscpack 
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
     7  Permission is hereby granted, free of charge, to any person obtaining 
     8  a copy of this software and associated documentation files 
     9  (the "Software"), to deal in the Software without restriction, 
     10  including without limitation the rights to use, copy, modify, merge, 
     11  publish, distribute, sublicense, and/or sell copies of the Software, 
     12  and to permit persons to whom the Software is furnished to do so, 
     13  subject to the following conditions: 
     14 
     15  The above copyright notice and this permission notice shall be 
     16  included in all copies or substantial portions of the Software. 
     17 
     18  Any person wishing to distribute modifications to the Software is 
     19  requested to send the modifications to the original developer so that 
     20  they can be incorporated into the canonical version. 
     21 
     22  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
     23  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
     24  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
     25  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
     26  ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
     27  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
     28  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     29*/ 
    130#ifndef INCLUDED_MESSAGEMAPPINGOSCPACKETLISTENER_H 
    231#define INCLUDED_MESSAGEMAPPINGOSCPACKETLISTENER_H 
  • oscpack/trunk/osc/OscDump.cpp

    r15 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscException.h

    r1 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscHostEndianness.h

    r5 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscOutboundPacketStream.cpp

    r1 r16  
    33  http://www.audiomulch.com/~rossb/oscpack 
    44 
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
    66 
    77  Permission is hereby granted, free of charge, to any person obtaining 
  • oscpack/trunk/osc/OscOutboundPacketStream.h

    r1 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscPacketListener.h

    r15 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscPrintReceivedElements.cpp

    r5 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscPrintReceivedElements.h

    r1 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscReceiveTest.cpp

    r14 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscReceiveTest.h

    r14 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscReceivedElements.cpp

    r5 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscReceivedElements.h

    r5 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscSendTests.cpp

    r5 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscSendTests.h

    r1 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscTypes.cpp

    r1 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscTypes.h

    r1 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscUnitTests.cpp

    r13 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
  • oscpack/trunk/osc/OscUnitTests.h

    r13 r16  
    22  oscpack -- Open Sound Control packet manipulation library 
    33  http://www.audiomulch.com/~rossb/oscpack 
    4    
    5   Copyright (c) 2004 Ross Bencina <rossb@audiomulch.com> 
    6    
     4 
     5  Copyright (c) 2004-2005 Ross Bencina <rossb@audiomulch.com> 
     6 
    77  Permission is hereby granted, free of charge, to any person obtaining 
    88  a copy of this software and associated documentation files 
     
    1212  and to permit persons to whom the Software is furnished to do so, 
    1313  subject to the following conditions: 
    14    
     14 
    1515  The above copyright notice and this permission notice shall be 
    1616  included in all copies or substantial portions of the Software. 
    17    
     17 
    1818  Any person wishing to distribute modifications to the Software is 
    1919  requested to send the modifications to the original developer so that 
    2020  they can be incorporated into the canonical version. 
    21    
     21 
    2222  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    2323  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF