From 3d5b1d3d28d3b0a73b41716998600d8675a1d9e0 Mon Sep 17 00:00:00 2001 From: Mike McLaughlin Date: Wed, 21 Mar 2018 12:42:49 -0700 Subject: [PATCH] Add missing license header to test py and cs files (#17102) Issue #13471 --- src/ToolBox/SOS/tests/Test.cs | 4 ++++ src/ToolBox/SOS/tests/t_cmd_bpmd_clear.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_bpmd_clearall.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_bpmd_methoddesc.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_bpmd_module_function.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_bpmd_module_function_iloffset.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_bpmd_nofuturemodule_module_function.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_clrstack.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_clrthreads.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_clru.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_dso.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_dumpclass.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_dumpheap.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_dumpil.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_dumplog.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_dumpmd.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_dumpmodule.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_dumpmt.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_dumpobj.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_dumpstack.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_eeheap.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_eestack.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_gcroot.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_histclear.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_histinit.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_histobj.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_histobjfind.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_histroot.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_ip2md.py | 4 ++++ src/ToolBox/SOS/tests/t_cmd_name2ee.py | 4 ++++ src/ToolBox/SOS/tests/test_libsosplugin.py | 4 ++++ src/ToolBox/SOS/tests/testutils.py | 4 ++++ 32 files changed, 128 insertions(+) diff --git a/src/ToolBox/SOS/tests/Test.cs b/src/ToolBox/SOS/tests/Test.cs index e4ef76b..bd38297 100644 --- a/src/ToolBox/SOS/tests/Test.cs +++ b/src/ToolBox/SOS/tests/Test.cs @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_bpmd_clear.py b/src/ToolBox/SOS/tests/t_cmd_bpmd_clear.py index 814d114..a1ed820 100644 --- a/src/ToolBox/SOS/tests/t_cmd_bpmd_clear.py +++ b/src/ToolBox/SOS/tests/t_cmd_bpmd_clear.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_bpmd_clearall.py b/src/ToolBox/SOS/tests/t_cmd_bpmd_clearall.py index 8da9239..98d86df 100644 --- a/src/ToolBox/SOS/tests/t_cmd_bpmd_clearall.py +++ b/src/ToolBox/SOS/tests/t_cmd_bpmd_clearall.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_bpmd_methoddesc.py b/src/ToolBox/SOS/tests/t_cmd_bpmd_methoddesc.py index dfd7543..a6a85f0 100644 --- a/src/ToolBox/SOS/tests/t_cmd_bpmd_methoddesc.py +++ b/src/ToolBox/SOS/tests/t_cmd_bpmd_methoddesc.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_bpmd_module_function.py b/src/ToolBox/SOS/tests/t_cmd_bpmd_module_function.py index e407ab3..f66fe50 100644 --- a/src/ToolBox/SOS/tests/t_cmd_bpmd_module_function.py +++ b/src/ToolBox/SOS/tests/t_cmd_bpmd_module_function.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_bpmd_module_function_iloffset.py b/src/ToolBox/SOS/tests/t_cmd_bpmd_module_function_iloffset.py index 91fb1cd..1c4441f 100644 --- a/src/ToolBox/SOS/tests/t_cmd_bpmd_module_function_iloffset.py +++ b/src/ToolBox/SOS/tests/t_cmd_bpmd_module_function_iloffset.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_bpmd_nofuturemodule_module_function.py b/src/ToolBox/SOS/tests/t_cmd_bpmd_nofuturemodule_module_function.py index 64efad7..daeac12 100644 --- a/src/ToolBox/SOS/tests/t_cmd_bpmd_nofuturemodule_module_function.py +++ b/src/ToolBox/SOS/tests/t_cmd_bpmd_nofuturemodule_module_function.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_clrstack.py b/src/ToolBox/SOS/tests/t_cmd_clrstack.py index 28a1a8b..76bb516 100644 --- a/src/ToolBox/SOS/tests/t_cmd_clrstack.py +++ b/src/ToolBox/SOS/tests/t_cmd_clrstack.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_clrthreads.py b/src/ToolBox/SOS/tests/t_cmd_clrthreads.py index ff731da..5e374dd 100644 --- a/src/ToolBox/SOS/tests/t_cmd_clrthreads.py +++ b/src/ToolBox/SOS/tests/t_cmd_clrthreads.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_clru.py b/src/ToolBox/SOS/tests/t_cmd_clru.py index 81a583e..6f2971f 100644 --- a/src/ToolBox/SOS/tests/t_cmd_clru.py +++ b/src/ToolBox/SOS/tests/t_cmd_clru.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_dso.py b/src/ToolBox/SOS/tests/t_cmd_dso.py index 492204d..fc67615 100644 --- a/src/ToolBox/SOS/tests/t_cmd_dso.py +++ b/src/ToolBox/SOS/tests/t_cmd_dso.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_dumpclass.py b/src/ToolBox/SOS/tests/t_cmd_dumpclass.py index 6a69070..8026122 100644 --- a/src/ToolBox/SOS/tests/t_cmd_dumpclass.py +++ b/src/ToolBox/SOS/tests/t_cmd_dumpclass.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_dumpheap.py b/src/ToolBox/SOS/tests/t_cmd_dumpheap.py index 8546de7..0186435 100644 --- a/src/ToolBox/SOS/tests/t_cmd_dumpheap.py +++ b/src/ToolBox/SOS/tests/t_cmd_dumpheap.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_dumpil.py b/src/ToolBox/SOS/tests/t_cmd_dumpil.py index 295cf19..1ddd482 100644 --- a/src/ToolBox/SOS/tests/t_cmd_dumpil.py +++ b/src/ToolBox/SOS/tests/t_cmd_dumpil.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_dumplog.py b/src/ToolBox/SOS/tests/t_cmd_dumplog.py index ab33b66..631beb4 100644 --- a/src/ToolBox/SOS/tests/t_cmd_dumplog.py +++ b/src/ToolBox/SOS/tests/t_cmd_dumplog.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_dumpmd.py b/src/ToolBox/SOS/tests/t_cmd_dumpmd.py index 0340eb5..b2b020b 100644 --- a/src/ToolBox/SOS/tests/t_cmd_dumpmd.py +++ b/src/ToolBox/SOS/tests/t_cmd_dumpmd.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_dumpmodule.py b/src/ToolBox/SOS/tests/t_cmd_dumpmodule.py index 2dd0048..5f256b1 100644 --- a/src/ToolBox/SOS/tests/t_cmd_dumpmodule.py +++ b/src/ToolBox/SOS/tests/t_cmd_dumpmodule.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_dumpmt.py b/src/ToolBox/SOS/tests/t_cmd_dumpmt.py index 059060b..3640a4b 100644 --- a/src/ToolBox/SOS/tests/t_cmd_dumpmt.py +++ b/src/ToolBox/SOS/tests/t_cmd_dumpmt.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_dumpobj.py b/src/ToolBox/SOS/tests/t_cmd_dumpobj.py index 93f32cd..a6f2e39 100644 --- a/src/ToolBox/SOS/tests/t_cmd_dumpobj.py +++ b/src/ToolBox/SOS/tests/t_cmd_dumpobj.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_dumpstack.py b/src/ToolBox/SOS/tests/t_cmd_dumpstack.py index 3e15f8b..24ae1a5 100644 --- a/src/ToolBox/SOS/tests/t_cmd_dumpstack.py +++ b/src/ToolBox/SOS/tests/t_cmd_dumpstack.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_eeheap.py b/src/ToolBox/SOS/tests/t_cmd_eeheap.py index 50d8977..8c95964 100644 --- a/src/ToolBox/SOS/tests/t_cmd_eeheap.py +++ b/src/ToolBox/SOS/tests/t_cmd_eeheap.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_eestack.py b/src/ToolBox/SOS/tests/t_cmd_eestack.py index bc36592..8764bcc 100644 --- a/src/ToolBox/SOS/tests/t_cmd_eestack.py +++ b/src/ToolBox/SOS/tests/t_cmd_eestack.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_gcroot.py b/src/ToolBox/SOS/tests/t_cmd_gcroot.py index e6b727c..636578d 100644 --- a/src/ToolBox/SOS/tests/t_cmd_gcroot.py +++ b/src/ToolBox/SOS/tests/t_cmd_gcroot.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_histclear.py b/src/ToolBox/SOS/tests/t_cmd_histclear.py index db29bd8..b5206a7 100644 --- a/src/ToolBox/SOS/tests/t_cmd_histclear.py +++ b/src/ToolBox/SOS/tests/t_cmd_histclear.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_histinit.py b/src/ToolBox/SOS/tests/t_cmd_histinit.py index 5119128..d0b2e89 100644 --- a/src/ToolBox/SOS/tests/t_cmd_histinit.py +++ b/src/ToolBox/SOS/tests/t_cmd_histinit.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_histobj.py b/src/ToolBox/SOS/tests/t_cmd_histobj.py index c88bdac..402f042 100644 --- a/src/ToolBox/SOS/tests/t_cmd_histobj.py +++ b/src/ToolBox/SOS/tests/t_cmd_histobj.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_histobjfind.py b/src/ToolBox/SOS/tests/t_cmd_histobjfind.py index ffe5dbf..6116399 100644 --- a/src/ToolBox/SOS/tests/t_cmd_histobjfind.py +++ b/src/ToolBox/SOS/tests/t_cmd_histobjfind.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_histroot.py b/src/ToolBox/SOS/tests/t_cmd_histroot.py index 7b73caa..e212b1f 100644 --- a/src/ToolBox/SOS/tests/t_cmd_histroot.py +++ b/src/ToolBox/SOS/tests/t_cmd_histroot.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_ip2md.py b/src/ToolBox/SOS/tests/t_cmd_ip2md.py index 1384c38..78bebe9 100644 --- a/src/ToolBox/SOS/tests/t_cmd_ip2md.py +++ b/src/ToolBox/SOS/tests/t_cmd_ip2md.py @@ -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 diff --git a/src/ToolBox/SOS/tests/t_cmd_name2ee.py b/src/ToolBox/SOS/tests/t_cmd_name2ee.py index b617020..71d4212 100644 --- a/src/ToolBox/SOS/tests/t_cmd_name2ee.py +++ b/src/ToolBox/SOS/tests/t_cmd_name2ee.py @@ -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 diff --git a/src/ToolBox/SOS/tests/test_libsosplugin.py b/src/ToolBox/SOS/tests/test_libsosplugin.py index e5a5906..e7bab14 100644 --- a/src/ToolBox/SOS/tests/test_libsosplugin.py +++ b/src/ToolBox/SOS/tests/test_libsosplugin.py @@ -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 diff --git a/src/ToolBox/SOS/tests/testutils.py b/src/ToolBox/SOS/tests/testutils.py index 1f784b4..80139ae 100644 --- a/src/ToolBox/SOS/tests/testutils.py +++ b/src/ToolBox/SOS/tests/testutils.py @@ -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 -- 2.7.4