From 7420711d9e1d5de0b10985e186609165d21a1bfb Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Wed, 20 Mar 2019 09:04:32 +0200 Subject: [PATCH] Electric Coin Company --- code_of_conduct.md | 2 +- contrib/debian/control | 2 +- contrib/debian/copyright | 2 +- zcutil/make-release.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code_of_conduct.md b/code_of_conduct.md index 82446d383..ceb5f506d 100644 --- a/code_of_conduct.md +++ b/code_of_conduct.md @@ -25,7 +25,7 @@ reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. Note that contributors may be volunteers -who do not represent Zcash Company. They are free to express their own +who do not represent Electric Coin Company. They are free to express their own opinions so long as they adhere to these guidelines. By adopting this Code of Conduct, project maintainers commit themselves to diff --git a/contrib/debian/control b/contrib/debian/control index b0c220cf0..c2c9d17d5 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -1,7 +1,7 @@ Source: zcash Section: utils Priority: optional -Maintainer: Zcash Company +Maintainer: Electric Coin Company Homepage: https://z.cash Build-Depends: autoconf, automake, bsdmainutils, build-essential, git, g++-multilib, libc6-dev, libtool, diff --git a/contrib/debian/copyright b/contrib/debian/copyright index 14cbe9e9a..de1fdf97d 100644 --- a/contrib/debian/copyright +++ b/contrib/debian/copyright @@ -1,6 +1,6 @@ Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: Zcash -Upstream-Contact: Zcash Company +Upstream-Contact: Electric Coin Company Source: https://github.com/zcash/zcash Files: * diff --git a/zcutil/make-release.py b/zcutil/make-release.py index bc47d0b19..303048ed0 100755 --- a/zcutil/make-release.py +++ b/zcutil/make-release.py @@ -292,7 +292,7 @@ def gen_release_notes(release, releasefrom): @phase('Updating debian changelog.') def update_debian_changelog(release): os.environ['DEBEMAIL'] = 'team@z.cash' - os.environ['DEBFULLNAME'] = 'Zcash Company' + os.environ['DEBFULLNAME'] = 'Electric Coin Company' sh_log( 'debchange', '--newversion', release.debversion,