Skip to content

Commit

Permalink
Change Copyright to Trace Machina, Inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
allada committed Sep 14, 2023
1 parent 66c403d commit d8685ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ This project was first created due to frustration with similar projects not work

# License

Software is licensed under the Apache 2.0 License. Copyright 2020-2023 Nathan (Blaise) Bruer
Software is licensed under the Apache 2.0 License. Copyright 2020-2023 Trace Machina, Inc.
2 changes: 1 addition & 1 deletion cas/cas_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const METRICS_DISABLE_ENV: &str = "TURBO_CACHE_DISABLE_METRICS";
/// Backend for bazel remote execution / cache API.
#[derive(Parser, Debug)]
#[clap(
author = "Nathan (Blaise) Bruer <turbo-cache.blaise@allada.com>",
author = "Trace Machina, Inc. <turbo-cache@tracemachina.com>",
version = "0.0.1",
about,
long_about = None
Expand Down
2 changes: 1 addition & 1 deletion util/fastcdc.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Nathan Fiedler, Nathan (Blaise) Bruer. Some rights reserved.
// Copyright 2022 Nathan Fiedler, Trace Machina, Inc. Some rights reserved.
// Originally licensed under MIT license.
//
// This implementation is heavily based on:
Expand Down

0 comments on commit d8685ed

Please sign in to comment.