Add license info

It's easy to pick the apache license because that's what nats.c uses.
It's a permissive license, and there's no need to get fancy here.
This commit is contained in:
2023-08-14 00:29:34 -07:00
parent d957a4605a
commit e935df3060
5 changed files with 224 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// This file is licensed under the CC0 1.0 license.
// See: https://creativecommons.org/publicdomain/zero/1.0/legalcode
const std = @import("std");
const NatsCOptions = struct {