Skip to content

Commit d9239e7

Browse files
committed
Updated copyright to 2016
1 parent 7c2b6c7 commit d9239e7

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

COPYING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2016 Sam Lantinga <[email protected]>
44

55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

SDL_net.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2016 Sam Lantinga <[email protected]>
44
Copyright (C) 2012 Simeon Maxein <[email protected]>
55
66
This software is provided 'as-is', without any express or implied

SDLnet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2016 Sam Lantinga <[email protected]>
44
Copyright (C) 2012 Simeon Maxein <[email protected]>
55
66
This software is provided 'as-is', without any express or implied

SDLnetTCP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2016 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

SDLnetUDP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2016 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

SDLnetselect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2016 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

SDLnetsys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
SDL_net: An example cross-platform network library for use with SDL
3-
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2016 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

VisualC/Version.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ BEGIN
4848
VALUE "FileDescription", "SDL_net\0"
4949
VALUE "FileVersion", "2, 0, 0, 0\0"
5050
VALUE "InternalName", "SDL_net\0"
51-
VALUE "LegalCopyright", "Copyright � 2013 Sam Lantinga\0"
51+
VALUE "LegalCopyright", "Copyright � 2016 Sam Lantinga\0"
5252
VALUE "OriginalFilename", "SDL_net.dll\0"
5353
VALUE "ProductName", "Simple DirectMedia Layer\0"
5454
VALUE "ProductVersion", "2, 0, 0, 0\0"

chat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
CHAT: A chat client using the SDL example network and GUI libraries
3-
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2016 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

chat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
CHAT: A chat client/server using the SDL example network library
3-
Copyright (C) 1997-2013 Sam Lantinga <[email protected]>
3+
Copyright (C) 1997-2016 Sam Lantinga <[email protected]>
44
55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages

0 commit comments

Comments
 (0)