diff options
Diffstat (limited to 'OpenSim/Framework/CircularBuffer.cs')
-rw-r--r-- | OpenSim/Framework/CircularBuffer.cs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenSim/Framework/CircularBuffer.cs b/OpenSim/Framework/CircularBuffer.cs index e919337..e101938 100644 --- a/OpenSim/Framework/CircularBuffer.cs +++ b/OpenSim/Framework/CircularBuffer.cs | |||
@@ -1,21 +1,21 @@ | |||
1 | /* | 1 | /* |
2 | Copyright (c) 2012, Alex Regueiro | 2 | Copyright (c) 2012, Alex Regueiro |
3 | All rights reserved. | 3 | All rights reserved. |
4 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the | 4 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the |
5 | following conditions are met: | 5 | following conditions are met: |
6 | 6 | ||
7 | Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | 7 | Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
8 | Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer | 8 | Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer |
9 | in the documentation and/or other materials provided with the distribution. | 9 | in the documentation and/or other materials provided with the distribution. |
10 | 10 | ||
11 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | 11 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, |
12 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | 12 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
13 | IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | 13 | IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, |
14 | OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | 14 | OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, |
15 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | 15 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
16 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 16 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
17 | POSSIBILITY OF SUCH DAMAGE. | 17 | POSSIBILITY OF SUCH DAMAGE. |
18 | */ | 18 | */ |
19 | using System; | 19 | using System; |
20 | using System.Collections; | 20 | using System.Collections; |
21 | using System.Collections.Generic; | 21 | using System.Collections.Generic; |