From 3d5b1d3d28d3b0a73b41716998600d8675a1d9e0 Mon Sep 17 00:00:00 2001 From: Mike McLaughlin Date: Wed, 21 Mar 2018 12:42:49 -0700 Subject: Add missing license header to test py and cs files (#17102) Issue #13471 --- src/ToolBox/SOS/tests/t_cmd_dumpobj.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ToolBox/SOS/tests/t_cmd_dumpobj.py') diff --git a/src/ToolBox/SOS/tests/t_cmd_dumpobj.py b/src/ToolBox/SOS/tests/t_cmd_dumpobj.py index 93f32cd9ab..a6f2e3934c 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 -- cgit v1.2.3