Add missing license header to http_sanitizer source file (#3739)

This commit is contained in:
Ahson Khan 2022-06-16 12:59:07 -07:00 committed by GitHub
parent 82c77b0251
commit de6ed1da38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "azure/core/internal/http/http_sanitizer.hpp"
#include "azure/core/url.hpp"