Added Copyright headers to .cpp and .h files (#790)
This commit is contained in:
parent
433d54d571
commit
626bdf0de5
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "Equation.h"
|
#include "Equation.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
namespace GraphControl
|
namespace GraphControl
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Equation.h"
|
#include "Equation.h"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "Grapher.h"
|
#include "Grapher.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "InspectingDataSource.h"
|
#include "InspectingDataSource.h"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "InspectingDataSource.h"
|
#include "InspectingDataSource.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
namespace GraphControl
|
namespace GraphControl
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "ActiveTracingPointRenderer.h"
|
#include "ActiveTracingPointRenderer.h"
|
||||||
#include "DirectXHelper.h"
|
#include "DirectXHelper.h"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
namespace GraphControl::DX
|
namespace GraphControl::DX
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "DeviceResources.h"
|
#include "DeviceResources.h"
|
||||||
#include "DirectXHelper.h"
|
#include "DirectXHelper.h"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Modified from the default template for Xaml and Direct3D 11 apps.
|
// Modified from the default template for Xaml and Direct3D 11 apps.
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Taken from the default template for Xaml and Direct3D 11 apps.
|
// Taken from the default template for Xaml and Direct3D 11 apps.
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "NearestPointRenderer.h"
|
#include "NearestPointRenderer.h"
|
||||||
#include "DirectXHelper.h"
|
#include "DirectXHelper.h"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
namespace GraphControl::DX
|
namespace GraphControl::DX
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "RenderMain.h"
|
#include "RenderMain.h"
|
||||||
#include "DirectXHelper.h"
|
#include "DirectXHelper.h"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Taken from the default template for Xaml and Direct3D 11 apps.
|
// Taken from the default template for Xaml and Direct3D 11 apps.
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "MathSolver.h"
|
#include "MathSolver.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "GraphingInterfaces/IMathSolver.h"
|
#include "GraphingInterfaces/IMathSolver.h"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#include "pch.h"
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
|
#include "pch.h"
|
||||||
|
|
||||||
BOOL APIENTRY DllMain(HMODULE /* hModule */, DWORD ul_reason_for_call, LPVOID /* lpReserved */)
|
BOOL APIENTRY DllMain(HMODULE /* hModule */, DWORD ul_reason_for_call, LPVOID /* lpReserved */)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user