diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-05 17:47:59 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-05 17:47:59 -0800 |
commit | 4e95384ad60c853f01c50e233b8cb48f239f033f (patch) | |
tree | 1dccba67dffcc031462d64806fc8abbeb9989fc0 /attic | |
parent | 08ba2ff752e78571b54c0500e8ee53f721500048 (diff) | |
download | infinitytier-4e95384ad60c853f01c50e233b8cb48f239f033f.tar.gz infinitytier-4e95384ad60c853f01c50e233b8cb48f239f033f.zip |
Cleanup, add tristate to config code in Network, and happy new year!
Diffstat (limited to 'attic')
-rw-r--r-- | attic/Filter.cpp | 2 | ||||
-rw-r--r-- | attic/Filter.hpp | 2 | ||||
-rw-r--r-- | attic/netconf-service/netconf-master.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/attic/Filter.cpp b/attic/Filter.cpp index 8e5a01dd..0e04ca96 100644 --- a/attic/Filter.cpp +++ b/attic/Filter.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/attic/Filter.hpp b/attic/Filter.hpp index 321e5495..e922e575 100644 --- a/attic/Filter.hpp +++ b/attic/Filter.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/attic/netconf-service/netconf-master.js b/attic/netconf-service/netconf-master.js index fb32bc60..fb6060ae 100644 --- a/attic/netconf-service/netconf-master.js +++ b/attic/netconf-service/netconf-master.js @@ -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 |