diff options
| author | 2021-12-28 17:58:38 +0100 | |
|---|---|---|
| committer | 2021-12-28 17:58:39 +0100 | |
| commit | 52fd7297727060be0723aa5defdeb29f8af40165 (patch) | |
| tree | b64f3f46c4d762d638f97a17e6b097aeb4161db7 /fuzz/sql.dict | |
| parent | fix a panic in Statement.prepare if the query is empty (diff) | |
| download | zig-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.dict | 2 |
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 | # ---------------------- |