summaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-03 21:38:33 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-03 21:38:33 +0100
commite5ff24157af141fce8e5487d53ceb4ca597c10f6 (patch)
treed79464de7433ab08e8bbc57158994d230b6872eb /src/utils.cpp
parenta371dac335ac4b312c0a395ded38b1b27578a360 (diff)
downloaddabmux-e5ff24157af141fce8e5487d53ceb4ca597c10f6.tar.gz
dabmux-e5ff24157af141fce8e5487d53ceb4ca597c10f6.tar.bz2
dabmux-e5ff24157af141fce8e5487d53ceb4ca597c10f6.zip
documentation updates
Diffstat (limited to 'src/utils.cpp')
-rw-r--r--src/utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index 705d0cb..64a9bd1 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -3,7 +3,7 @@
2011, 2012 Her Majesty the Queen in Right of Canada (Communications
Research Center Canada)
- Copyright (C) 2013,
+ Copyright (C) 2013,2014
Matthias P. Braendli, http://mpb.li, matthias.braendli@mpb.li
*/
/*
@@ -53,7 +53,7 @@ void header_message()
"Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012\n"
"Her Majesty the Queen in Right of Canada,\n"
"(Communications Research Centre Canada) All rights reserved.\n\n"
- "Copyright (C) 2013\nMatthias P. Braendli, http://mpb.li\n\n");
+ "Copyright (C) 2013,2014\nMatthias P. Braendli, http://mpb.li\n\n");
etiLog.printHeader(TcpLog::INFO, "Input URLs supported:");
#if defined(HAVE_INPUT_PRBS)
etiLog.printHeader(TcpLog::INFO, " prbs");