set proper copyright/license in code files

This commit is contained in:
Grant Limberg 2016-10-17 14:43:24 -07:00
parent 7c12991f57
commit 7025c7090b
23 changed files with 393 additions and 164 deletions

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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"

View file

@ -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

View file

@ -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>
@ -84,4 +94,4 @@ NSString* getAdminAuthToken(AuthorizationRef authRef) {
} }
return @""; return @"";
} }

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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"
@ -240,4 +250,4 @@ NSString * const StatusUpdateKey = @"com.zerotier.one.status";
} }
} }
@end @end

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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"

View file

@ -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>