You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
distributed under the License is distributed on an "AS IS" BASIS,
86
86
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
87
87
See the License for the specific language governing permissions and
88
-
limitations under the License.
89
-
90
-
3. The following files: Snappy32NativeMethods.cs, Snappy64NativeMethods.cs, SnappyCodec.cs, SnappyStatus.cs, SnappyNativeTests.cs
91
-
92
-
Original work:
93
-
Copyright (c) 2016 - David Rouyer [email protected] Copyright (c) 2011 - 2014 Robert Važan, Google Inc.
94
-
95
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
96
-
97
-
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
98
-
99
-
* 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.
100
-
101
-
* Neither the name of Robert Važan nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission.
102
-
103
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
104
-
105
-
Modified work:
106
-
Copyright 2020–present MongoDB Inc.
107
-
108
-
Licensed under the Apache License, Version 2.0 (the "License");
109
-
you may not use this file except in compliance with the License.
110
-
You may obtain a copy of the License at
111
-
112
-
http://www.apache.org/licenses/LICENSE-2.0
113
-
114
-
Unless required by applicable law or agreed to in writing, software
115
-
distributed under the License is distributed on an "AS IS" BASIS,
116
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
117
-
See the License for the specific language governing permissions and
118
-
limitations under the License.
119
-
120
-
4. The following files: NativeBufferInfo.cs, Zstandard64NativeMethods.cs, ZstandardNativeWrapper.cs, ZstandardStream.cs
121
-
122
-
Original work:
123
-
Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
124
-
125
-
Redistribution and use in source and binary forms, with or without modification,
126
-
are permitted provided that the following conditions are met:
127
-
128
-
* Redistributions of source code must retain the above copyright notice, this
129
-
list of conditions and the following disclaimer.
130
-
131
-
* Redistributions in binary form must reproduce the above copyright notice,
132
-
this list of conditions and the following disclaimer in the documentation
133
-
and/or other materials provided with the distribution.
134
-
135
-
* Neither the name Facebook nor the names of its contributors may be used to
136
-
endorse or promote products derived from this software without specific
137
-
prior written permission.
138
-
139
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
140
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
141
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
142
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
143
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
144
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
145
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
146
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
147
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
148
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
149
-
150
-
Modified work:
151
-
Copyright 2020–present MongoDB Inc.
152
-
153
-
Licensed under the Apache License, Version 2.0 (the "License");
154
-
you may not use this file except in compliance with the License.
155
-
You may obtain a copy of the License at
156
-
157
-
http://www.apache.org/licenses/LICENSE-2.0
158
-
159
-
Unless required by applicable law or agreed to in writing, software
160
-
distributed under the License is distributed on an "AS IS" BASIS,
161
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
162
-
See the License for the specific language governing permissions and
0 commit comments