From 72f0ba00fc81f281fdd57c451e667bdd97ae76f3 Mon Sep 17 00:00:00 2001 From: Gary Yu Date: Wed, 28 Aug 2019 11:09:28 +0800 Subject: [PATCH] fix the source copyright notice of grin_wallet_relay crate --- grinrelay/Cargo.toml | 2 +- grinrelay/src/bech32.rs | 1 + grinrelay/src/crypto.rs | 1 + grinrelay/src/error.rs | 1 + grinrelay/src/grinrelay.rs | 1 + grinrelay/src/grinrelay_address.rs | 1 + grinrelay/src/hasher.rs | 1 + grinrelay/src/lib.rs | 2 +- grinrelay/src/message.rs | 1 + grinrelay/src/protocol.rs | 1 + grinrelay/src/tx_proof.rs | 1 + grinrelay/src/types.rs | 1 + 12 files changed, 12 insertions(+), 2 deletions(-) diff --git a/grinrelay/Cargo.toml b/grinrelay/Cargo.toml index ef5317bf8..fb20773d2 100644 --- a/grinrelay/Cargo.toml +++ b/grinrelay/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "grin_wallet_relay" version = "2.0.1-beta.3" -authors = ["Gary Yu "] +authors = ["Gotts Developers "] description = "Grin Relay API" license = "Apache-2.0" repository = "https://github.com/gottstech/grin-wallet" diff --git a/grinrelay/src/bech32.rs b/grinrelay/src/bech32.rs index 5c934849d..882e03a72 100644 --- a/grinrelay/src/bech32.rs +++ b/grinrelay/src/bech32.rs @@ -1,4 +1,5 @@ // Copyright (c) 2017 Clark Moody +// Modifications Copyright 2019 The Gotts Developers // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/grinrelay/src/crypto.rs b/grinrelay/src/crypto.rs index a734110f8..ba485fa5c 100644 --- a/grinrelay/src/crypto.rs +++ b/grinrelay/src/crypto.rs @@ -1,4 +1,5 @@ // Copyright 2018 The Vault713 Developers +// Modifications Copyright 2019 The Gotts Developers // // 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/grinrelay/src/error.rs b/grinrelay/src/error.rs index 56d6b9bc1..769826345 100644 --- a/grinrelay/src/error.rs +++ b/grinrelay/src/error.rs @@ -1,4 +1,5 @@ // Copyright 2018 The Vault713 Developers +// Modifications Copyright 2019 The Gotts Developers // // 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/grinrelay/src/grinrelay.rs b/grinrelay/src/grinrelay.rs index b16f96c32..95ba5ea5a 100644 --- a/grinrelay/src/grinrelay.rs +++ b/grinrelay/src/grinrelay.rs @@ -1,4 +1,5 @@ // Copyright 2018 The Vault713 Developers +// Modifications Copyright 2019 The Gotts Developers // // 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/grinrelay/src/grinrelay_address.rs b/grinrelay/src/grinrelay_address.rs index e9b557902..643ed26db 100644 --- a/grinrelay/src/grinrelay_address.rs +++ b/grinrelay/src/grinrelay_address.rs @@ -1,4 +1,5 @@ // Copyright 2018 The Vault713 Developers +// Modifications Copyright 2019 The Gotts Developers // // 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/grinrelay/src/hasher.rs b/grinrelay/src/hasher.rs index 6a7fc28d1..316fd17a6 100644 --- a/grinrelay/src/hasher.rs +++ b/grinrelay/src/hasher.rs @@ -1,4 +1,5 @@ // Copyright 2018 The Vault713 Developers +// Modifications Copyright 2019 The Gotts Developers // // 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/grinrelay/src/lib.rs b/grinrelay/src/lib.rs index fd1c25979..2c3ea7a96 100644 --- a/grinrelay/src/lib.rs +++ b/grinrelay/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019 Gary Yu +// Copyright 2019 The Gotts Developers // // 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/grinrelay/src/message.rs b/grinrelay/src/message.rs index a53417453..1024a3320 100644 --- a/grinrelay/src/message.rs +++ b/grinrelay/src/message.rs @@ -1,4 +1,5 @@ // Copyright 2018 The Vault713 Developers +// Modifications Copyright 2019 The Gotts Developers // // 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/grinrelay/src/protocol.rs b/grinrelay/src/protocol.rs index b7f7da6ec..4ecd4a15e 100644 --- a/grinrelay/src/protocol.rs +++ b/grinrelay/src/protocol.rs @@ -1,4 +1,5 @@ // Copyright 2018 The Vault713 Developers +// Modifications Copyright 2019 The Gotts Developers // // 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/grinrelay/src/tx_proof.rs b/grinrelay/src/tx_proof.rs index 5c900124a..96c6f9654 100644 --- a/grinrelay/src/tx_proof.rs +++ b/grinrelay/src/tx_proof.rs @@ -1,4 +1,5 @@ // Copyright 2018 The Vault713 Developers +// Modifications Copyright 2019 The Gotts Developers // // 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/grinrelay/src/types.rs b/grinrelay/src/types.rs index fa4a28181..e4862ec32 100644 --- a/grinrelay/src/types.rs +++ b/grinrelay/src/types.rs @@ -1,4 +1,5 @@ // Copyright 2018 The Vault713 Developers +// Modifications Copyright 2019 The Gotts Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.