| Index: visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/DependencyParser.cs
|
| diff --git a/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/DependencyParser.cs b/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/DependencyParser.cs
|
| index 55dd8f067e219350b770d2a0f3abba38c1cf141e..73b688bba26af0b1c1799b012c86fafb568f2257 100644
|
| --- a/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/DependencyParser.cs
|
| +++ b/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/DependencyParser.cs
|
| @@ -1,4 +1,7 @@
|
| -using System;
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +using System;
|
| using System.Collections.Generic;
|
| using System.Linq;
|
| using System.Text;
|
|
|