Skip to content
Open
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
4 changes: 2 additions & 2 deletions macosx/readme.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To function, Mosh requires UDP datagrams to be passed between client and server.
\pard\tx220\tx720\pardeftab720\li720\fi-720\sa300
\ls3\ilvl0
\f1\fs24 \cf2 \cb3 {\listtext \'95 }mosh-devel@mit.edu
\f0\fs28 \cb1 mailing list:\uc0\u8232 {\field{\*\fldinst{HYPERLINK "http://mailman.mit.edu/mailman/listinfo/mosh-devel"}}{\fldrslt \cf4 http://mailman.mit.edu/mailman/listinfo/mosh-devel}}\
\f0\fs28 \cb1 mailing list:\uc0\u8232 {\field{\*\fldinst{HYPERLINK "https://mailman.mit.edu/mailman/listinfo/mosh-devel"}}{\fldrslt \cf4 https://mailman.mit.edu/mailman/listinfo/mosh-devel}}\
\ls3\ilvl0
\f1\fs24 \cb3 {\listtext \'95 }mosh-users@mit.edu
\f0\fs28 \cb1 mailing list:\uc0\u8232 {\field{\*\fldinst{HYPERLINK "http://mailman.mit.edu/mailman/listinfo/mosh-users"}}{\fldrslt \cf4 http://mailman.mit.edu/mailman/listinfo/mosh-users}}}
\f0\fs28 \cb1 mailing list:\uc0\u8232 {\field{\*\fldinst{HYPERLINK "https://mailman.mit.edu/mailman/listinfo/mosh-users"}}{\fldrslt \cf4 https://mailman.mit.edu/mailman/listinfo/mosh-users}}}
2 changes: 1 addition & 1 deletion man/mosh-client.1
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ to the
mailing list, at
.br
.nh
.I http://mailman.mit.edu/mailman/listinfo/mosh-users
.I https://mailman.mit.edu/mailman/listinfo/mosh-users
.hy
.
2 changes: 1 addition & 1 deletion man/mosh-server.1
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ to the
mailing list, at
.br
.nh
.I http://mailman.mit.edu/mailman/listinfo/mosh-users
.I https://mailman.mit.edu/mailman/listinfo/mosh-users
.hy
.
2 changes: 1 addition & 1 deletion man/mosh.1
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,6 @@ to the
mailing list, at
.br
.nh
.I http://mailman.mit.edu/mailman/listinfo/mosh-users
.I https://mailman.mit.edu/mailman/listinfo/mosh-users
.hy
.
2 changes: 1 addition & 1 deletion src/frontend/mosh-client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static void print_version( FILE* file )
{
fputs( "mosh-client (" PACKAGE_STRING ") [build " BUILD_VERSION "]\n"
"Copyright 2012 Keith Winstein <mosh-devel@mit.edu>\n"
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
"License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n",
file );
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/mosh-server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static void print_version( FILE* file )
{
fputs( "mosh-server (" PACKAGE_STRING ") [build " BUILD_VERSION "]\n"
"Copyright 2012 Keith Winstein <mosh-devel@mit.edu>\n"
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
"License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n",
file );
Expand Down Expand Up @@ -465,7 +465,7 @@ static int run_server( const char* desired_ip,
} else if ( the_pid > 0 ) {
fputs( "\nmosh-server (" PACKAGE_STRING ") [build " BUILD_VERSION "]\n"
"Copyright 2012 Keith Winstein <mosh-devel@mit.edu>\n"
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
"License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n\n",
stderr );
Expand Down
Loading