Send comments on this topic. |
|
Glossary Item Box
Cause
Rule Description
//-----------------------------------------------------------------------
// <copyright company="Sprocket Enterprises">
// Copyright (c) Sprocket Enterprises. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
A file header should include a file tag containing the name of the file, as follows:
//-----------------------------------------------------------------------
// <copyright file="Widget.cs" company="Sprocket Enterprises">
// Copyright (c) Sprocket Enterprises. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
How to Fix Violations
© Microsoft Corporation. All Rights Reserved.