Remove the last proprietary copyright headers, insert BSD ones.

This commit is contained in:
Melanie Thielker
2015-09-13 21:03:38 +02:00
parent 672f7468f7
commit f24414c063
5 changed files with 81 additions and 20 deletions

View File

@@ -152,7 +152,7 @@ namespace OpenSim.Framework.Servers
{
m_log.Info("[STARTUP]: Beginning startup processing");
m_log.Info("[STARTUP]: Careminster version: " + m_version + Environment.NewLine);
m_log.Info("[STARTUP]: version: " + m_version + Environment.NewLine);
// clr version potentially is more confusing than helpful, since it doesn't tell us if we're running under Mono/MS .NET and
// the clr version number doesn't match the project version number under Mono.
//m_log.Info("[STARTUP]: Virtual machine runtime version: " + Environment.Version + Environment.NewLine);