Add copyright header

This commit is contained in:
Blue 2025-11-26 15:28:41 -08:00
parent a4ed4b28c6
commit ee948d514a
2 changed files with 26 additions and 0 deletions

View File

@ -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;

View File

@ -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 {