summaryrefslogtreecommitdiff
path: root/ZeroTier One
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2016-10-17 14:43:24 -0700
committerGrant Limberg <grant.limberg@zerotier.com>2016-10-17 14:43:24 -0700
commit7025c7090b62d3404c2ea5eda0eb35fad1d2aafa (patch)
treeec9e3b8e25fb1fba0dc8b7b92f4f2867bb5e2f21 /ZeroTier One
parent7c12991f5788d112535b880c282ca6f3e17596b8 (diff)
downloadinfinitytier-7025c7090b62d3404c2ea5eda0eb35fad1d2aafa.tar.gz
infinitytier-7025c7090b62d3404c2ea5eda0eb35fad1d2aafa.zip
set proper copyright/license in code files
Diffstat (limited to 'ZeroTier One')
-rw-r--r--ZeroTier One/AboutViewController.h24
-rw-r--r--ZeroTier One/AboutViewController.m24
-rw-r--r--ZeroTier One/AppDelegate.h24
-rw-r--r--ZeroTier One/AppDelegate.m24
-rw-r--r--ZeroTier One/AuthtokenCopy.h24
-rw-r--r--ZeroTier One/AuthtokenCopy.m26
-rw-r--r--ZeroTier One/JoinNetworkViewController.h24
-rw-r--r--ZeroTier One/JoinNetworkViewController.m24
-rw-r--r--ZeroTier One/Network.h24
-rw-r--r--ZeroTier One/Network.m24
-rw-r--r--ZeroTier One/NetworkInfoCell.h24
-rw-r--r--ZeroTier One/NetworkInfoCell.m24
-rw-r--r--ZeroTier One/NetworkMonitor.h24
-rw-r--r--ZeroTier One/NetworkMonitor.m26
-rw-r--r--ZeroTier One/NodeStatus.h24
-rw-r--r--ZeroTier One/NodeStatus.m25
-rw-r--r--ZeroTier One/PreferencesViewController.h24
-rw-r--r--ZeroTier One/PreferencesViewController.m24
-rw-r--r--ZeroTier One/ServiceCom.h24
-rw-r--r--ZeroTier One/ServiceCom.m24
-rw-r--r--ZeroTier One/ShowNetworksViewController.h24
-rw-r--r--ZeroTier One/ShowNetworksViewController.m24
-rw-r--r--ZeroTier One/main.m24
23 files changed, 393 insertions, 164 deletions
diff --git a/ZeroTier One/AboutViewController.h b/ZeroTier One/AboutViewController.h
index 4260419e..d3d5bc14 100644
--- a/ZeroTier One/AboutViewController.h
+++ b/ZeroTier One/AboutViewController.h
@@ -1,10 +1,20 @@
-//
-// AboutViewController.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Cocoa/Cocoa.h>
#import <WebKit/WebKit.h>
diff --git a/ZeroTier One/AboutViewController.m b/ZeroTier One/AboutViewController.m
index c0b6ec85..21dceae1 100644
--- a/ZeroTier One/AboutViewController.m
+++ b/ZeroTier One/AboutViewController.m
@@ -1,10 +1,20 @@
-//
-// AboutViewController.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import "AboutViewController.h"
diff --git a/ZeroTier One/AppDelegate.h b/ZeroTier One/AppDelegate.h
index df66c17d..a00cfba9 100644
--- a/ZeroTier One/AppDelegate.h
+++ b/ZeroTier One/AppDelegate.h
@@ -1,10 +1,20 @@
-//
-// AppDelegate.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Cocoa/Cocoa.h>
diff --git a/ZeroTier One/AppDelegate.m b/ZeroTier One/AppDelegate.m
index b1d8cce2..5da6b354 100644
--- a/ZeroTier One/AppDelegate.m
+++ b/ZeroTier One/AppDelegate.m
@@ -1,10 +1,20 @@
-//
-// AppDelegate.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import "AppDelegate.h"
#import "NetworkMonitor.h"
diff --git a/ZeroTier One/AuthtokenCopy.h b/ZeroTier One/AuthtokenCopy.h
index 43c927e2..f0497cc6 100644
--- a/ZeroTier One/AuthtokenCopy.h
+++ b/ZeroTier One/AuthtokenCopy.h
@@ -1,10 +1,20 @@
-//
-// AuthtokenCopy.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 5/31/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#ifndef AuthtokenCopy_h
#define AuthtokenCopy_h
diff --git a/ZeroTier One/AuthtokenCopy.m b/ZeroTier One/AuthtokenCopy.m
index 893d90cf..a10350f7 100644
--- a/ZeroTier One/AuthtokenCopy.m
+++ b/ZeroTier One/AuthtokenCopy.m
@@ -1,10 +1,20 @@
-//
-// AuthtokenCopy.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 5/31/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Foundation/Foundation.h>
@@ -84,4 +94,4 @@ NSString* getAdminAuthToken(AuthorizationRef authRef) {
}
return @"";
-} \ No newline at end of file
+}
diff --git a/ZeroTier One/JoinNetworkViewController.h b/ZeroTier One/JoinNetworkViewController.h
index a928d046..428959fb 100644
--- a/ZeroTier One/JoinNetworkViewController.h
+++ b/ZeroTier One/JoinNetworkViewController.h
@@ -1,10 +1,20 @@
-//
-// JoinNetworkViewController.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Cocoa/Cocoa.h>
diff --git a/ZeroTier One/JoinNetworkViewController.m b/ZeroTier One/JoinNetworkViewController.m
index abe8f959..cae26541 100644
--- a/ZeroTier One/JoinNetworkViewController.m
+++ b/ZeroTier One/JoinNetworkViewController.m
@@ -1,10 +1,20 @@
-//
-// JoinNetworkViewController.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import "JoinNetworkViewController.h"
#import "ServiceCom.h"
diff --git a/ZeroTier One/Network.h b/ZeroTier One/Network.h
index f8d0deb4..0f3c4964 100644
--- a/ZeroTier One/Network.h
+++ b/ZeroTier One/Network.h
@@ -1,10 +1,20 @@
-//
-// Network.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/4/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Foundation/Foundation.h>
diff --git a/ZeroTier One/Network.m b/ZeroTier One/Network.m
index 30b3f884..16efc6e3 100644
--- a/ZeroTier One/Network.m
+++ b/ZeroTier One/Network.m
@@ -1,10 +1,20 @@
-//
-// Network.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/4/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import "Network.h"
diff --git a/ZeroTier One/NetworkInfoCell.h b/ZeroTier One/NetworkInfoCell.h
index b687bc4f..be9345d7 100644
--- a/ZeroTier One/NetworkInfoCell.h
+++ b/ZeroTier One/NetworkInfoCell.h
@@ -1,10 +1,20 @@
-//
-// NetworkInfoCell.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Cocoa/Cocoa.h>
diff --git a/ZeroTier One/NetworkInfoCell.m b/ZeroTier One/NetworkInfoCell.m
index b37fa8a8..dc75cab3 100644
--- a/ZeroTier One/NetworkInfoCell.m
+++ b/ZeroTier One/NetworkInfoCell.m
@@ -1,10 +1,20 @@
-//
-// NetworkInfoCell.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import "NetworkInfoCell.h"
#import "ServiceCom.h"
diff --git a/ZeroTier One/NetworkMonitor.h b/ZeroTier One/NetworkMonitor.h
index 0bd94814..8cdec4ed 100644
--- a/ZeroTier One/NetworkMonitor.h
+++ b/ZeroTier One/NetworkMonitor.h
@@ -1,10 +1,20 @@
-//
-// NetworkMonitor.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Foundation/Foundation.h>
diff --git a/ZeroTier One/NetworkMonitor.m b/ZeroTier One/NetworkMonitor.m
index e219e762..7ed22c4a 100644
--- a/ZeroTier One/NetworkMonitor.m
+++ b/ZeroTier One/NetworkMonitor.m
@@ -1,10 +1,20 @@
-//
-// NetworkMonitor.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import "NetworkMonitor.h"
#import "Network.h"
@@ -240,4 +250,4 @@ NSString * const StatusUpdateKey = @"com.zerotier.one.status";
}
}
-@end \ No newline at end of file
+@end
diff --git a/ZeroTier One/NodeStatus.h b/ZeroTier One/NodeStatus.h
index 074928b4..eab5bfe4 100644
--- a/ZeroTier One/NodeStatus.h
+++ b/ZeroTier One/NodeStatus.h
@@ -1,10 +1,20 @@
-//
-// NodeStatus.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/4/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Foundation/Foundation.h>
diff --git a/ZeroTier One/NodeStatus.m b/ZeroTier One/NodeStatus.m
index 5a368491..3bae3c7d 100644
--- a/ZeroTier One/NodeStatus.m
+++ b/ZeroTier One/NodeStatus.m
@@ -1,11 +1,20 @@
-//
-// NodeStatus.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/4/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
-
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import "NodeStatus.h"
@implementation NodeStatus
diff --git a/ZeroTier One/PreferencesViewController.h b/ZeroTier One/PreferencesViewController.h
index e9e4e4b1..56d0fdb8 100644
--- a/ZeroTier One/PreferencesViewController.h
+++ b/ZeroTier One/PreferencesViewController.h
@@ -1,10 +1,20 @@
-//
-// PreferencesViewController.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Cocoa/Cocoa.h>
diff --git a/ZeroTier One/PreferencesViewController.m b/ZeroTier One/PreferencesViewController.m
index 2292367d..13927fba 100644
--- a/ZeroTier One/PreferencesViewController.m
+++ b/ZeroTier One/PreferencesViewController.m
@@ -1,10 +1,20 @@
-//
-// PreferencesViewController.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import "PreferencesViewController.h"
diff --git a/ZeroTier One/ServiceCom.h b/ZeroTier One/ServiceCom.h
index b7ef8dda..74ab2b35 100644
--- a/ZeroTier One/ServiceCom.h
+++ b/ZeroTier One/ServiceCom.h
@@ -1,10 +1,20 @@
-//
-// ServiceCom.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/4/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Foundation/Foundation.h>
diff --git a/ZeroTier One/ServiceCom.m b/ZeroTier One/ServiceCom.m
index 7c1b38be..4982d40e 100644
--- a/ZeroTier One/ServiceCom.m
+++ b/ZeroTier One/ServiceCom.m
@@ -1,10 +1,20 @@
-//
-// ServiceCom.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/4/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import "ServiceCom.h"
#import "AuthtokenCopy.h"
diff --git a/ZeroTier One/ShowNetworksViewController.h b/ZeroTier One/ShowNetworksViewController.h
index 5722d3f4..5c251674 100644
--- a/ZeroTier One/ShowNetworksViewController.h
+++ b/ZeroTier One/ShowNetworksViewController.h
@@ -1,10 +1,20 @@
-//
-// ShowNetworksViewController.h
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Cocoa/Cocoa.h>
diff --git a/ZeroTier One/ShowNetworksViewController.m b/ZeroTier One/ShowNetworksViewController.m
index 64e06197..e3a1e52c 100644
--- a/ZeroTier One/ShowNetworksViewController.m
+++ b/ZeroTier One/ShowNetworksViewController.m
@@ -1,10 +1,20 @@
-//
-// ShowNetworksViewController.m
-// ZeroTier One
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import "ShowNetworksViewController.h"
#import "NetworkMonitor.h"
diff --git a/ZeroTier One/main.m b/ZeroTier One/main.m
index 399c483d..108a6bd1 100644
--- a/ZeroTier One/main.m
+++ b/ZeroTier One/main.m
@@ -1,10 +1,20 @@
-//
-// main.m
-// testapp
-//
-// Created by Grant Limberg on 8/7/16.
-// Copyright © 2016 ZeroTier, Inc. All rights reserved.
-//
+/*
+ * ZeroTier One - Network Virtualization Everywhere
+ * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#import <Cocoa/Cocoa.h>