From a84015f33d53161428e59978016e5f9fc1976e41 Mon Sep 17 00:00:00 2001 From: Victor Schubert Date: Tue, 19 Apr 2022 22:07:51 +0200 Subject: [PATCH] add license headers --- sodium_fmt.ml | 17 +++++++++++++++++ sodium_fmt.mli | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/sodium_fmt.ml b/sodium_fmt.ml index 40adafd..b87218a 100644 --- a/sodium_fmt.ml +++ b/sodium_fmt.ml @@ -1,3 +1,20 @@ +(* + * This file is part of sodium-fmt (https://git.sr.ht/~schube/sodium-fmt). + * Copyright © 2022 Victor Schubert. + * + * sodium-fmt is free software: you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) any later + * version. + * + * sodium-fmt is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR + * A PARTICULAR PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with + * sodium-fmt. If not, see . + *) + open Fmt let base64 : bytes Fmt.t = diff --git a/sodium_fmt.mli b/sodium_fmt.mli index ac7d5e9..d113e05 100644 --- a/sodium_fmt.mli +++ b/sodium_fmt.mli @@ -1,3 +1,20 @@ +(* + * This file is part of sodium-fmt (https://git.sr.ht/~schube/sodium-fmt). + * Copyright © 2022 Victor Schubert. + * + * sodium-fmt is free software: you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free Software + * Foundation, either version 3 of the License, or (at your option) any later + * version. + * + * sodium-fmt is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR + * A PARTICULAR PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with + * sodium-fmt. If not, see . + *) + (** {!Box} defines formatters for types defined in [Sodium.Box]. *) module Box : sig open Sodium.Box -- 2.45.2