diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-08T21·14+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-28T13·36+0100 |
commit | 08116dbf51a771e148b11ed3486632a6ac11bca7 (patch) | |
tree | df26ed53cce014fc8c615fb7936bb495ba601af6 /yants.nix | |
parent | bc130254bc5666e135382ce9f58e8ea96f5ba47e (diff) |
chore: Add Google's copyright header
Diffstat (limited to 'yants.nix')
-rw-r--r-- | yants.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yants.nix b/yants.nix index a00d084392d3..a24792f8a5e4 100644 --- a/yants.nix +++ b/yants.nix @@ -1,3 +1,6 @@ +# Copyright 2019 Google LLC +# SPDX-License-Identifier: Apache-2.0 +# # Provides a "type-system" for Nix that provides various primitive & # polymorphic types as well as the ability to define & check records. # |