Skip to content

Commit 6db8973

Browse files
committed
Set up to date copyright year value Fixes #966
1 parent 31fc335 commit 6db8973

File tree

151 files changed

+151
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+151
-151
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2019 Nathan Rajlich
1+
Copyright (c) 2010-2020 Nathan Rajlich
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

src/main/example/ChatClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/ChatServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/ChatServerAttachmentExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/CustomHeaderClientExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/ExampleClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/FragmentedFramesExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/ProxyClientExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/ReconnectClientExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/SSLClientExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/SSLServerCustomWebsocketFactoryExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/SSLServerExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
/*
4-
* Copyright (c) 2010-2019 Nathan Rajlich
4+
* Copyright (c) 2010-2020 Nathan Rajlich
55
*
66
* Permission is hereby granted, free of charge, to any person
77
* obtaining a copy of this software and associated documentation

src/main/example/SSLServerLetsEncryptExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/SecWebSocketProtocolClientExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/ServerAdditionalHeaderExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/ServerRejectHandshakeExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/ServerStressTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/example/TwoWaySSLServerExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
/*
4-
* Copyright (c) 2010-2019 Nathan Rajlich
4+
* Copyright (c) 2010-2020 Nathan Rajlich
55
*
66
* Permission is hereby granted, free of charge, to any person
77
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/AbstractWebSocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/AbstractWrappedByteChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/SSLSocketChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/SSLSocketChannel2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/SocketChannelIOHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/WebSocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/WebSocketAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/WebSocketFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/WebSocketImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/WebSocketListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/WebSocketServerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/WrappedByteChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/client/DnsResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/client/WebSocketClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/client/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/drafts/Draft.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/drafts/Draft_6455.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/drafts/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/enums/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/exceptions/IncompleteException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/exceptions/IncompleteHandshakeException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/exceptions/InvalidDataException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/exceptions/InvalidFrameException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/exceptions/InvalidHandshakeException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/exceptions/LimitExceededException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/exceptions/NotSendableException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/exceptions/WebsocketNotConnectedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/exceptions/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/extensions/CompressionExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/extensions/DefaultExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/extensions/IExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/extensions/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/framing/BinaryFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/framing/CloseFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/framing/ContinuousFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/framing/ControlFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/framing/DataFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

src/main/java/org/java_websocket/framing/Framedata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2019 Nathan Rajlich
2+
* Copyright (c) 2010-2020 Nathan Rajlich
33
*
44
* Permission is hereby granted, free of charge, to any person
55
* obtaining a copy of this software and associated documentation

0 commit comments

Comments
 (0)