From 956dd6b8163bbde1c0500eb6aedbd5d8f43f5d79 Mon Sep 17 00:00:00 2001 From: Garrick Ollivander Date: Sun, 13 Nov 2016 12:45:44 +0100 Subject: [PATCH] fix file headers: Developer -> Grin Developer --- core/src/core/block.rs | 2 +- core/src/core/hash.rs | 2 +- core/src/core/transaction.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/core/block.rs b/core/src/core/block.rs index b7826ac13..9be84eb81 100644 --- a/core/src/core/block.rs +++ b/core/src/core/block.rs @@ -1,4 +1,4 @@ -// Copyright 2016 The Developers +// Copyright 2016 The Grin 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/core/src/core/hash.rs b/core/src/core/hash.rs index 8ae400c61..bf7940ea7 100644 --- a/core/src/core/hash.rs +++ b/core/src/core/hash.rs @@ -1,4 +1,4 @@ -// Copyright 2016 The Developers +// Copyright 2016 The Grin 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/core/src/core/transaction.rs b/core/src/core/transaction.rs index 91852e165..368d7a5d7 100644 --- a/core/src/core/transaction.rs +++ b/core/src/core/transaction.rs @@ -1,4 +1,4 @@ -// Copyright 2016 The Developers +// Copyright 2016 The Grin Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.