Add public domain statement

This commit is contained in:
Stephen F. Booth 2022-07-21 13:54:21 -05:00
parent f67c1c2737
commit 3b265c5076
No known key found for this signature in database
GPG Key ID: 900AAC885063A183
2 changed files with 30 additions and 0 deletions

View File

@ -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:

View File

@ -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