From c953e51c116c687460172865ca0eaf74cce3ac3a Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Mon, 3 Mar 2008 08:19:54 +0000 Subject: [PATCH] * Doh, forgot one license header --- OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs | 6 ++++-- OpenSim/Framework/Data.MySQL/MySQLDatabaseMapper.cs | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs b/OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs index 629a7f607a..4fbb0acba5 100644 --- a/OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs +++ b/OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs @@ -1,5 +1,6 @@ /* -* Copyright (c) Tribal Media AB, http://tribalmedia.se/ +* Copyright (c) Contributors, http://opensimulator.org/ +* See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -8,7 +9,8 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. -* * The name of Tribal Media AB may not be used to endorse or promote products +* * Neither the name of the OpenSim Project nor the +* names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY diff --git a/OpenSim/Framework/Data.MySQL/MySQLDatabaseMapper.cs b/OpenSim/Framework/Data.MySQL/MySQLDatabaseMapper.cs index 04b4b4d391..7e89709f5d 100644 --- a/OpenSim/Framework/Data.MySQL/MySQLDatabaseMapper.cs +++ b/OpenSim/Framework/Data.MySQL/MySQLDatabaseMapper.cs @@ -28,8 +28,7 @@ using System.Data.Common; using MySql.Data.MySqlClient; - //using TribalMedia.Framework.Data; - + namespace OpenSim.Framework.Data.MySQL { /*