diff --git a/.php_cs.dist b/.php_cs.dist index 1410543..3b91594 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 9a725a7..b69c295 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 ad2bb13..d03e79c 100644 --- a/tests/Conf/TestConf.php +++ b/tests/Conf/TestConf.php @@ -1,4 +1,8 @@