Procházet zdrojové kódy

Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.

Jeff Ames před 15 roky
rodič
revize
840de6c036
100 změnil soubory, kde provedl 100 přidání a 100 odebrání
  1. 1 1
      LICENSE.txt
  2. 1 1
      OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
  3. 1 1
      OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
  4. 1 1
      OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs
  5. 1 1
      OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs
  6. 1 1
      OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
  7. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/IRest.cs
  8. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs
  9. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs
  10. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
  11. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs
  12. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
  13. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/RestFileServices.cs
  14. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs
  15. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
  16. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs
  17. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/tests/ITest.cs
  18. 1 1
      OpenSim/ApplicationPlugins/Rest/Inventory/tests/Remote.cs
  19. 1 1
      OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs
  20. 1 1
      OpenSim/ApplicationPlugins/Rest/Regions/GETRegionInfoHandler.cs
  21. 1 1
      OpenSim/ApplicationPlugins/Rest/Regions/POSTHandler.cs
  22. 1 1
      OpenSim/ApplicationPlugins/Rest/Regions/RegionDetails.cs
  23. 1 1
      OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs
  24. 1 1
      OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
  25. 1 1
      OpenSim/ApplicationPlugins/Rest/RestXmlWriter.cs
  26. 1 1
      OpenSim/ApplicationPlugins/ScriptEngine/ComponentFactory.cs
  27. 1 1
      OpenSim/ApplicationPlugins/ScriptEngine/RegionEngineLoader.cs
  28. 1 1
      OpenSim/ApplicationPlugins/ScriptEngine/ScriptEnginePlugin.cs
  29. 1 1
      OpenSim/Data/AssetDataBase.cs
  30. 1 1
      OpenSim/Data/DataPluginFactory.cs
  31. 1 1
      OpenSim/Data/GridDataBase.cs
  32. 1 1
      OpenSim/Data/IAssetData.cs
  33. 1 1
      OpenSim/Data/IGridData.cs
  34. 1 1
      OpenSim/Data/IInventoryData.cs
  35. 1 1
      OpenSim/Data/ILogData.cs
  36. 1 1
      OpenSim/Data/IUserData.cs
  37. 1 1
      OpenSim/Data/IniConfig.cs
  38. 1 1
      OpenSim/Data/MSSQL/AutoClosingSqlCommand.cs
  39. 1 1
      OpenSim/Data/MSSQL/MSSQLAssetData.cs
  40. 1 1
      OpenSim/Data/MSSQL/MSSQLEstateData.cs
  41. 1 1
      OpenSim/Data/MSSQL/MSSQLGridData.cs
  42. 1 1
      OpenSim/Data/MSSQL/MSSQLInventoryData.cs
  43. 1 1
      OpenSim/Data/MSSQL/MSSQLLogData.cs
  44. 1 1
      OpenSim/Data/MSSQL/MSSQLManager.cs
  45. 1 1
      OpenSim/Data/MSSQL/MSSQLRegionData.cs
  46. 1 1
      OpenSim/Data/MSSQL/MSSQLUserData.cs
  47. 1 1
      OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs
  48. 1 1
      OpenSim/Data/Migration.cs
  49. 1 1
      OpenSim/Data/MySQL/MySQLAssetData.cs
  50. 1 1
      OpenSim/Data/MySQL/MySQLEstateData.cs
  51. 1 1
      OpenSim/Data/MySQL/MySQLGridData.cs
  52. 1 1
      OpenSim/Data/MySQL/MySQLInventoryData.cs
  53. 1 1
      OpenSim/Data/MySQL/MySQLLogData.cs
  54. 1 1
      OpenSim/Data/MySQL/MySQLManager.cs
  55. 1 1
      OpenSim/Data/MySQL/MySQLRegionData.cs
  56. 1 1
      OpenSim/Data/MySQL/MySQLUserData.cs
  57. 1 1
      OpenSim/Data/MySQL/Properties/AssemblyInfo.cs
  58. 1 1
      OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs
  59. 1 1
      OpenSim/Data/MySQL/Tests/MySQLEstateTest.cs
  60. 1 1
      OpenSim/Data/MySQL/Tests/MySQLGridTest.cs
  61. 1 1
      OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs
  62. 1 1
      OpenSim/Data/MySQL/Tests/MySQLRegionTest.cs
  63. 1 1
      OpenSim/Data/MySQL/Tests/MySQLUserTest.cs
  64. 1 1
      OpenSim/Data/NHibernate/ColorUserType.cs
  65. 1 1
      OpenSim/Data/NHibernate/LLQuaternionUserType.cs
  66. 1 1
      OpenSim/Data/NHibernate/LLUUIDUserType.cs
  67. 1 1
      OpenSim/Data/NHibernate/LLVector3UserType.cs
  68. 1 1
      OpenSim/Data/NHibernate/NHibernateAssetData.cs
  69. 1 1
      OpenSim/Data/NHibernate/NHibernateEstateData.cs
  70. 1 1
      OpenSim/Data/NHibernate/NHibernateGridData.cs
  71. 1 1
      OpenSim/Data/NHibernate/NHibernateInventoryData.cs
  72. 1 1
      OpenSim/Data/NHibernate/NHibernateManager.cs
  73. 1 1
      OpenSim/Data/NHibernate/NHibernateRegionData.cs
  74. 1 1
      OpenSim/Data/NHibernate/NHibernateUserData.cs
  75. 1 1
      OpenSim/Data/NHibernate/SByteType.cs
  76. 1 1
      OpenSim/Data/NHibernate/Terrain.cs
  77. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMsSqlAssetTest.cs
  78. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMsSqlEstateTest.cs
  79. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMsSqlGridTest.cs
  80. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMsSqlInventoryTest.cs
  81. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMsSqlRegionTest.cs
  82. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMsSqlUserTest.cs
  83. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMySQLAssetTest.cs
  84. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMySQLGridTest.cs
  85. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMySQLInventoryTest.cs
  86. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMySQLRegionTest.cs
  87. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMySQLUserTest.cs
  88. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateMySqlEstateTest.cs
  89. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLAssetTest.cs
  90. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLEstateTest.cs
  91. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLGridTest.cs
  92. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLInventoryTest.cs
  93. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLRegionTest.cs
  94. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLUserTest.cs
  95. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateSQLiteAssetTest.cs
  96. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateSQLiteEstateTest.cs
  97. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateSQLiteGridTest.cs
  98. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateSQLiteInventoryTest.cs
  99. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateSQLiteRegionTest.cs
  100. 1 1
      OpenSim/Data/NHibernate/Tests/NHibernateSQLiteUserTest.cs

+ 1 - 1
LICENSE.txt

@@ -8,7 +8,7 @@ modification, are permitted provided that the following conditions are met:
     * 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.
-    * Neither the name of the OpenSim Project nor the
+    * Neither the name of the OpenSimulator Project nor the
       names of its contributors may be used to endorse or promote products
       derived from this software without specific prior written permission.
 

+ 1 - 1
OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/IRest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/RestFileServices.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/tests/ITest.cs

@@ -9,7 +9,7 @@
 *     * 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.
-*     * Neither the name of the OpenSim Project nor the
+*     * Neither the name of the OpenSimulator Project nor the
 *       names of its contributors may be used to endorse or promote products
 *       derived from this software without specific prior written permission.
 *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Inventory/tests/Remote.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Regions/GETRegionInfoHandler.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Regions/POSTHandler.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Regions/RegionDetails.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/RestPlugin.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/Rest/RestXmlWriter.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/ScriptEngine/ComponentFactory.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/ScriptEngine/RegionEngineLoader.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/ApplicationPlugins/ScriptEngine/ScriptEnginePlugin.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/AssetDataBase.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/DataPluginFactory.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/GridDataBase.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/IAssetData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/IGridData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/IInventoryData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/ILogData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/IUserData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/IniConfig.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MSSQL/AutoClosingSqlCommand.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MSSQL/MSSQLAssetData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MSSQL/MSSQLEstateData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MSSQL/MSSQLGridData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MSSQL/MSSQLInventoryData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MSSQL/MSSQLLogData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MSSQL/MSSQLManager.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MSSQL/MSSQLRegionData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MSSQL/MSSQLUserData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/Migration.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/MySQLAssetData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/MySQLEstateData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/MySQLGridData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/MySQLInventoryData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/MySQLLogData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/MySQLManager.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/MySQLRegionData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/MySQLUserData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/Properties/AssemblyInfo.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/Tests/MySQLEstateTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/Tests/MySQLGridTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/Tests/MySQLRegionTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/MySQL/Tests/MySQLUserTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/ColorUserType.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/LLQuaternionUserType.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/LLUUIDUserType.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/LLVector3UserType.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/NHibernateAssetData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/NHibernateEstateData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/NHibernateGridData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/NHibernateInventoryData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/NHibernateManager.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/NHibernateRegionData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/NHibernateUserData.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/SByteType.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Terrain.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMsSqlAssetTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMsSqlEstateTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMsSqlGridTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMsSqlInventoryTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMsSqlRegionTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMsSqlUserTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMySQLAssetTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMySQLGridTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMySQLInventoryTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMySQLRegionTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMySQLUserTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateMySqlEstateTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLAssetTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLEstateTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLGridTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLInventoryTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLRegionTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernatePostgreSQLUserTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateSQLiteAssetTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateSQLiteEstateTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateSQLiteGridTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateSQLiteInventoryTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateSQLiteRegionTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

+ 1 - 1
OpenSim/Data/NHibernate/Tests/NHibernateSQLiteUserTest.cs

@@ -9,7 +9,7 @@
  *     * 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.
- *     * Neither the name of the OpenSim Project nor the
+ *     * Neither the name of the OpenSimulator Project nor the
  *       names of its contributors may be used to endorse or promote products
  *       derived from this software without specific prior written permission.
  *

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů