diff --git a/.reuse/dep5 b/.reuse/dep5 index a191568875..6ea299f688 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -11,6 +11,10 @@ Files: third_party/nixpkgs/* Copyright: 2003-2020 Eelco Dolstra and the Nixpkgs/NixOS contributors License: MIT +Files: third_party/tvl/* +Copyright: 2019 Vincent Ambo +License: MIT + # Sample paragraph, commented out: # # Files: src/* diff --git a/nix/pkgs/bazel-run.nix b/nix/pkgs/bazel-run.nix index e9ca8a2a38..90aee41a6d 100644 --- a/nix/pkgs/bazel-run.nix +++ b/nix/pkgs/bazel-run.nix @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Luke Granger-Brown +# +# SPDX-License-Identifier: Apache-2.0 + { pkgs, ... }: let bazelTop = pkgs.buildFHSUserEnv {