-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Description
I would like to have an option to include SPDX license tags in the headers. It would be similar to using the -license option which currently adds this:
cppwinrt/cppwinrt/code_writers.h
Lines 25 to 30 in fe30409
| w.write(R"(// C++/WinRT v% | |
| // Copyright (c) Microsoft Corporation. All rights reserved. | |
| // Licensed under the MIT License. | |
| )", CPPWINRT_VERSION_STRING); |
But I would like to include lines similar to the following:
// SPDX-FileCopyrightText: Copyright (c) Microsoft Corporation
// SPDX-License-Identifier: MIT- Can the license header added by
-licensebe changed? (I'm guessing no because this seems to be intended to be used by Microsoft internally when generating the headers for the Windows SDK.) - If not, will you accept adding a new option for this variation?
- What should the option be called?
Metadata
Metadata
Assignees
Labels
No labels