Defines the copyright custom attribute in the assembly manifest.
Restriction: This directive is supported for .NET COBOL only.
Syntax:
>>-----.-----ILCOPYRIGHT--"copyright"--.---><
+---NOILCOPYRIGHT---------------+
Parameters:
|
copyright
|
The copyright statement for the assembly
|
Properties:
| Default:
|
NOILCOPYRIGHT
|
| IDE equivalent:
|
Click
Project
>
Properties >
Application >
Assembly Information and fill in
Copyright
|
| Assembly manifest attribute:
|
System.Reflection.AssemblyCopyright
|