~sircmpwn/hare-tar

e2ead7802501775ee286a2daac434e1e2df4b534 — Ember Sawady 1 year, 10 days ago 565d2a2
simplify copyright headers

use SPDX-License-Identifier and only provide a (c) Hare authors (with
the goal of helping people get back to the stdlib from a vendored copy)
rather than trying to keep an author list up to date. also enforce that
the headers exist and have the right format in ci

Signed-off-by: Ember Sawady <ecs@d2evs.net>
2 files changed, 6 insertions(+), 4 deletions(-)

M reader.ha
M types.ha
M reader.ha => reader.ha +3 -2
@@ 1,5 1,6 @@
// License: MPL-2.0
// (c) 2022 Drew DeVault <sir@cmpwn.com>
// SPDX-License-Identifier: MPL-2.0
// (c) Hare authors <https://harelang.org>

use bytes;
use endian;
use io;

M types.ha => types.ha +3 -2
@@ 1,5 1,6 @@
// License: MPL-2.0
// (c) 2022 Drew DeVault <sir@cmpwn.com>
// SPDX-License-Identifier: MPL-2.0
// (c) Hare authors <https://harelang.org>

use io;

// The size of each block in a tar file.