Add public domain license and copyright headers

- Added LICENSE file with Unlicense (public domain dedication)
- Added public domain headers to all main source files
- Updated README to mention public domain status
- All code is free and unencumbered, released into the public domain

Anyone is free to use this code for any purpose without restriction.
This commit is contained in:
jack
2025-07-04 16:21:49 +02:00
parent 87d4455c25
commit 0ab1f2ecfd
9 changed files with 84 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
//
// BinaryProtocol.swift
// bitchat
//
// This is free and unencumbered software released into the public domain.
// For more information, see <https://unlicense.org>
//
import Foundation
extension Data {
+8
View File
@@ -1,3 +1,11 @@
//
// BitchatProtocol.swift
// bitchat
//
// This is free and unencumbered software released into the public domain.
// For more information, see <https://unlicense.org>
//
import Foundation
import CryptoKit