Browse Source

ildasm inserts a copyright statement on everything it disassembles...

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274221 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 22 years ago
parent
commit
cbc4de47eb
1 changed files with 0 additions and 21 deletions
  1. +0
    -21
      src/etc/testcases/taskdefs/optional/dotnet/example2.il

+ 0
- 21
src/etc/testcases/taskdefs/optional/dotnet/example2.il View File

@@ -1,27 +1,9 @@


// Microsoft (R) .NET Framework IL Disassembler. Version 1.0.3705.0
// Copyright (C) Microsoft Corporation 1998-2001. All rights reserved.


// Image base: 0x03180000
//
// ============== CLASS STRUCTURE DECLARATION ==================
//
.class public auto ansi beforefieldinit Example2 .class public auto ansi beforefieldinit Example2
extends [mscorlib]System.Object extends [mscorlib]System.Object
{ {
} // end of class Example2 } // end of class Example2



// =============================================================


// =============== GLOBAL FIELDS AND METHODS ===================


// =============================================================


// =============== CLASS MEMBERS DECLARATION =================== // =============== CLASS MEMBERS DECLARATION ===================
// note that class flags, 'extends' and 'implements' clauses // note that class flags, 'extends' and 'implements' clauses
// are provided here for information only // are provided here for information only
@@ -46,7 +28,4 @@
} // end of class Example2 } // end of class Example2




// =============================================================


//*********** DISASSEMBLY COMPLETE ***********************
// WARNING: Created Win32 resource file example2.res

Loading…
Cancel
Save