Skip to content

Commit

Permalink
Bump to 2016.01.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Gaufman committed Feb 2, 2016
1 parent 1a26565 commit d9e97d7
Show file tree
Hide file tree
Showing 408 changed files with 514 additions and 459 deletions.
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/BasicHashTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Basic Hash Table implementation
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/BasicTaskScheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/BasicTaskScheduler0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/BasicUsageEnvironment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/BasicUsageEnvironment0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/DelayQueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2016, Live Networks, Inc. All rights reserved
// Help by Carlo Bonamico to get working for Windows
// Delay queue
// Implementation
Expand Down
4 changes: 2 additions & 2 deletions BasicUsageEnvironment/Makefile.tail
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##### End of variables to change

NAME = libBasicUsageEnvironment
LIB = $(NAME).$(LIB_SUFFIX)
ALL = $(LIB)
LIB_FILE = $(NAME).$(LIB_SUFFIX)
ALL = $(LIB_FILE)
all: $(ALL)

OBJS = BasicUsageEnvironment0.$(OBJ) BasicUsageEnvironment.$(OBJ) \
Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/include/BasicHashTable.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Basic Hash Table implementation
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/include/BasicUsageEnvironment.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/include/BasicUsageEnvironment0.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// C++ header

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Version information for the "BasicUsageEnvironment" library
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.

#ifndef _BASICUSAGEENVIRONMENT_VERSION_HH
#define _BASICUSAGEENVIRONMENT_VERSION_HH

#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING "2015.11.09"
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT 1447027200
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING "2016.01.29"
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT 1454025600

#endif
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/include/DelayQueue.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2016, Live Networks, Inc. All rights reserved
// Delay queue
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/include/HandlerSet.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion UsageEnvironment/HashTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Generic Hash Table
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion UsageEnvironment/UsageEnvironment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Usage Environment
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion UsageEnvironment/include/HashTable.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Generic Hash Table
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion UsageEnvironment/include/UsageEnvironment.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Usage Environment
// C++ header

Expand Down
6 changes: 3 additions & 3 deletions UsageEnvironment/include/UsageEnvironment_version.hh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Version information for the "UsageEnvironment" library
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.

#ifndef _USAGEENVIRONMENT_VERSION_HH
#define _USAGEENVIRONMENT_VERSION_HH

#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING "2015.11.09"
#define USAGEENVIRONMENT_LIBRARY_VERSION_INT 1447027200
#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING "2016.01.29"
#define USAGEENVIRONMENT_LIBRARY_VERSION_INT 1454025600

#endif
2 changes: 1 addition & 1 deletion UsageEnvironment/include/strDup.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
#ifndef _STRDUP_HH
#define _STRDUP_HH

// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// A C++ equivalent to the standard C routine "strdup()".
// This generates a char* that can be deleted using "delete[]"
// Header
Expand Down
2 changes: 1 addition & 1 deletion UsageEnvironment/strDup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// A C++ equivalent to the standard C routine "strdup()".
// This generates a char* that can be deleted using "delete[]"
// Implementation
Expand Down
2 changes: 1 addition & 1 deletion WindowsAudioInputDevice/WindowsAudioInputDevice_common.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Windows implementation of a generic audio input device
// Base class for both library versions:
// One that uses Windows' built-in software mixer; another that doesn't.
Expand Down
2 changes: 1 addition & 1 deletion WindowsAudioInputDevice/WindowsAudioInputDevice_mixer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Windows implementation of a generic audio input device
// This version uses Windows' built-in software mixer.
// C++ header
Expand Down
2 changes: 1 addition & 1 deletion WindowsAudioInputDevice/WindowsAudioInputDevice_noMixer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Windows implementation of a generic audio input device
// This version does not use Windows' built-in software mixer.
// C++ header
Expand Down
2 changes: 1 addition & 1 deletion WindowsAudioInputDevice/showAudioInputPorts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2016, Live Networks, Inc. All rights reserved
// A program that prints out this computer's audio input ports

#include "AudioInputDevice.hh"
Expand Down
14 changes: 7 additions & 7 deletions config.linux-with-shared-libraries
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# One or more interfaces were added, but no existing interfaces were changed or removed => CURRENT += 1; REVISION = 0; AGE += 1

libliveMedia_VERSION_CURRENT=51
libliveMedia_VERSION_REVISION=3
libliveMedia_VERSION_REVISION=8
libliveMedia_VERSION_AGE=1
libliveMedia_LIB_SUFFIX=so.$(shell expr $(libliveMedia_VERSION_CURRENT) - $(libliveMedia_VERSION_AGE)).$(libliveMedia_VERSION_AGE).$(libliveMedia_VERSION_REVISION)

Expand All @@ -18,24 +18,24 @@ libUsageEnvironment_VERSION_REVISION=0
libUsageEnvironment_VERSION_AGE=1
libUsageEnvironment_LIB_SUFFIX=so.$(shell expr $(libUsageEnvironment_VERSION_CURRENT) - $(libUsageEnvironment_VERSION_AGE)).$(libUsageEnvironment_VERSION_AGE).$(libUsageEnvironment_VERSION_REVISION)

libgroupsock_VERSION_CURRENT=8
libgroupsock_VERSION_CURRENT=9
libgroupsock_VERSION_REVISION=0
libgroupsock_VERSION_AGE=0
libgroupsock_VERSION_AGE=1
libgroupsock_LIB_SUFFIX=so.$(shell expr $(libgroupsock_VERSION_CURRENT) - $(libgroupsock_VERSION_AGE)).$(libgroupsock_VERSION_AGE).$(libgroupsock_VERSION_REVISION)
#####

COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fPIC
C = c
C_COMPILER = cc
C_COMPILER = $(CC)
C_FLAGS = $(COMPILE_OPTS) $(CPPFLAGS) $(CFLAGS)
CPP = cpp
CPLUSPLUS_COMPILER = c++
CPLUSPLUS_COMPILER = $(CXX)
CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DBSD=1 $(CPPFLAGS) $(CXXFLAGS)
OBJ = o
LINK = c++ -o
LINK = $(CXX) -o
LINK_OPTS = -L. $(LDFLAGS)
CONSOLE_LINK_OPTS = $(LINK_OPTS)
LIBRARY_LINK = gcc -o
LIBRARY_LINK = $(CC) -o
SHORT_LIB_SUFFIX = so.$(shell expr $($(NAME)_VERSION_CURRENT) - $($(NAME)_VERSION_AGE))
LIB_SUFFIX = $(SHORT_LIB_SUFFIX).$($(NAME)_VERSION_AGE).$($(NAME)_VERSION_REVISION)
LIBRARY_LINK_OPTS = -shared -Wl,-soname,$(NAME).$(SHORT_LIB_SUFFIX) $(LDFLAGS)
Expand Down
2 changes: 1 addition & 1 deletion groupsock/GroupEId.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2016, Live Networks, Inc. All rights reserved
// "Group Endpoint Id"
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/Groupsock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// 'Group sockets'
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/GroupsockHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "mTunnel" multicast access service
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Helper routines to implement 'group sockets'
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/IOHandlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "mTunnel" multicast access service
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// IO event handlers
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/NetAddress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "mTunnel" multicast access service
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Network Addresses
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/NetInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "mTunnel" multicast access service
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Network Interfaces
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/GroupEId.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "multikit" Multicast Application Shell
// Copyright (c) 1996-2015, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2016, Live Networks, Inc. All rights reserved
// "Group Endpoint Id"
// C++ header

Expand Down
3 changes: 2 additions & 1 deletion groupsock/include/Groupsock.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "mTunnel" multicast access service
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// 'Group sockets'
// C++ header

Expand Down Expand Up @@ -111,6 +111,7 @@ public:
virtual void addDestination(struct in_addr const& addr, Port const& port, unsigned sessionId);
virtual void removeDestination(unsigned sessionId);
void removeAllDestinations();
Boolean hasMultipleDestinations() const { return fDests != NULL && fDests->fNext != NULL; }

struct in_addr const& groupAddress() const {
return fIncomingGroupEId.groupAddress();
Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/GroupsockHelper.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "mTunnel" multicast access service
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Helper routines to implement 'group sockets'
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/IOHandlers.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "mTunnel" multicast access service
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// IO event handlers
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/NetAddress.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "mTunnel" multicast access service
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Network Addresses
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/NetCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
/* "groupsock" interface
* Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
* Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
* Common include files, typically used for networking
*/

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/NetInterface.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "mTunnel" multicast access service
// Copyright (c) 1996-2015 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
// Network Interfaces
// C++ header

Expand Down
Loading

0 comments on commit d9e97d7

Please sign in to comment.