Skip to content

Commit d48a6e3

Browse files
committed
sqlite copyrights
1 parent 70afe49 commit d48a6e3

File tree

4 files changed

+108
-3
lines changed

4 files changed

+108
-3
lines changed

graalpython/com.oracle.graal.python.cext/modules/_sqlite3.c

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,42 @@
1-
/* Copyright (c) 2021, 2022, Oracle and/or its affiliates.
2-
* Copyright (C) 1996-2021 Python Software Foundation
1+
/*
2+
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
3+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
34
*
4-
* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
5+
* The Universal Permissive License (UPL), Version 1.0
6+
*
7+
* Subject to the condition set forth below, permission is hereby granted to any
8+
* person obtaining a copy of this software, associated documentation and/or
9+
* data (collectively the "Software"), free of charge and under any and all
10+
* copyright rights in the Software, and any and all patent rights owned or
11+
* freely licensable by each licensor hereunder covering either (i) the
12+
* unmodified Software as contributed to or provided by such licensor, or (ii)
13+
* the Larger Works (as defined below), to deal in both
14+
*
15+
* (a) the Software, and
16+
*
17+
* (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
18+
* one is included with the Software each a "Larger Work" to which the Software
19+
* is contributed by such licensors),
20+
*
21+
* without restriction, including without limitation the rights to copy, create
22+
* derivative works of, display, perform, and distribute the Software and make,
23+
* use, sell, offer for sale, import, export, have made, and have sold the
24+
* Software and the Larger Work(s), and to sublicense the foregoing rights on
25+
* either these or other terms.
26+
*
27+
* This license is subject to the following condition:
28+
*
29+
* The above copyright notice and either this complete permission notice or at a
30+
* minimum a reference to the UPL must be included in all copies or substantial
31+
* portions of the Software.
32+
*
33+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39+
* SOFTWARE.
540
*/
641

742
#include "_sqlite/cache.c"

mx.graalpython/copyrights/overrides

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,30 @@ graalpython/com.oracle.graal.python.cext/modules/clinic/memoryobject.c.h,python.
206206
graalpython/com.oracle.graal.python.cext/modules/clinic/pyexpat.c.h,python.copyright
207207
graalpython/com.oracle.graal.python.cext/modules/clinic/unicodedata.c.h,python.copyright
208208
graalpython/com.oracle.graal.python.cext/modules/pyexpat.c,python.copyright
209+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/cache.c,pysqlite.copyright
210+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/cache.h,pysqlite.copyright
211+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/clinic/connection.c.h,no.copyright
212+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/clinic/cursor.c.h,no.copyright
213+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/clinic/module.c.h,no.copyright
214+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/clinic/row.c.h,no.copyright
215+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/connection.c,pysqlite.copyright
216+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/connection.h,pysqlite.copyright
217+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/cursor.c,pysqlite.copyright
218+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/cursor.h,pysqlite.copyright
219+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/microprotocols.c,pysqlite2.copyright
220+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/microprotocols.h,pysqlite2.copyright
221+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/module.c,pysqlite.copyright
222+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/module.h,pysqlite.copyright
223+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/prepare_protocol.c,pysqlite.copyright
224+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/prepare_protocol.h,pysqlite.copyright
225+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/row.c,pysqlite.copyright
226+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/row.h,pysqlite.copyright
227+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/sqlite/sqlite3.c,no.copyright
228+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/sqlite/sqlite3.h,no.copyright
229+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/statement.c,pysqlite.copyright
230+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/statement.h,pysqlite.copyright
231+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/util.c,pysqlite.copyright
232+
graalpython/com.oracle.graal.python.cext/modules/_sqlite/util.h,pysqlite.copyright
209233
graalpython/com.oracle.graal.python.cext/modules/sre.h,python.copyright
210234
graalpython/com.oracle.graal.python.cext/modules/sre_constants.h,python.copyright
211235
graalpython/com.oracle.graal.python.cext/modules/sre_lib.h,python.copyright
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/\* .*
2+
\*
3+
\* Copyright \(C\) 20..-20.. Gerhard Häring <gh@ghaering.de>
4+
\*
5+
\* This file is part of pysqlite.
6+
\*
7+
\* This software is provided 'as-is', without any express or implied
8+
\* warranty. In no event will the authors be held liable for any damages
9+
\* arising from the use of this software.
10+
\*
11+
\* Permission is granted to anyone to use this software for any purpose,
12+
\* including commercial applications, and to alter it and redistribute it
13+
\* freely, subject to the following restrictions:
14+
\*
15+
\* 1. The origin of this software must not be misrepresented; you must not
16+
\* claim that you wrote the original software. If you use this software
17+
\* in a product, an acknowledgment in the product documentation would be
18+
\* appreciated but is not required.
19+
\* 2. Altered source versions must be plainly marked as such, and must not be
20+
\* misrepresented as being the original software.
21+
\* 3. This notice may not be removed or altered from any source distribution.
22+
.*
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/\* .*
2+
\*
3+
\* Copyright \(C\) 20..-20.. Federico Di Gregorio <fog@debian.org>
4+
\*
5+
\* This file is part of psycopg and was adapted for pysqlite. Federico Di
6+
\* Gregorio gave the permission to use it within pysqlite under the following
7+
\* license:
8+
\*
9+
\* This software is provided 'as-is', without any express or implied
10+
\* warranty. In no event will the authors be held liable for any damages
11+
\* arising from the use of this software.
12+
\*
13+
\* Permission is granted to anyone to use this software for any purpose,
14+
\* including commercial applications, and to alter it and redistribute it
15+
\* freely, subject to the following restrictions:
16+
\*
17+
\* 1. The origin of this software must not be misrepresented; you must not
18+
\* claim that you wrote the original software. If you use this software
19+
\* in a product, an acknowledgment in the product documentation would be
20+
\* appreciated but is not required.
21+
\* 2. Altered source versions must be plainly marked as such, and must not be
22+
\* misrepresented as being the original software.
23+
\* 3. This notice may not be removed or altered from any source distribution.
24+
.*

0 commit comments

Comments
 (0)