Skip to content

Commit

Permalink
docs: update ownership following IP assignation
Browse files Browse the repository at this point in the history
Signed-off-by: duncanjw <[email protected]>
  • Loading branch information
duncanjw committed Dec 9, 2023
1 parent c9a52fe commit f52ed3d
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/chronicle-domain-lint/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion crates/chronicle-synth/src/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion crates/chronicle/src/bootstrap/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion crates/gq-subscribe/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion crates/opa-tp/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion crates/opactl/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion crates/sawtooth-tp/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion docker/chronicle-test/chronicle-test.dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docker/opa-builder
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docker/opa-test/opa-test.dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docker/unified-builder
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f52ed3d

Please sign in to comment.