From 7d40a0afb8fd3bd42f80ffded52d1a19256d5145 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Mon, 3 Mar 2008 08:15:14 +0000 Subject: * Changed the license headers. The Data Framework is now all OpenSim. Yay! *toots* --- OpenSim/Framework/AgentCircuitData.cs | 1 + OpenSim/Framework/Data.Base/BaseDataReader.cs | 6 ++++-- OpenSim/Framework/Data.Base/BaseDatabaseConnector.cs | 6 ++++-- OpenSim/Framework/Data.Base/BaseFieldMapper.cs | 6 ++++-- OpenSim/Framework/Data.Base/BaseRowMapper.cs | 6 ++++-- OpenSim/Framework/Data.Base/BaseSchema.cs | 6 ++++-- OpenSim/Framework/Data.Base/BaseTableMapper.cs | 6 ++++-- OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs | 8 ++++---- 8 files changed, 29 insertions(+), 16 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/AgentCircuitData.cs b/OpenSim/Framework/AgentCircuitData.cs index 43ade36..3ecc8a4 100644 --- a/OpenSim/Framework/AgentCircuitData.cs +++ b/OpenSim/Framework/AgentCircuitData.cs @@ -25,6 +25,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ + using System; using libsecondlife; diff --git a/OpenSim/Framework/Data.Base/BaseDataReader.cs b/OpenSim/Framework/Data.Base/BaseDataReader.cs index 70fb86e..6f37dbd 100644 --- a/OpenSim/Framework/Data.Base/BaseDataReader.cs +++ b/OpenSim/Framework/Data.Base/BaseDataReader.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.Base/BaseDatabaseConnector.cs b/OpenSim/Framework/Data.Base/BaseDatabaseConnector.cs index 4beb84b..e845e07 100644 --- a/OpenSim/Framework/Data.Base/BaseDatabaseConnector.cs +++ b/OpenSim/Framework/Data.Base/BaseDatabaseConnector.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.Base/BaseFieldMapper.cs b/OpenSim/Framework/Data.Base/BaseFieldMapper.cs index 4ba3e25..cbd3cda 100644 --- a/OpenSim/Framework/Data.Base/BaseFieldMapper.cs +++ b/OpenSim/Framework/Data.Base/BaseFieldMapper.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.Base/BaseRowMapper.cs b/OpenSim/Framework/Data.Base/BaseRowMapper.cs index 570571f..b1fcc5d 100644 --- a/OpenSim/Framework/Data.Base/BaseRowMapper.cs +++ b/OpenSim/Framework/Data.Base/BaseRowMapper.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.Base/BaseSchema.cs b/OpenSim/Framework/Data.Base/BaseSchema.cs index 39c9df8..6c5d360 100644 --- a/OpenSim/Framework/Data.Base/BaseSchema.cs +++ b/OpenSim/Framework/Data.Base/BaseSchema.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.Base/BaseTableMapper.cs b/OpenSim/Framework/Data.Base/BaseTableMapper.cs index 7899c89..e23cadf 100644 --- a/OpenSim/Framework/Data.Base/BaseTableMapper.cs +++ b/OpenSim/Framework/Data.Base/BaseTableMapper.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.Base/Properties/AssemblyInfo.cs b/OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs index 457624e..629a7f6 100644 --- a/OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs +++ b/OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs @@ -32,12 +32,12 @@ using System.Security; // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly : AssemblyTitle("TribalMedia.Framework.Data")] +[assembly : AssemblyTitle("OpenSim.Framework.Data.Base")] [assembly : AssemblyDescription("Generic Database Abstraction Layer")] [assembly : AssemblyConfiguration("")] -[assembly : AssemblyCompany("TribalMedia")] -[assembly : AssemblyProduct("TribalMedia.Framework.Data")] -[assembly: AssemblyCopyright("Copyright © 2007 Tribal Media")] +[assembly : AssemblyCompany("OpenSim Project (www.opensimulator.org)")] +[assembly: AssemblyProduct("OpenSim.Framework.Data.Base")] +[assembly: AssemblyCopyright("Copyright © 2007 OpenSim Project (www.opensimulator.org)")] [assembly : AssemblyTrademark("")] [assembly : AssemblyCulture("")] -- cgit v1.1