diff --git a/.php_cs.dist b/.php_cs.dist index 1410543a..3b915946 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -1,4 +1,8 @@ 'SQLite 3', 'Driver.Service.Curl.Name' => 'HTTP (curl)', diff --git a/sql/SQLite3/0.sql b/sql/SQLite3/0.sql index 9a725a77..b69c295a 100644 --- a/sql/SQLite3/0.sql +++ b/sql/SQLite3/0.sql @@ -1,3 +1,7 @@ +-- SPDX-License-Identifier: MIT +-- Copyright 2017 J. King, Dustin Wilson et al. +-- See LICENSE and AUTHORS files for details + -- metadata create table arsse_meta( key text primary key not null, -- metadata key diff --git a/tests/Conf/TestConf.php b/tests/Conf/TestConf.php index ad2bb137..d03e79c4 100644 --- a/tests/Conf/TestConf.php +++ b/tests/Conf/TestConf.php @@ -1,4 +1,8 @@