Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Replace Ethcore comany name in T&C and some other places (#5796)
Browse files Browse the repository at this point in the history
* Replace ethcore in terms and conditions

* Replace ethcore company name in various places

* Fix casing in t&c
  • Loading branch information
Afri authored and gavofyork committed Jun 9, 2017
1 parent f86457f commit 1349b4b
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion js/src/lib.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl WebApp for App {
Info {
name: "Parity UI",
version: env!("CARGO_PKG_VERSION"),
author: "Ethcore <[email protected]>",
author: "Parity <[email protected]>",
description: "New UI for Parity.",
icon_url: "icon.png",
}
Expand Down
126 changes: 63 additions & 63 deletions js/src/modals/FirstRun/TnC/tnc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/src/modals/FirstRun/Welcome/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class FirstRun extends Component {
<div className={ styles.welcome }>
<img
src={ imagesEthcore }
alt='Ethcore Ltd.'
alt='Parity Ltd.'
style={ LOGO_STYLE }
/>
<p>
Expand Down
2 changes: 1 addition & 1 deletion nsis/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
!define SYNC_TERM 0x00100001

!define APPNAME "Parity"
!define COMPANYNAME "Ethcore"
!define COMPANYNAME "Parity"
!define DESCRIPTION "Fast, light, robust Ethereum implementation"
!define VERSIONMAJOR 1
!define VERSIONMINOR 7
Expand Down
2 changes: 1 addition & 1 deletion rpc_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ethcore <[email protected]>"]
authors = ["Parity <[email protected]>"]
description = "Parity Cli Tool"
homepage = "http://parity.io"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Ethcore <[email protected]>"]
authors = ["Parity <[email protected]>"]
description = "Parity Rpc Client"
homepage = "http://parity.io"
license = "GPL-3.0"
Expand Down

0 comments on commit 1349b4b

Please sign in to comment.