I create some classes using Model First, EF4x as you can see a similar example in this answer from algreat.
My question is about the default comments that are generate as it shows in the block-quote below
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
Is there a way to avoid the creating of those comments? or remove them all?