From 7e4e0fc639b414ff48c04c4bf7d5cec4bc18f0da Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 27 Feb 2018 19:50:01 +0200 Subject: [PATCH] Specify the copyright holders properly --- LICENSE | 2 +- secp256k1.nimble | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 261eeb9..782d1bf 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2018 Status Research & Development GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/secp256k1.nimble b/secp256k1.nimble index e65dc5f..515d082 100644 --- a/secp256k1.nimble +++ b/secp256k1.nimble @@ -2,9 +2,9 @@ mode = ScriptMode.Verbose packageName = "secp256k1" version = "0.1.0" -author = "Zahary Karadjov" +author = "Status Research & Development GmbH" description = "A wrapper for the libsecp256k1 C library" -license = "Apache2" +license = "Apache License 2.0" skipDirs = @["tests"] requires "nim >= 0.17.0"