From 225dfdc114e6519feaecaaacc19bfdaeca510a1f Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 4 Oct 2020 01:08:07 +0100 Subject: [PATCH] misc: fix up reuse lint --- .reuse/dep5 | 4 ++++ nix/pkgs/bazel-run.nix | 4 ++++ 2 files changed, 8 insertions(+) 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 {