mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-11 23:39:22 -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"
|
#include "WSLAContainerLauncher.h"
|
||||||
|
|
||||||
using wsl::windows::common::ClientRunningWSLAProcess;
|
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"
|
#include "WSLAprocessLauncher.h"
|
||||||
|
|
||||||
namespace wsl::windows::common {
|
namespace wsl::windows::common {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user