mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-02 11:16:40 +00:00
Fix copyright notice.
This commit is contained in:
parent
d5b50ee466
commit
d0e5da2884
@ -1,21 +1,29 @@
|
|||||||
/****************************** Module Header ******************************\
|
/*
|
||||||
* Module Name: SampleService.cpp
|
* ZeroTier One - Global Peer to Peer Ethernet
|
||||||
* Project: CppWindowsService
|
* Copyright (C) 2012-2013 ZeroTier Networks LLC
|
||||||
* Copyright (c) Microsoft Corporation.
|
*
|
||||||
*
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* Provides a sample service class that derives from the service base class -
|
* it under the terms of the GNU General Public License as published by
|
||||||
* CServiceBase. The sample service logs the service start and stop
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* information to the Application event log, and shows how to run the main
|
* (at your option) any later version.
|
||||||
* function of the service in a thread pool worker thread.
|
*
|
||||||
*
|
* This program is distributed in the hope that it will be useful,
|
||||||
* This source is subject to the Microsoft Public License.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* See http://www.microsoft.com/en-us/openness/resources/licenses.aspx#MPL.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* All other rights reserved.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
|
* You should have received a copy of the GNU General Public License
|
||||||
* EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
|
*
|
||||||
\***************************************************************************/
|
* --
|
||||||
|
*
|
||||||
|
* ZeroTier may be used and distributed under the terms of the GPLv3, which
|
||||||
|
* are available at: http://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
*
|
||||||
|
* If you would like to embed ZeroTier into a commercial application or
|
||||||
|
* redistribute it in a modified binary form, please contact ZeroTier Networks
|
||||||
|
* LLC. Start here: http://www.zerotier.com/
|
||||||
|
*/
|
||||||
|
|
||||||
#pragma region Includes
|
#pragma region Includes
|
||||||
#include "ZeroTierOneService.h"
|
#include "ZeroTierOneService.h"
|
||||||
|
@ -1,21 +1,29 @@
|
|||||||
/****************************** Module Header ******************************\
|
/*
|
||||||
* Module Name: SampleService.h
|
* ZeroTier One - Global Peer to Peer Ethernet
|
||||||
* Project: CppWindowsService
|
* Copyright (C) 2012-2013 ZeroTier Networks LLC
|
||||||
* Copyright (c) Microsoft Corporation.
|
*
|
||||||
*
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* Provides a sample service class that derives from the service base class -
|
* it under the terms of the GNU General Public License as published by
|
||||||
* CServiceBase. The sample service logs the service start and stop
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* information to the Application event log, and shows how to run the main
|
* (at your option) any later version.
|
||||||
* function of the service in a thread pool worker thread.
|
*
|
||||||
*
|
* This program is distributed in the hope that it will be useful,
|
||||||
* This source is subject to the Microsoft Public License.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* See http://www.microsoft.com/en-us/openness/resources/licenses.aspx#MPL.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* All other rights reserved.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
|
* You should have received a copy of the GNU General Public License
|
||||||
* EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
|
*
|
||||||
\***************************************************************************/
|
* --
|
||||||
|
*
|
||||||
|
* ZeroTier may be used and distributed under the terms of the GPLv3, which
|
||||||
|
* are available at: http://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
*
|
||||||
|
* If you would like to embed ZeroTier into a commercial application or
|
||||||
|
* redistribute it in a modified binary form, please contact ZeroTier Networks
|
||||||
|
* LLC. Start here: http://www.zerotier.com/
|
||||||
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user