Specify the copyright holders properly

This commit is contained in:
Zahary Karadjov 2018-02-27 19:50:01 +02:00
parent 097b3c2434
commit 7e4e0fc639
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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"