Browse Source

Boring stuff: update dates in copyrights across all files.

Adam Ierymenko 11 years ago
parent
commit
b5c3a92be2
86 changed files with 86 additions and 88 deletions
  1. 0 2
      README.md
  2. 1 1
      ZeroTierUI/aboutwindow.cpp
  3. 1 1
      ZeroTierUI/aboutwindow.h
  4. 1 1
      ZeroTierUI/installdialog.cpp
  5. 1 1
      ZeroTierUI/installdialog.h
  6. 1 1
      ZeroTierUI/main.cpp
  7. 1 1
      ZeroTierUI/mainwindow.cpp
  8. 1 1
      ZeroTierUI/mainwindow.h
  9. 1 1
      ZeroTierUI/networkwidget.cpp
  10. 1 1
      ZeroTierUI/networkwidget.h
  11. 1 1
      attic/Filter.cpp
  12. 1 1
      attic/Filter.hpp
  13. 1 1
      attic/Range.hpp
  14. 2 2
      main.cpp
  15. 1 1
      netconf-service/netconf-test.cpp
  16. 1 1
      netconf-service/netconf.cpp
  17. 1 1
      node/Address.hpp
  18. 1 1
      node/Array.hpp
  19. 1 1
      node/AtomicCounter.hpp
  20. 1 1
      node/BandwidthAccount.hpp
  21. 1 1
      node/Buffer.hpp
  22. 1 1
      node/C25519.hpp
  23. 1 1
      node/CMWC4096.hpp
  24. 1 1
      node/CertificateOfMembership.cpp
  25. 1 1
      node/CertificateOfMembership.hpp
  26. 1 1
      node/Condition.hpp
  27. 1 1
      node/Constants.hpp
  28. 1 1
      node/Defaults.cpp
  29. 1 1
      node/Defaults.hpp
  30. 1 1
      node/Demarc.cpp
  31. 1 1
      node/Demarc.hpp
  32. 1 1
      node/Dictionary.hpp
  33. 1 1
      node/EthernetTap.cpp
  34. 1 1
      node/EthernetTap.hpp
  35. 1 1
      node/HttpClient.cpp
  36. 1 1
      node/HttpClient.hpp
  37. 1 1
      node/Identity.cpp
  38. 1 1
      node/Identity.hpp
  39. 1 1
      node/InetAddress.cpp
  40. 1 1
      node/InetAddress.hpp
  41. 1 1
      node/Logger.cpp
  42. 1 1
      node/Logger.hpp
  43. 1 1
      node/MAC.hpp
  44. 1 1
      node/MulticastGroup.hpp
  45. 1 1
      node/Multicaster.cpp
  46. 1 1
      node/Multicaster.hpp
  47. 1 1
      node/Mutex.hpp
  48. 1 1
      node/Network.cpp
  49. 1 1
      node/Network.hpp
  50. 1 1
      node/NetworkConfig.cpp
  51. 1 1
      node/NetworkConfig.hpp
  52. 1 1
      node/Node.cpp
  53. 1 1
      node/Node.hpp
  54. 1 1
      node/NodeConfig.cpp
  55. 1 1
      node/NodeConfig.hpp
  56. 1 1
      node/NonCopyable.hpp
  57. 1 1
      node/Packet.cpp
  58. 1 1
      node/Packet.hpp
  59. 1 1
      node/PacketDecoder.cpp
  60. 1 1
      node/PacketDecoder.hpp
  61. 1 1
      node/Peer.cpp
  62. 1 1
      node/Peer.hpp
  63. 1 1
      node/Poly1305.hpp
  64. 1 1
      node/RuntimeEnvironment.hpp
  65. 1 1
      node/SHA512.cpp
  66. 1 1
      node/SHA512.hpp
  67. 1 1
      node/Service.cpp
  68. 1 1
      node/Service.hpp
  69. 1 1
      node/SharedPtr.hpp
  70. 1 1
      node/SoftwareUpdater.cpp
  71. 1 1
      node/SoftwareUpdater.hpp
  72. 1 1
      node/Switch.cpp
  73. 1 1
      node/Switch.hpp
  74. 1 1
      node/SysEnv.cpp
  75. 1 1
      node/SysEnv.hpp
  76. 1 1
      node/Thread.hpp
  77. 1 1
      node/Topology.cpp
  78. 1 1
      node/Topology.hpp
  79. 1 1
      node/UdpSocket.cpp
  80. 1 1
      node/UdpSocket.hpp
  81. 1 1
      node/Utils.cpp
  82. 1 1
      node/Utils.hpp
  83. 1 1
      selftest.cpp
  84. 1 1
      version.h
  85. 1 1
      windows/ZeroTierOne/ZeroTierOneService.cpp
  86. 1 1
      windows/ZeroTierOne/ZeroTierOneService.h

+ 0 - 2
README.md

@@ -12,5 +12,3 @@ Once you are up and running, you can [create an account on the network control p
 Note that this won't work if your firewall does not allow outbound UDP. It must allow two way UDP conversations on port 9993 at a minimum.
 Note that this won't work if your firewall does not allow outbound UDP. It must allow two way UDP conversations on port 9993 at a minimum.
 
 
 ZeroTier One is licensed under the GNU General Public License version 3. You are free to use, modify, or redistribute it under the terms of that license. If you would like to embed ZeroTier One in a closed source product or create a closed source derivative product, contact ZeroTier Networks LLC.
 ZeroTier One is licensed under the GNU General Public License version 3. You are free to use, modify, or redistribute it under the terms of that license. If you would like to embed ZeroTier One in a closed source product or create a closed source derivative product, contact ZeroTier Networks LLC.
-
-(c)2012-2013 [ZeroTier Networks LLC](https://www.zerotier.com/)

+ 1 - 1
ZeroTierUI/aboutwindow.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
ZeroTierUI/aboutwindow.h

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
ZeroTierUI/installdialog.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
ZeroTierUI/installdialog.h

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
ZeroTierUI/main.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
ZeroTierUI/mainwindow.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
ZeroTierUI/mainwindow.h

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
ZeroTierUI/networkwidget.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
ZeroTierUI/networkwidget.h

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
attic/Filter.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
attic/Filter.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
attic/Range.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 2 - 2
main.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * 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)
 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);
 	fprintf(out,"Licensed under the GNU General Public License v3"ZT_EOL_S""ZT_EOL_S);
 #ifdef ZT_AUTO_UPDATE
 #ifdef ZT_AUTO_UPDATE
 	fprintf(out,"Auto-update enabled build, will update from URL:"ZT_EOL_S);
 	fprintf(out,"Auto-update enabled build, will update from URL:"ZT_EOL_S);

+ 1 - 1
netconf-service/netconf-test.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
netconf-service/netconf.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Address.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Array.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/AtomicCounter.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/BandwidthAccount.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Buffer.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/C25519.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/CMWC4096.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/CertificateOfMembership.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/CertificateOfMembership.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Condition.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Constants.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Defaults.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Defaults.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Demarc.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Demarc.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Dictionary.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/EthernetTap.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/EthernetTap.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/HttpClient.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/HttpClient.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Identity.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Identity.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/InetAddress.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/InetAddress.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Logger.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Logger.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/MAC.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/MulticastGroup.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Multicaster.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Multicaster.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Mutex.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Network.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Network.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/NetworkConfig.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/NetworkConfig.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Node.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Node.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/NodeConfig.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/NodeConfig.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/NonCopyable.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Packet.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Packet.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/PacketDecoder.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/PacketDecoder.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Peer.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Peer.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Poly1305.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/RuntimeEnvironment.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/SHA512.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/SHA512.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Service.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Service.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/SharedPtr.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/SoftwareUpdater.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/SoftwareUpdater.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Switch.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Switch.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/SysEnv.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/SysEnv.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Thread.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Topology.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Topology.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/UdpSocket.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/UdpSocket.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Utils.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
node/Utils.hpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
selftest.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
version.h

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
windows/ZeroTierOne/ZeroTierOneService.cpp

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
windows/ZeroTierOne/ZeroTierOneService.h

@@ -1,6 +1,6 @@
 /*
 /*
  * ZeroTier One - Global Peer to Peer Ethernet
  * 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
  * 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
  * it under the terms of the GNU General Public License as published by