aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs
diff options
context:
space:
mode:
authorMike Mazur2009-02-16 02:29:00 +0000
committerMike Mazur2009-02-16 02:29:00 +0000
commit68ed72ee22cb30f2b88802c27eb95e9be8479ce6 (patch)
tree5cc0fdc5208e26cd90f20beed4ece2b58fab50d2 /OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs
parent- add restrictions and error handling to plugin loading in (diff)
downloadopensim-SC_OLD-68ed72ee22cb30f2b88802c27eb95e9be8479ce6.zip
opensim-SC_OLD-68ed72ee22cb30f2b88802c27eb95e9be8479ce6.tar.gz
opensim-SC_OLD-68ed72ee22cb30f2b88802c27eb95e9be8479ce6.tar.bz2
opensim-SC_OLD-68ed72ee22cb30f2b88802c27eb95e9be8479ce6.tar.xz
- replace existing license header in each source file in
AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs44
1 files changed, 21 insertions, 23 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs
index 4ed8d87..6430e2a 100644
--- a/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs
+++ b/OpenSim/Grid/AssetInventoryServer/Plugins/BrowseFrontendPlugin.cs
@@ -1,29 +1,27 @@
1/* 1/*
2 * Copyright (c) 2008 Intel Corporation 2 * Copyright (c) Contributors, http://opensimulator.org/
3 * All rights reserved. 3 * See CONTRIBUTORS.TXT for a full list of copyright holders.
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 4 *
8 * -- Redistributions of source code must retain the above copyright 5 * Redistribution and use in source and binary forms, with or without
9 * notice, this list of conditions and the following disclaimer. 6 * modification, are permitted provided that the following conditions are met:
10 * -- Redistributions in binary form must reproduce the above copyright 7 * * Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer in the 8 * notice, this list of conditions and the following disclaimer.
12 * documentation and/or other materials provided with the distribution. 9 * * Redistributions in binary form must reproduce the above copyright
13 * -- Neither the name of the Intel Corporation nor the names of its 10 * notice, this list of conditions and the following disclaimer in the
14 * contributors may be used to endorse or promote products derived from 11 * documentation and/or other materials provided with the distribution.
15 * this software without specific prior written permission. 12 * * Neither the name of the OpenSimulator Project nor the
13 * names of its contributors may be used to endorse or promote products
14 * derived from this software without specific prior written permission.
16 * 15 *
17 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16 * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY
18 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INTEL OR ITS 19 * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
21 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 */ 26 */
29 27