summary refs log tree commit diff
path: root/ripple/website/build.nix
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-06-12 11:34:55 +0000
committeredef <edef@unfathomable.blue>2022-06-12 11:35:34 +0000
commitdbaf4a91d26e684b826dd52bc39f92694629bf6a (patch)
treeb0f7b69527d984703780eabbd3202bf7a1cce686 /ripple/website/build.nix
parente0c4b694b53da86e520dfd5755b484a9b60c2878 (diff)
ripple/website: add SPDX annotations
We haven't picked a license for our web content yet, so this is
LicenseRef-NONE for now.

Change-Id: Iabfc35860cb8ad0025624161214b1cbb6574e0c5
Diffstat (limited to 'ripple/website/build.nix')
-rw-r--r--ripple/website/build.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ripple/website/build.nix b/ripple/website/build.nix
index b87c642..b7cfe64 100644
--- a/ripple/website/build.nix
+++ b/ripple/website/build.nix
@@ -1,2 +1,5 @@
+# SPDX-FileCopyrightText: V <v@unfathomable.blue>
+# SPDX-License-Identifier: LicenseRef-NONE
+
 let pkgs = import <nixpkgs> {};
 in pkgs.callPackage ./default.nix {}