diff --git a/Package.swift b/Package.swift index 2bc0e14..ef1a846 100644 --- a/Package.swift +++ b/Package.swift @@ -1,6 +1,21 @@ // swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. +/* + ** 2022-02-25 + ** + ** The author disclaims copyright to this source code. In place of + ** a legal notice, here is a blessing: + ** + ** May you do good and not evil. + ** May you find forgiveness for yourself and forgive others. + ** May you share freely, never taking more than you give. + ** + ****************************************************************************** + ** + ** Swift Package Manager manifest for the CSQLite package. + */ + import PackageDescription // For pre-update hook support: diff --git a/Tests/CSQLiteTests/CSQLiteTests.swift b/Tests/CSQLiteTests/CSQLiteTests.swift index dfc723a..fa65047 100644 --- a/Tests/CSQLiteTests/CSQLiteTests.swift +++ b/Tests/CSQLiteTests/CSQLiteTests.swift @@ -1,3 +1,18 @@ +/* + ** 2021-06-08 + ** + ** The author disclaims copyright to this source code. In place of + ** a legal notice, here is a blessing: + ** + ** May you do good and not evil. + ** May you find forgiveness for yourself and forgive others. + ** May you share freely, never taking more than you give. + ** + ****************************************************************************** + ** + ** Basic tests of CSQLite functionality. + */ + import XCTest @testable import CSQLite