summaryrefslogtreecommitdiff
path: root/fuzz/sql.dict
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-12-28 17:58:38 +0100
committerGravatar Vincent Rischmann2021-12-28 17:58:39 +0100
commit52fd7297727060be0723aa5defdeb29f8af40165 (patch)
treeb64f3f46c4d762d638f97a17e6b097aeb4161db7 /fuzz/sql.dict
parentfix a panic in Statement.prepare if the query is empty (diff)
downloadzig-sqlite-52fd7297727060be0723aa5defdeb29f8af40165.tar.gz
zig-sqlite-52fd7297727060be0723aa5defdeb29f8af40165.tar.xz
zig-sqlite-52fd7297727060be0723aa5defdeb29f8af40165.zip
fuzz: add apache 2 license and copyright notice to sql.dict
Diffstat (limited to 'fuzz/sql.dict')
-rw-r--r--fuzz/sql.dict2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzz/sql.dict b/fuzz/sql.dict
index 92ec3ca..7121062 100644
--- a/fuzz/sql.dict
+++ b/fuzz/sql.dict
@@ -1,4 +1,6 @@
1# Taken from https://github.com/google/oss-fuzz/blob/f64134b0b3c2b27a4283e55581d41d83d3c3a64f/projects/sqlite3/sql.dict 1# Taken from https://github.com/google/oss-fuzz/blob/f64134b0b3c2b27a4283e55581d41d83d3c3a64f/projects/sqlite3/sql.dict
2# This code is licensed under the Apache License 2.0, which you can find in the file LICENSE.apache2
3# This code is Copyright Google.
2# 4#
3# AFL dictionary for SQL 5# AFL dictionary for SQL
4# ---------------------- 6# ----------------------