Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 Stephen Olesen
Copyright (c) 2016-2026 Stephen Olesen
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion cmdline.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const char *gengetopt_args_info_purpose = "Relay RTL TCP data to multiple client

const char *gengetopt_args_info_usage = "Usage: rtlmux [OPTIONS]...";

const char *gengetopt_args_info_versiontext = "(c) 2016 Stephen Olesen";
const char *gengetopt_args_info_versiontext = "(c) 2016-2026 Stephen Olesen";

const char *gengetopt_args_info_description = "This will connect to an rtl_tcp server and allow multiple end clients to\nconnect and control the RTL.";

Expand Down
2 changes: 1 addition & 1 deletion options.ggo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version "1.0.0"
purpose "Relay RTL TCP data to multiple clients."
description "This will connect to an rtl_tcp server and allow multiple end clients to connect and control the RTL."

versiontext "(c) 2016 Stephen Olesen"
versiontext "(c) 2016-2026 Stephen Olesen"

option "port" p "rtl_tcp port"
int typestr="port" default="1234" optional
Expand Down