Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jacktrip
Commits
f783b693
Commit
f783b693
authored
Jul 13, 2020
by
cc
Browse files
copyright 2020
parent
464347d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Settings.cpp
View file @
f783b693
...
...
@@ -291,7 +291,7 @@ void Settings::parseInput(int argc, char** argv)
case
'v'
:
//-------------------------------------------------------
cout
<<
"JackTrip VERSION: "
<<
gVersion
<<
endl
;
cout
<<
"Copyright (c) 2008-20
18
Juan-Pablo Caceres, Chris Chafe."
<<
endl
;
cout
<<
"Copyright (c) 2008-20
20
Juan-Pablo Caceres, Chris Chafe."
<<
endl
;
cout
<<
"SoundWIRE group at CCRMA, Stanford University"
<<
endl
;
cout
<<
""
<<
endl
;
std
::
exit
(
0
);
...
...
@@ -371,7 +371,7 @@ void Settings::printUsage()
cout
<<
""
<<
endl
;
cout
<<
"JackTrip: A System for High-Quality Audio Network Performance"
<<
endl
;
cout
<<
"over the Internet"
<<
endl
;
cout
<<
"Copyright (c) 2008-20
18
Juan-Pablo Caceres, Chris Chafe."
<<
endl
;
cout
<<
"Copyright (c) 2008-20
20
Juan-Pablo Caceres, Chris Chafe."
<<
endl
;
cout
<<
"SoundWIRE group at CCRMA, Stanford University"
<<
endl
;
cout
<<
"VERSION: "
<<
gVersion
<<
endl
;
cout
<<
""
<<
endl
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment