diff options
Diffstat (limited to 'OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs')
-rw-r--r-- | OpenSim/Framework/Data.Base/Properties/AssemblyInfo.cs | 8 |
1 files changed, 4 insertions, 4 deletions
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 | ||