Skip to content

Commit 5b14fe3

Browse files
authored
Add generated copyright messages (#1114)
1 parent a68f72a commit 5b14fe3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

java/example/TCPExample.java

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/* Copyright (C) 2015-2021 Swift Navigation Inc.
2+
* Contact: https://support.swiftnav.com
3+
*
4+
* This source is subject to the license found in the file 'LICENSE' which must
5+
* be be distributed together with this source. All other rights reserved.
6+
*
7+
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
8+
* EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
9+
* WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
10+
*/
111
package com.swiftnav.sbp.examples;
212

313

@@ -19,7 +29,6 @@ public static void main(String[] args) {
1929
new TCPExample().start(server, port);
2030
}
2131

22-
2332
public void start(String server, int port) {
2433
SBPFramer framer = new SBPFramer(new SBPDriverTCP(server, port));
2534
SBPHandler handler = new SBPHandler(framer);

0 commit comments

Comments
 (0)