Skip to content

Commit

Permalink
Add license header to databroker-perf main
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <[email protected]>
  • Loading branch information
dennismeister93 committed May 15, 2024
1 parent bd6147f commit 618de1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions databroker-perf/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/********************************************************************************
* Copyright (c) 2024 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License 2.0 which is available at
* http://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

use std::collections::HashMap;

use clap::Parser;
Expand Down

0 comments on commit 618de1e

Please sign in to comment.