Skip to content

Commit 1a1d7b2

Browse files
committed
Change license to 0BSD.
1 parent 20ac522 commit 1a1d7b2

File tree

4 files changed

+17
-29
lines changed

4 files changed

+17
-29
lines changed

LICENSE

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
BSD Zero Clause License
2+
3+
Copyright (c) 2023 by Apparata AB
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14+
PERFORMANCE OF THIS SOFTWARE.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// swift-tools-version:5.8
1+
// swift-tools-version:5.10
22

33
import PackageDescription
44

55
let package = Package(
66
name: "SQLiteKit",
77
platforms: [
8-
.macOS(.v12), .iOS(.v15), .tvOS(.v15)
8+
.macOS(.v12), .iOS(.v15), .tvOS(.v15), .visionOS(.v1)
99
],
1010
products: [
1111
.library(name: "SQLiteKit", targets: ["SQLiteKit"])

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# SQLiteKit
22

3-
[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-4BC51D.svg?style=flat)](https://swift.org/package-manager/) ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg) ![language Swift 5.1](https://img.shields.io/badge/language-Swift%205.1-orange.svg) ![platform macOS](https://img.shields.io/badge/platform-macOS-lightgrey.svg) ![platform Linux](https://img.shields.io/badge/platform-Linux-lightgrey.svg)
4-
53
Simple Swift wrapper for accessing a `.sqlite3` database in a thread safe manner.
64

75
## License
86

9-
SQLiteKit is public domain. See UNLICENSE file for details.
7+
SQLiteKit is licensed under 0BSD. See LICENSE file for details.
108

119
# Table of Contents
1210

UNLICENSE

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)