From 30df17eae2a038857002f8e9d2ada91678ab9226 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Mon, 15 Mar 2021 20:48:04 +0100 Subject: [PATCH] Add licensing information --- windows/NSISCopyRegistryKey/README.txt | 4 +++- windows/NSISCopyRegistryKey/registry.nsh | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/NSISCopyRegistryKey/README.txt b/windows/NSISCopyRegistryKey/README.txt index d1d65aca8e..57444216bd 100644 --- a/windows/NSISCopyRegistryKey/README.txt +++ b/windows/NSISCopyRegistryKey/README.txt @@ -1,3 +1,5 @@ See original source for the registry.nsh file: -https://nsis.sourceforge.io/Copy_Registry_Key \ No newline at end of file +https://nsis.sourceforge.io/Copy_Registry_Key + +This code was developed by Iceman_K and follows the license described in the file ../nsProcess/COPYING diff --git a/windows/NSISCopyRegistryKey/registry.nsh b/windows/NSISCopyRegistryKey/registry.nsh index a49b48a8fe..1e6583e7b9 100644 --- a/windows/NSISCopyRegistryKey/registry.nsh +++ b/windows/NSISCopyRegistryKey/registry.nsh @@ -1,3 +1,4 @@ +; EDIT by ann0see: See the README.txt file in this folder !ifndef REGISTRY_NSH !define REGISTRY_NSH !include "${NSISDIR}\Examples\System\system.nsh"