aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorlbsa712008-03-03 08:15:14 +0000
committerlbsa712008-03-03 08:15:14 +0000
commit7d40a0afb8fd3bd42f80ffded52d1a19256d5145 (patch)
tree35051e820dc4de0cfec3f246e9080c7c2d661cf5 /OpenSim
parent* Renamed the Data Framework namespaces (diff)
downloadopensim-SC_OLD-7d40a0afb8fd3bd42f80ffded52d1a19256d5145.zip
opensim-SC_OLD-7d40a0afb8fd3bd42f80ffded52d1a19256d5145.tar.gz
opensim-SC_OLD-7d40a0afb8fd3bd42f80ffded52d1a19256d5145.tar.bz2
opensim-SC_OLD-7d40a0afb8fd3bd42f80ffded52d1a19256d5145.tar.xz
* Changed the license headers. The Data Framework is now all OpenSim. Yay! *toots*
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/AgentCircuitData.cs1
-rw-r--r--OpenSim/Framework/Data.Base/BaseDataReader.cs6
-rw-r--r--OpenSim/Framework/Data.Base/BaseDatabaseConnector.cs6
-rw-r--r--OpenSim/Framework/Data.Base/BaseFieldMapper.cs6
-rw-r--r--OpenSim/Framework/Data.Base/BaseRowMapper.cs6
-rw-r--r--OpenSim/Framework/Data.Base/BaseSchema.cs6
-rw-r--r--OpenSim/Framework/Data.Base/BaseTableMapper.cs6
-rw-r--r--OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs8
8 files changed, 29 insertions, 16 deletions
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 @@
25* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26* 26*
27*/ 27*/
28
28using System; 29using System;
29using libsecondlife; 30using libsecondlife;
30 31
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 @@
1/* 1/*
2* Copyright (c) Tribal Media AB, http://tribalmedia.se/ 2* Copyright (c) Contributors, http://opensimulator.org/
3* See CONTRIBUTORS.TXT for a full list of copyright holders.
3* 4*
4* Redistribution and use in source and binary forms, with or without 5* Redistribution and use in source and binary forms, with or without
5* modification, are permitted provided that the following conditions are met: 6* modification, are permitted provided that the following conditions are met:
@@ -8,7 +9,8 @@
8* * Redistributions in binary form must reproduce the above copyright 9* * Redistributions in binary form must reproduce the above copyright
9* notice, this list of conditions and the following disclaimer in the 10* notice, this list of conditions and the following disclaimer in the
10* documentation and/or other materials provided with the distribution. 11* documentation and/or other materials provided with the distribution.
11* * The name of Tribal Media AB may not be used to endorse or promote products 12* * Neither the name of the OpenSim Project nor the
13* names of its contributors may be used to endorse or promote products
12* derived from this software without specific prior written permission. 14* derived from this software without specific prior written permission.
13* 15*
14* THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY 16* 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 @@
1/* 1/*
2* Copyright (c) Tribal Media AB, http://tribalmedia.se/ 2* Copyright (c) Contributors, http://opensimulator.org/
3* See CONTRIBUTORS.TXT for a full list of copyright holders.
3* 4*
4* Redistribution and use in source and binary forms, with or without 5* Redistribution and use in source and binary forms, with or without
5* modification, are permitted provided that the following conditions are met: 6* modification, are permitted provided that the following conditions are met:
@@ -8,7 +9,8 @@
8* * Redistributions in binary form must reproduce the above copyright 9* * Redistributions in binary form must reproduce the above copyright
9* notice, this list of conditions and the following disclaimer in the 10* notice, this list of conditions and the following disclaimer in the
10* documentation and/or other materials provided with the distribution. 11* documentation and/or other materials provided with the distribution.
11* * The name of Tribal Media AB may not be used to endorse or promote products 12* * Neither the name of the OpenSim Project nor the
13* names of its contributors may be used to endorse or promote products
12* derived from this software without specific prior written permission. 14* derived from this software without specific prior written permission.
13* 15*
14* THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY 16* 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 @@
1/* 1/*
2* Copyright (c) Tribal Media AB, http://tribalmedia.se/ 2* Copyright (c) Contributors, http://opensimulator.org/
3* See CONTRIBUTORS.TXT for a full list of copyright holders.
3* 4*
4* Redistribution and use in source and binary forms, with or without 5* Redistribution and use in source and binary forms, with or without
5* modification, are permitted provided that the following conditions are met: 6* modification, are permitted provided that the following conditions are met:
@@ -8,7 +9,8 @@
8* * Redistributions in binary form must reproduce the above copyright 9* * Redistributions in binary form must reproduce the above copyright
9* notice, this list of conditions and the following disclaimer in the 10* notice, this list of conditions and the following disclaimer in the
10* documentation and/or other materials provided with the distribution. 11* documentation and/or other materials provided with the distribution.
11* * The name of Tribal Media AB may not be used to endorse or promote products 12* * Neither the name of the OpenSim Project nor the
13* names of its contributors may be used to endorse or promote products
12* derived from this software without specific prior written permission. 14* derived from this software without specific prior written permission.
13* 15*
14* THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY 16* 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 @@
1/* 1/*
2* Copyright (c) Tribal Media AB, http://tribalmedia.se/ 2* Copyright (c) Contributors, http://opensimulator.org/
3* See CONTRIBUTORS.TXT for a full list of copyright holders.
3* 4*
4* Redistribution and use in source and binary forms, with or without 5* Redistribution and use in source and binary forms, with or without
5* modification, are permitted provided that the following conditions are met: 6* modification, are permitted provided that the following conditions are met:
@@ -8,7 +9,8 @@
8* * Redistributions in binary form must reproduce the above copyright 9* * Redistributions in binary form must reproduce the above copyright
9* notice, this list of conditions and the following disclaimer in the 10* notice, this list of conditions and the following disclaimer in the
10* documentation and/or other materials provided with the distribution. 11* documentation and/or other materials provided with the distribution.
11* * The name of Tribal Media AB may not be used to endorse or promote products 12* * Neither the name of the OpenSim Project nor the
13* names of its contributors may be used to endorse or promote products
12* derived from this software without specific prior written permission. 14* derived from this software without specific prior written permission.
13* 15*
14* THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY 16* 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 @@
1/* 1/*
2* Copyright (c) Tribal Media AB, http://tribalmedia.se/ 2* Copyright (c) Contributors, http://opensimulator.org/
3* See CONTRIBUTORS.TXT for a full list of copyright holders.
3* 4*
4* Redistribution and use in source and binary forms, with or without 5* Redistribution and use in source and binary forms, with or without
5* modification, are permitted provided that the following conditions are met: 6* modification, are permitted provided that the following conditions are met:
@@ -8,7 +9,8 @@
8* * Redistributions in binary form must reproduce the above copyright 9* * Redistributions in binary form must reproduce the above copyright
9* notice, this list of conditions and the following disclaimer in the 10* notice, this list of conditions and the following disclaimer in the
10* documentation and/or other materials provided with the distribution. 11* documentation and/or other materials provided with the distribution.
11* * The name of Tribal Media AB may not be used to endorse or promote products 12* * Neither the name of the OpenSim Project nor the
13* names of its contributors may be used to endorse or promote products
12* derived from this software without specific prior written permission. 14* derived from this software without specific prior written permission.
13* 15*
14* THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY 16* 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 @@
1/* 1/*
2* Copyright (c) Tribal Media AB, http://tribalmedia.se/ 2* Copyright (c) Contributors, http://opensimulator.org/
3* See CONTRIBUTORS.TXT for a full list of copyright holders.
3* 4*
4* Redistribution and use in source and binary forms, with or without 5* Redistribution and use in source and binary forms, with or without
5* modification, are permitted provided that the following conditions are met: 6* modification, are permitted provided that the following conditions are met:
@@ -8,7 +9,8 @@
8* * Redistributions in binary form must reproduce the above copyright 9* * Redistributions in binary form must reproduce the above copyright
9* notice, this list of conditions and the following disclaimer in the 10* notice, this list of conditions and the following disclaimer in the
10* documentation and/or other materials provided with the distribution. 11* documentation and/or other materials provided with the distribution.
11* * The name of Tribal Media AB may not be used to endorse or promote products 12* * Neither the name of the OpenSim Project nor the
13* names of its contributors may be used to endorse or promote products
12* derived from this software without specific prior written permission. 14* derived from this software without specific prior written permission.
13* 15*
14* THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY 16* 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;
32// set of attributes. Change these attribute values to modify the information 32// set of attributes. Change these attribute values to modify the information
33// associated with an assembly. 33// associated with an assembly.
34 34
35[assembly : AssemblyTitle("TribalMedia.Framework.Data")] 35[assembly : AssemblyTitle("OpenSim.Framework.Data.Base")]
36[assembly : AssemblyDescription("Generic Database Abstraction Layer")] 36[assembly : AssemblyDescription("Generic Database Abstraction Layer")]
37[assembly : AssemblyConfiguration("")] 37[assembly : AssemblyConfiguration("")]
38[assembly : AssemblyCompany("TribalMedia")] 38[assembly : AssemblyCompany("OpenSim Project (www.opensimulator.org)")]
39[assembly : AssemblyProduct("TribalMedia.Framework.Data")] 39[assembly: AssemblyProduct("OpenSim.Framework.Data.Base")]
40[assembly: AssemblyCopyright("Copyright © 2007 Tribal Media")] 40[assembly: AssemblyCopyright("Copyright © 2007 OpenSim Project (www.opensimulator.org)")]
41[assembly : AssemblyTrademark("")] 41[assembly : AssemblyTrademark("")]
42[assembly : AssemblyCulture("")] 42[assembly : AssemblyCulture("")]
43 43