Skip to content

Commit

Permalink
Self-review fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholakov committed Nov 12, 2024
1 parent 7f44686 commit 451cb20
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions crates/worker/src/partition/snapshots/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
// Copyright (c) 2024 - Restate Software, Inc., Restate GmbH.
// All rights reserved.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
//
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by the Apache License, Version 2.0.

Check warning on line 10 in crates/worker/src/partition/snapshots/mod.rs

View workflow job for this annotation

GitHub Actions / Build and test (warp-ubuntu-latest-x64-16x)

Diff in /home/runner/work/restate/restate/crates/worker/src/partition/snapshots/mod.rs
pub mod producer;
pub mod repository;
2 changes: 1 addition & 1 deletion crates/worker/src/partition/snapshots/producer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 - Restate Software, Inc., Restate GmbH.
// Copyright (c) 2024 - Restate Software, Inc., Restate GmbH.
// All rights reserved.
//
// Use of this software is governed by the Business Source License
Expand Down
10 changes: 10 additions & 0 deletions crates/worker/src/partition/snapshots/repository.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// Copyright (c) 2024 - Restate Software, Inc., Restate GmbH.
// All rights reserved.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
//
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by the Apache License, Version 2.0.

use std::path::{Path, PathBuf};
use std::sync::Arc;

Expand Down

0 comments on commit 451cb20

Please sign in to comment.