diff options
author | Diva Canto | 2012-11-14 08:10:15 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-14 08:10:15 -0800 |
commit | 27b12cebbba8df2f03fe7918b9672be23bc41a09 (patch) | |
tree | a340ca760627771cb6a4023ecfbe8530274f1a27 /OpenSim/Framework/Communications/Properties | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-27b12cebbba8df2f03fe7918b9672be23bc41a09.zip opensim-SC_OLD-27b12cebbba8df2f03fe7918b9672be23bc41a09.tar.gz opensim-SC_OLD-27b12cebbba8df2f03fe7918b9672be23bc41a09.tar.bz2 opensim-SC_OLD-27b12cebbba8df2f03fe7918b9672be23bc41a09.tar.xz |
A few more AssemblyInfos in a few more dlls.
Diffstat (limited to 'OpenSim/Framework/Communications/Properties')
-rw-r--r-- | OpenSim/Framework/Communications/Properties/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/Properties/AssemblyInfo.cs b/OpenSim/Framework/Communications/Properties/AssemblyInfo.cs index 9bafa57..6d1c03a 100644 --- a/OpenSim/Framework/Communications/Properties/AssemblyInfo.cs +++ b/OpenSim/Framework/Communications/Properties/AssemblyInfo.cs | |||
@@ -32,12 +32,12 @@ using System.Runtime.InteropServices; | |||
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("OpenGrid.Framework.Communications")] | 35 | [assembly : AssemblyTitle("OpenSim.Framework.Communications")] |
36 | [assembly : AssemblyDescription("")] | 36 | [assembly : AssemblyDescription("")] |
37 | [assembly : AssemblyConfiguration("")] | 37 | [assembly : AssemblyConfiguration("")] |
38 | [assembly : AssemblyCompany("http://opensimulator.org")] | 38 | [assembly : AssemblyCompany("http://opensimulator.org")] |
39 | [assembly : AssemblyProduct("OpenGrid.Framework.Communications")] | 39 | [assembly : AssemblyProduct("OpenSim")] |
40 | [assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")] | 40 | [assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers")] |
41 | [assembly : AssemblyTrademark("")] | 41 | [assembly : AssemblyTrademark("")] |
42 | [assembly : AssemblyCulture("")] | 42 | [assembly : AssemblyCulture("")] |
43 | 43 | ||