summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-01-05 17:47:59 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-01-05 17:47:59 -0800
commit4e95384ad60c853f01c50e233b8cb48f239f033f (patch)
tree1dccba67dffcc031462d64806fc8abbeb9989fc0 /control
parent08ba2ff752e78571b54c0500e8ee53f721500048 (diff)
downloadinfinitytier-4e95384ad60c853f01c50e233b8cb48f239f033f.tar.gz
infinitytier-4e95384ad60c853f01c50e233b8cb48f239f033f.zip
Cleanup, add tristate to config code in Network, and happy new year!
Diffstat (limited to 'control')
-rw-r--r--control/IpcConnection.cpp2
-rw-r--r--control/IpcConnection.hpp2
-rw-r--r--control/NodeControlClient.cpp2
-rw-r--r--control/NodeControlClient.hpp2
-rw-r--r--control/NodeControlService.cpp2
-rw-r--r--control/NodeControlService.hpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/control/IpcConnection.cpp b/control/IpcConnection.cpp
index 45156e95..e33fbcb5 100644
--- a/control/IpcConnection.cpp
+++ b/control/IpcConnection.cpp
@@ -1,6 +1,6 @@
/*
* ZeroTier One - Global Peer to Peer Ethernet
- * Copyright (C) 2011-2014 ZeroTier Networks LLC
+ * Copyright (C) 2011-2015 ZeroTier Networks
*
* 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
diff --git a/control/IpcConnection.hpp b/control/IpcConnection.hpp
index 5bbc683e..b890e2bc 100644
--- a/control/IpcConnection.hpp
+++ b/control/IpcConnection.hpp
@@ -1,6 +1,6 @@
/*
* ZeroTier One - Global Peer to Peer Ethernet
- * Copyright (C) 2011-2014 ZeroTier Networks LLC
+ * Copyright (C) 2011-2015 ZeroTier Networks
*
* 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
diff --git a/control/NodeControlClient.cpp b/control/NodeControlClient.cpp
index 6fd7b12e..80cd2076 100644
--- a/control/NodeControlClient.cpp
+++ b/control/NodeControlClient.cpp
@@ -1,6 +1,6 @@
/*
* ZeroTier One - Global Peer to Peer Ethernet
- * Copyright (C) 2011-2014 ZeroTier Networks LLC
+ * Copyright (C) 2011-2015 ZeroTier Networks
*
* 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
diff --git a/control/NodeControlClient.hpp b/control/NodeControlClient.hpp
index 1f567b81..7456360a 100644
--- a/control/NodeControlClient.hpp
+++ b/control/NodeControlClient.hpp
@@ -1,6 +1,6 @@
/*
* ZeroTier One - Global Peer to Peer Ethernet
- * Copyright (C) 2011-2014 ZeroTier Networks LLC
+ * Copyright (C) 2011-2015 ZeroTier Networks
*
* 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
diff --git a/control/NodeControlService.cpp b/control/NodeControlService.cpp
index c4edc132..dbd795d2 100644
--- a/control/NodeControlService.cpp
+++ b/control/NodeControlService.cpp
@@ -1,6 +1,6 @@
/*
* ZeroTier One - Global Peer to Peer Ethernet
- * Copyright (C) 2011-2014 ZeroTier Networks LLC
+ * Copyright (C) 2011-2015 ZeroTier Networks
*
* 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
diff --git a/control/NodeControlService.hpp b/control/NodeControlService.hpp
index 782ff3b8..243b90d9 100644
--- a/control/NodeControlService.hpp
+++ b/control/NodeControlService.hpp
@@ -1,6 +1,6 @@
/*
* ZeroTier One - Global Peer to Peer Ethernet
- * Copyright (C) 2011-2014 ZeroTier Networks LLC
+ * Copyright (C) 2011-2015 ZeroTier Networks
*
* 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