Add public domain statement
This commit is contained in:
parent
f67c1c2737
commit
3b265c5076
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue