* Changed the license headers. The Data Framework is now all OpenSim. Yay! *toots*

This commit is contained in:
lbsa71
2008-03-03 08:15:14 +00:00
parent 84959bf530
commit 7d40a0afb8
8 changed files with 29 additions and 16 deletions

View File

@@ -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("")]