aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs47
1 files changed, 24 insertions, 23 deletions
diff --git a/OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs b/OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs
index 0ea2f64..cd9004a 100644
--- a/OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs
+++ b/OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs
@@ -1,27 +1,28 @@
1/* 1/*
2 * Copyright (C) 2015, Cinder Roxley <cinder@sdf.org> 2 * Copyright (c) Contributors, http://opensimulator.org/
3 * 3 * See CONTRIBUTORS.TXT for a full list of copyright holders.
4 * Permission is hereby granted, free of charge, to any person or organization 4 *
5 * obtaining a copy of the software and accompanying documentation covered by 5 * Redistribution and use in source and binary forms, with or without
6 * this license (the "Software") to use, reproduce, display, distribute, 6 * modification, are permitted provided that the following conditions are met:
7 * execute, and transmit the Software, and to prepare derivative works of the 7 * * Redistributions of source code must retain the above copyright
8 * Software, and to permit third-parties to whom the Software is furnished to 8 * notice, this list of conditions and the following disclaimer.
9 * do so, all subject to the following: 9 * * Redistributions in binary form must reproduce the above copyright
10 * 10 * notice, this list of conditions and the following disclaimer in the
11 * The copyright notices in the Software and this entire statement, including 11 * documentation and/or other materials provided with the distribution.
12 * the above license grant, this restriction and the following disclaimer, 12 * * Neither the name of the OpenSimulator Project nor the
13 * must be included in all copies of the Software, in whole or in part, and 13 * names of its contributors may be used to endorse or promote products
14 * all derivative works of the Software, unless such copies or derivative 14 * derived from this software without specific prior written permission.
15 * works are solely in the form of machine-executable object code generated by 15 *
16 * a source language processor. 16 * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY
17 * 17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
20 * FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT 20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21 * SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE 21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22 * FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, 22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * DEALINGS IN THE SOFTWARE. 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */ 26 */
26 27
27using System; 28using System;