summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-02-16 12:40:22 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-02-16 12:40:22 -0800
commitb5c3a92be230f32a80899907f2c62cb2c09f8f69 (patch)
tree3f2a1b4947a851fe328d3ada8c798adaacb29d0f /main.cpp
parent78694bb2f5e2f74e5e0f719209bfed21427b03f3 (diff)
downloadinfinitytier-b5c3a92be230f32a80899907f2c62cb2c09f8f69.tar.gz
infinitytier-b5c3a92be230f32a80899907f2c62cb2c09f8f69.zip
Boring stuff: update dates in copyrights across all files.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 75562747..9e6f5189 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,6 +1,6 @@
/*
* ZeroTier One - Global Peer to Peer Ethernet
- * Copyright (C) 2012-2013 ZeroTier Networks LLC
+ * Copyright (C) 2011-2014 ZeroTier Networks LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -68,7 +68,7 @@ static Node *node = (Node *)0;
static void printHelp(const char *cn,FILE *out)
{
- fprintf(out,"ZeroTier One version %d.%d.%d"ZT_EOL_S"(c)2012-2013 ZeroTier Networks LLC"ZT_EOL_S,Node::versionMajor(),Node::versionMinor(),Node::versionRevision());
+ fprintf(out,"ZeroTier One version %d.%d.%d"ZT_EOL_S"(c)2011-2014 ZeroTier Networks LLC"ZT_EOL_S,Node::versionMajor(),Node::versionMinor(),Node::versionRevision());
fprintf(out,"Licensed under the GNU General Public License v3"ZT_EOL_S""ZT_EOL_S);
#ifdef ZT_AUTO_UPDATE
fprintf(out,"Auto-update enabled build, will update from URL:"ZT_EOL_S);