When I create a new Visual Studio project, the AssemblyInfo.cs file is pre populated with some default information.
Two lines in particular concern me:
[assembly: AssemblyCompany("Vagrant Inc.")]
[assembly: AssemblyCopyright("Copyright © Vagrant Inc. 2014")]
Where is Visual Studio pulling the Vagrant information from? (I don't work for Vagrant)