Add missing license header to test py and cs files (#17102)
authorMike McLaughlin <mikem@microsoft.com>
Wed, 21 Mar 2018 19:42:49 +0000 (12:42 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Mar 2018 19:42:49 +0000 (12:42 -0700)
Issue #13471

32 files changed:
src/ToolBox/SOS/tests/Test.cs
src/ToolBox/SOS/tests/t_cmd_bpmd_clear.py
src/ToolBox/SOS/tests/t_cmd_bpmd_clearall.py
src/ToolBox/SOS/tests/t_cmd_bpmd_methoddesc.py
src/ToolBox/SOS/tests/t_cmd_bpmd_module_function.py
src/ToolBox/SOS/tests/t_cmd_bpmd_module_function_iloffset.py
src/ToolBox/SOS/tests/t_cmd_bpmd_nofuturemodule_module_function.py
src/ToolBox/SOS/tests/t_cmd_clrstack.py
src/ToolBox/SOS/tests/t_cmd_clrthreads.py
src/ToolBox/SOS/tests/t_cmd_clru.py
src/ToolBox/SOS/tests/t_cmd_dso.py
src/ToolBox/SOS/tests/t_cmd_dumpclass.py
src/ToolBox/SOS/tests/t_cmd_dumpheap.py
src/ToolBox/SOS/tests/t_cmd_dumpil.py
src/ToolBox/SOS/tests/t_cmd_dumplog.py
src/ToolBox/SOS/tests/t_cmd_dumpmd.py
src/ToolBox/SOS/tests/t_cmd_dumpmodule.py
src/ToolBox/SOS/tests/t_cmd_dumpmt.py
src/ToolBox/SOS/tests/t_cmd_dumpobj.py
src/ToolBox/SOS/tests/t_cmd_dumpstack.py
src/ToolBox/SOS/tests/t_cmd_eeheap.py
src/ToolBox/SOS/tests/t_cmd_eestack.py
src/ToolBox/SOS/tests/t_cmd_gcroot.py
src/ToolBox/SOS/tests/t_cmd_histclear.py
src/ToolBox/SOS/tests/t_cmd_histinit.py
src/ToolBox/SOS/tests/t_cmd_histobj.py
src/ToolBox/SOS/tests/t_cmd_histobjfind.py
src/ToolBox/SOS/tests/t_cmd_histroot.py
src/ToolBox/SOS/tests/t_cmd_ip2md.py
src/ToolBox/SOS/tests/t_cmd_name2ee.py
src/ToolBox/SOS/tests/test_libsosplugin.py
src/ToolBox/SOS/tests/testutils.py

index e4ef76b..bd38297 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 using System;
 
 class Test
index 814d114..a1ed820 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 8da9239..98d86df 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index dfd7543..a6a85f0 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index e407ab3..f66fe50 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 91fb1cd..1c4441f 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 64efad7..daeac12 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 28a1a8b..76bb516 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index ff731da..5e374dd 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 81a583e..6f2971f 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 492204d..fc67615 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 6a69070..8026122 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 8546de7..0186435 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 295cf19..1ddd482 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index ab33b66..631beb4 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 0340eb5..b2b020b 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 2dd0048..5f256b1 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 059060b..3640a4b 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 93f32cd..a6f2e39 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 3e15f8b..24ae1a5 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 50d8977..8c95964 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index bc36592..8764bcc 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index e6b727c..636578d 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index db29bd8..b5206a7 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 5119128..d0b2e89 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index c88bdac..402f042 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index ffe5dbf..6116399 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 7b73caa..e212b1f 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index 1384c38..78bebe9 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index b617020..71d4212 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 import lldb
 import re
 import testutils as test
index e5a5906..e7bab14 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 from __future__ import print_function
 import unittest
 import argparse
index 1f784b4..80139ae 100644 (file)
@@ -1,3 +1,7 @@
+# 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.
+
 from __future__ import print_function
 import lldb
 import re