Is there a standard for placing copyright statements in XAML files? In .cs files I use the following:
//-----------------------------------------------------------------------
// <copyright file="MyFile.cs" company="MyCompany" year="2011">
//
// COPYRIGHT INFORMATION
//
// ....Our Copyright...
//
// </copyright>
//-----------------------------------------------------------------------
Is there something equivalent for XAML files?