From 0faa47c86f7d14e6481b1272029e14df39007ccd Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Wed, 21 Sep 2022 22:30:40 +0000 Subject: [PATCH] fixup ssh: license header --- modules/services/openssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/openssh.nix b/modules/services/openssh.nix index d9fd433..8146f2b 100644 --- a/modules/services/openssh.nix +++ b/modules/services/openssh.nix @@ -1,3 +1,5 @@ +# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE. + # Parts from nixpkgs/nixos/modules/services/networking/ssh/sshd.nix # MIT Licensed. Copyright (c) 2003-2022 Eelco Dolstra and the Nixpkgs/NixOS contributors