From f39b5a8a0dc94fd5226438791c1291e2f8186f91 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 12 Apr 2021 15:52:51 +0200 Subject: [PATCH] docs(readTree): Add SPDX license header on readTree Change-Id: I9a6eafa7d4bb3d590dfa35d368adfd25aeed7f64 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2936 Reviewed-by: Profpatsch Tested-by: BuildkiteCI --- LICENSE | 1 + nix/readTree/default.nix | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/LICENSE b/LICENSE index 904a76ed0..bdc72a2e0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) Copyright (c) 2019 Vincent Ambo +Copyright (c) 2020-2021 The TVL Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/nix/readTree/default.nix b/nix/readTree/default.nix index ce4c7f032..1f0de59e1 100644 --- a/nix/readTree/default.nix +++ b/nix/readTree/default.nix @@ -1,3 +1,9 @@ +# Copyright (c) 2019 Vincent Ambo +# Copyright (c) 2020-2021 The TVL Authors +# SPDX-License-Identifier: MIT +# +# Provides a function to automatically read a a filesystem structure +# into a Nix attribute set. { ... }: let