Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jb@evain.net>2019-08-30 00:44:39 +0300
committerGitHub <noreply@github.com>2019-08-30 00:44:39 +0300
commit104b797cc69bcbc3eb36b68f5d0a9ec68b537d24 (patch)
tree0d379b717f71fbc79c7966f617a2b10fe0ef196f /symbols/pdb/Microsoft.Cci.Pdb/PdbReader.cs
parent12da1bf7e0e10278e05eeb23adfc72760bbb6668 (diff)
Update to the MIT licensed CCI from github.com/microsoft/cci (#615)
Diffstat (limited to 'symbols/pdb/Microsoft.Cci.Pdb/PdbReader.cs')
-rw-r--r--symbols/pdb/Microsoft.Cci.Pdb/PdbReader.cs11
1 files changed, 2 insertions, 9 deletions
diff --git a/symbols/pdb/Microsoft.Cci.Pdb/PdbReader.cs b/symbols/pdb/Microsoft.Cci.Pdb/PdbReader.cs
index edfd926..28d02c1 100644
--- a/symbols/pdb/Microsoft.Cci.Pdb/PdbReader.cs
+++ b/symbols/pdb/Microsoft.Cci.Pdb/PdbReader.cs
@@ -1,13 +1,6 @@
-//-----------------------------------------------------------------------------
-//
// Copyright (c) Microsoft. All rights reserved.
-// This code is licensed under the Microsoft Public License.
-// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
-// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
-// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
-// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
-//
-//-----------------------------------------------------------------------------
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
using System;
using System.IO;