Added Copyright headers to .cpp and .h files (#790)
This commit is contained in:
committed by
Pepe Rivera
parent
433d54d571
commit
626bdf0de5
@@ -1,3 +1,6 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#include "pch.h"
|
||||
#include "MathSolver.h"
|
||||
|
||||
|
@@ -1,3 +1,6 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#pragma once
|
||||
|
||||
#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 */)
|
||||
{
|
||||
|
Reference in New Issue
Block a user