mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
set proper copyright/license in code files
This commit is contained in:
parent
7c12991f57
commit
7025c7090b
23 changed files with 393 additions and 164 deletions
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// AboutViewController.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 <Cocoa/Cocoa.h>
|
||||||
#import <WebKit/WebKit.h>
|
#import <WebKit/WebKit.h>
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// AboutViewController.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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"
|
#import "AboutViewController.h"
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// AppDelegate.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// AppDelegate.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 "AppDelegate.h"
|
||||||
#import "NetworkMonitor.h"
|
#import "NetworkMonitor.h"
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// AuthtokenCopy.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 5/31/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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
|
#ifndef AuthtokenCopy_h
|
||||||
#define AuthtokenCopy_h
|
#define AuthtokenCopy_h
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// AuthtokenCopy.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 5/31/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// JoinNetworkViewController.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// JoinNetworkViewController.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 "JoinNetworkViewController.h"
|
||||||
#import "ServiceCom.h"
|
#import "ServiceCom.h"
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// Network.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/4/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// Network.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/4/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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"
|
#import "Network.h"
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// NetworkInfoCell.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// NetworkInfoCell.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 "NetworkInfoCell.h"
|
||||||
#import "ServiceCom.h"
|
#import "ServiceCom.h"
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// NetworkMonitor.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// NetworkMonitor.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 "NetworkMonitor.h"
|
||||||
#import "Network.h"
|
#import "Network.h"
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// NodeStatus.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/4/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,20 @@
|
||||||
//
|
/*
|
||||||
// NodeStatus.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/4/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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"
|
#import "NodeStatus.h"
|
||||||
|
|
||||||
@implementation NodeStatus
|
@implementation NodeStatus
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// PreferencesViewController.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// PreferencesViewController.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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"
|
#import "PreferencesViewController.h"
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// ServiceCom.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/4/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// ServiceCom.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/4/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 "ServiceCom.h"
|
||||||
#import "AuthtokenCopy.h"
|
#import "AuthtokenCopy.h"
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// ShowNetworksViewController.h
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// ShowNetworksViewController.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// ZeroTier One
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 "ShowNetworksViewController.h"
|
||||||
#import "NetworkMonitor.h"
|
#import "NetworkMonitor.h"
|
||||||
|
|
|
@ -1,10 +1,20 @@
|
||||||
//
|
/*
|
||||||
// main.m
|
* ZeroTier One - Network Virtualization Everywhere
|
||||||
// testapp
|
* Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
|
||||||
//
|
*
|
||||||
// Created by Grant Limberg on 8/7/16.
|
* This program is free software: you can redistribute it and/or modify
|
||||||
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
|
* 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 <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue