Skip to content

Commit e93b34b

Browse files
authored
Merge pull request #501 from sparklemotion/flavorjones-update-license
dev: update license copyright date and owners
2 parents 1cdaa42 + 8044ad2 commit e93b34b

File tree

5 files changed

+22
-46
lines changed

5 files changed

+22
-46
lines changed

LICENSE

+18-22
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
1-
Copyright (c) 2004, Jamis Buck ([email protected])
2-
All rights reserved.
1+
Copyright (c) 2004-2024, Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio, et al.
32

4-
Redistribution and use in source and binary forms, with or without
5-
modification, are permitted provided that the following conditions are met:
3+
Redistribution and use in source and binary forms, with or without modification, are permitted
4+
provided that the following conditions are met:
65

7-
* Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
6+
1. Redistributions of source code must retain the above copyright notice, this list of conditions
7+
and the following disclaimer.
98

10-
* Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in the
12-
documentation and/or other materials provided with the distribution.
9+
2. Redistributions in binary form must reproduce the above copyright notice, this list of
10+
conditions and the following disclaimer in the documentation and/or other materials provided with
11+
the distribution.
1312

14-
* The names of its contributors may not be used to endorse or promote
15-
products derived from this software without specific prior written
16-
permission.
13+
3. Neither the name of the copyright holder nor the names of its contributors may be used to
14+
endorse or promote products derived from this software without specific prior written permission.
1715

18-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
22-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
17+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
18+
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
19+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
22+
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
23+
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

LICENSE-DEPENDENCIES

-20
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ See [`CONTRIBUTING.md`](./CONTRIBUTING.md).
175175

176176
This library is licensed under `BSD-3-Clause`, see [`LICENSE`](./LICENSE).
177177

178-
179178
### Dependencies
180179

181-
The source code of `sqlite` is distributed in the "ruby platform" gem. This code is public domain, see [`LICENSE-DEPENDENCIES`](./LICENSE-DEPENDENCIES) for details.
180+
The source code of `sqlite` is distributed in the "ruby platform" gem. This code is public domain,
181+
see https://www.sqlite.org/copyright.html for details.

rakelib/check-manifest.rake

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
desc "Perform a sanity check on the gemspec file list"
66
task :check_manifest do
77
ignore_directories = %w{
8-
.bundle
98
.DS_Store
9+
.bundle
1010
.git
1111
.github
12+
.ruby-lsp
1213
bin
1314
doc
1415
gems

sqlite3.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Gem::Specification.new do |s|
4242
"FAQ.md",
4343
"INSTALLATION.md",
4444
"LICENSE",
45-
"LICENSE-DEPENDENCIES",
4645
"README.md",
4746
"dependencies.yml",
4847
"ext/sqlite3/aggregator.c",

0 commit comments

Comments
 (0)