commit 60144a841f32e0eeab723639ad5a00839aa607a2 parent 0deaf9b34e69a5b774bc390103d5e31ce8c207b8 Author: Drew DeVault <sir@cmpwn.com> Date: Wed, 3 Jul 2024 12:51:50 +0200 Add missing copyright headers Signed-off-by: Drew DeVault <sir@cmpwn.com> Diffstat:
M | unix/hosts/errors.ha | | | 3 | +++ |
M | unix/resolvconf/errors.ha | | | 3 | +++ |
M | unix/resolvconf/types.ha | | | 3 | +++ |
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/unix/hosts/errors.ha b/unix/hosts/errors.ha @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MPL-2.0 +// (c) Hare authors <https://harelang.org> + use encoding::utf8; use fs; use io; diff --git a/unix/resolvconf/errors.ha b/unix/resolvconf/errors.ha @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MPL-2.0 +// (c) Hare authors <https://harelang.org> + use errors; use encoding::utf8; use io; diff --git a/unix/resolvconf/types.ha b/unix/resolvconf/types.ha @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MPL-2.0 +// (c) Hare authors <https://harelang.org> + use net::ip; // A list of [[net::ip::subnet]]s.