@@ -87,30 +87,34 @@ OTHER DEALINGS IN THE SOFTWARE.
87
87
88
88
------------------------------------------------------------------------------
89
89
90
- This work uses the 'github.com/mattn/go-sqlite3 ' module for Go:
90
+ This work uses the 'modernc.org/sqlite ' module for Go:
91
91
92
- go-sqlite3
93
- The MIT License (MIT)
92
+ Copyright (c) 2017 The Sqlite Authors. All rights reserved.
94
93
95
- Copyright (c) 2014 Yasuhiro Matsumoto
96
-
97
- Permission is hereby granted, free of charge, to any person obtaining a copy
98
- of this software and associated documentation files (the "Software"), to deal
99
- in the Software without restriction, including without limitation the rights
100
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
101
- copies of the Software, and to permit persons to whom the Software is
102
- furnished to do so, subject to the following conditions:
103
-
104
- The above copyright notice and this permission notice shall be included in all
105
- copies or substantial portions of the Software.
106
-
107
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
108
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
109
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
110
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
111
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
112
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
113
- SOFTWARE.
94
+ Redistribution and use in source and binary forms, with or without
95
+ modification, are permitted provided that the following conditions are met:
96
+
97
+ 1. Redistributions of source code must retain the above copyright notice, this
98
+ list of conditions and the following disclaimer.
99
+
100
+ 2. Redistributions in binary form must reproduce the above copyright notice,
101
+ this list of conditions and the following disclaimer in the documentation
102
+ and/or other materials provided with the distribution.
103
+
104
+ 3. Neither the name of the copyright holder nor the names of its contributors
105
+ may be used to endorse or promote products derived from this software without
106
+ specific prior written permission.
107
+
108
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
109
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
110
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
111
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
112
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
113
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
114
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
115
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
116
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
117
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
114
118
115
119
------------------------------------------------------------------------------
116
120
0 commit comments