forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add license headers and simplify main
Commit migrated from dotnet/corefx@d177380
- Loading branch information
1 parent
32fe293
commit 59a24c6
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeConsoleApp/NativeConsoleApp.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#include <stdio.h> | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
// See the LICENSE file in the project root for more information. | ||
|
||
int main() | ||
{ | ||
printf("Hello World"); | ||
|
||
return 0; | ||
} |
4 changes: 4 additions & 0 deletions
4
src/libraries/System.Diagnostics.FileVersionInfo/tests/NativeLibrary/dllmain.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
src/libraries/System.Diagnostics.FileVersionInfo/tests/SecondNativeLibrary/dllmain.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters