diff --git a/COPYRIGHT b/COPYRIGHT index a74250b03..8bcb8856e 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,7 @@ - Copyright 2023 Blockchain Technology Partners Limited + Copyright 2023 Paravela Limited Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + you may not use this repository except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/crates/chronicle-domain-lint/src/main.rs b/crates/chronicle-domain-lint/src/main.rs index ac3628b7f..c8344100b 100644 --- a/crates/chronicle-domain-lint/src/main.rs +++ b/crates/chronicle-domain-lint/src/main.rs @@ -5,7 +5,7 @@ fn main() { let version = env!("CARGO_PKG_VERSION"); let cli = Command::new("chronicle-domain-lint") .version(version) - .author("Blockchain Technology Partners") + .author("Paravela Limited") .arg( Arg::new("filenames") .value_hint(ValueHint::FilePath) diff --git a/crates/chronicle-synth/src/generate.rs b/crates/chronicle-synth/src/generate.rs index 1e4df2eb6..4d9377357 100644 --- a/crates/chronicle-synth/src/generate.rs +++ b/crates/chronicle-synth/src/generate.rs @@ -20,7 +20,7 @@ use serde::{Deserialize, Serialize}; #[structopt( name = "chronicle-domain-synth", about = "Generate Chronicle Synth schema for your domain", - author = "Blockchain Technology Partners" + author = "Paravela Limited" )] struct Cli { #[structopt( diff --git a/crates/chronicle/src/bootstrap/cli.rs b/crates/chronicle/src/bootstrap/cli.rs index e1785d113..c7b61ac30 100644 --- a/crates/chronicle/src/bootstrap/cli.rs +++ b/crates/chronicle/src/bootstrap/cli.rs @@ -816,7 +816,7 @@ impl SubCommand for CliModel { fn as_cmd(&self) -> Command { let mut app = Command::new("chronicle") .version(LONG_VERSION) - .author("Blockchain Technology Partners") + .author("Paravela Limited") .about("Write and query provenance data to distributed ledgers") .arg( Arg::new("instrument") diff --git a/crates/gq-subscribe/src/main.rs b/crates/gq-subscribe/src/main.rs index 03330ef76..5b35811a8 100644 --- a/crates/gq-subscribe/src/main.rs +++ b/crates/gq-subscribe/src/main.rs @@ -7,7 +7,7 @@ use tungstenite::{client::IntoClientRequest, connect, Message}; fn main() -> Result<(), anyhow::Error> { let args = Command::new("gq-ws") - .author("Blockchain Technology Partners") + .author("Paravela Limited") .about("Perform GraphQL subscription to a websocket") .arg( Arg::new("request") diff --git a/crates/opa-tp/src/main.rs b/crates/opa-tp/src/main.rs index 8070c5d01..f7d1f5896 100644 --- a/crates/opa-tp/src/main.rs +++ b/crates/opa-tp/src/main.rs @@ -20,7 +20,7 @@ pub const LONG_VERSION: &str = const_format::formatcp!( async fn main() { let matches = Command::new("opa-tp") .version(LONG_VERSION) - .author("Blockchain Technology Partners") + .author("Paravela Limited") .about("PKI and OPA rule storage") .arg( Arg::new("connect") diff --git a/crates/opactl/src/cli.rs b/crates/opactl/src/cli.rs index 499e83141..f08fa9567 100644 --- a/crates/opactl/src/cli.rs +++ b/crates/opactl/src/cli.rs @@ -226,7 +226,7 @@ pub fn cli() -> Command { info!(opa_version = LONG_VERSION); Command::new("opactl") .version(LONG_VERSION) - .author("Blockchain Technology Partners") + .author("Paravela Limited") .about("A command line tool for interacting with the OPA transaction processor") .arg( Arg::new("keystore-path") diff --git a/crates/sawtooth-tp/src/main.rs b/crates/sawtooth-tp/src/main.rs index d6010c1d2..e104f1e12 100644 --- a/crates/sawtooth-tp/src/main.rs +++ b/crates/sawtooth-tp/src/main.rs @@ -20,7 +20,7 @@ pub const LONG_VERSION: &str = const_format::formatcp!( async fn main() { let matches = Command::new("chronicle-sawtooth-tp") .version(LONG_VERSION) - .author("Blockchain Technology Partners") + .author("Paravela Limited") .about("Write and query provenance data to distributed ledgers") .arg( Arg::new("connect") diff --git a/docker/chronicle-test/chronicle-test.dockerfile b/docker/chronicle-test/chronicle-test.dockerfile index 213584101..9683ba9b7 100644 --- a/docker/chronicle-test/chronicle-test.dockerfile +++ b/docker/chronicle-test/chronicle-test.dockerfile @@ -1,5 +1,5 @@ # syntax = docker/dockerfile:1.4 -# Copyright 2022 Blockchain Technology Partners, LLC +# Copyright 2023 Paravela Limited # # 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/docker/opa-builder b/docker/opa-builder index c80bea441..e9494277f 100644 --- a/docker/opa-builder +++ b/docker/opa-builder @@ -1,5 +1,5 @@ # syntax = docker/dockerfile:1.4 -# Copyright (c) 2022-23 Blockchain Technology Partners, LLC +# Copyright 2023 Paravela Limited # # 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/docker/opa-test/opa-test.dockerfile b/docker/opa-test/opa-test.dockerfile index cc3247a7e..ec193f621 100644 --- a/docker/opa-test/opa-test.dockerfile +++ b/docker/opa-test/opa-test.dockerfile @@ -1,5 +1,5 @@ # syntax = docker/dockerfile:1.4 -# Copyright 2022 Blockchain Technology Partners, LLC +# Copyright 2023 Paravela Limited # # 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/docker/unified-builder b/docker/unified-builder index 8eaef69d7..3a3237127 100644 --- a/docker/unified-builder +++ b/docker/unified-builder @@ -1,5 +1,5 @@ # syntax = docker/dockerfile:1.4 -# Copyright (c) 2022-23 Blockchain Technology Partners, LLC +# Copyright 2023 Paravela Limited # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.