summaryrefslogtreecommitdiff
path: root/src/pal/prebuilt
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-04-17 00:00:58 +0200
committerJan Vorlicek <janvorli@microsoft.com>2015-04-17 00:00:58 +0200
commitb5ce2e632028bece2cd56412eed12b1f6c5b0e2d (patch)
treef4431d9f85b106313beae3ce201ede8a870186d0 /src/pal/prebuilt
parentbaa57a0bd737d2cb43bd947274a552d3f0b7c202 (diff)
downloadcoreclr-b5ce2e632028bece2cd56412eed12b1f6c5b0e2d.tar.gz
coreclr-b5ce2e632028bece2cd56412eed12b1f6c5b0e2d.tar.bz2
coreclr-b5ce2e632028bece2cd56412eed12b1f6c5b0e2d.zip
Add missing MIT license headers
.rc and .def files were missing the MIT license headers, so this change adds them.
Diffstat (limited to 'src/pal/prebuilt')
-rw-r--r--src/pal/prebuilt/corerror/mscorurt.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pal/prebuilt/corerror/mscorurt.rc b/src/pal/prebuilt/corerror/mscorurt.rc
index f7a5e0601f..24e52f25e2 100644
--- a/src/pal/prebuilt/corerror/mscorurt.rc
+++ b/src/pal/prebuilt/corerror/mscorurt.rc
@@ -1,3 +1,8 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
STRINGTABLE DISCARDABLE
BEGIN
MSG_FOR_URT_HR(CORDBG_S_AT_END_OF_STACK) "The stack walk has reached the end of the stack. There are no more frames to walk."