mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Add copyright header
This commit is contained in:
parent
a4ed4b28c6
commit
ee948d514a
@ -1,3 +1,16 @@
|
||||
/*++
|
||||
|
||||
Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
Module Name:
|
||||
|
||||
WSLAContainerLauncher.cpp
|
||||
|
||||
Abstract:
|
||||
|
||||
This file contains the implementation for WSLAContainerLauncher.
|
||||
|
||||
--*/
|
||||
#include "WSLAContainerLauncher.h"
|
||||
|
||||
using wsl::windows::common::ClientRunningWSLAProcess;
|
||||
|
||||
@ -1,3 +1,16 @@
|
||||
/*++
|
||||
|
||||
Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
Module Name:
|
||||
|
||||
WSLAContainerLauncher.h
|
||||
|
||||
Abstract:
|
||||
|
||||
This file contains the definition for WSLAContainerLauncher.
|
||||
|
||||
--*/
|
||||
#include "WSLAprocessLauncher.h"
|
||||
|
||||
namespace wsl::windows::common {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user