-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
48 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright (c) 2017, 2020 ADLINK Technology Inc. | ||
# Copyright (c) 2022 ZettaScale Technology | ||
# | ||
# This program and the accompanying materials are made available under the | ||
# terms of the Eclipse Public License 2.0 which is available at | ||
|
@@ -9,16 +9,16 @@ | |
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 | ||
# | ||
# Contributors: | ||
# ADLINK zenoh team, <zenoh@adlink-labs.tech> | ||
# ZettaScale Zenoh Team, <zenoh@zettascale.tech> | ||
# | ||
[package] | ||
name = "zenoh_backend_rocksdb" | ||
version = "0.6.0-dev.0" | ||
authors = [ | ||
"kydos <[email protected]>", | ||
"Julien Enoch <[email protected]>", | ||
"Olivier Hécart <olivier.hecart@adlinktech.com>", | ||
"Luca Cominardi <luca.cominardi@adlinktech.com>", | ||
"Olivier Hécart <olivier.hecart@zettascale.tech>", | ||
"Luca Cominardi <luca.cominardi@zettascale.tech>", | ||
] | ||
edition = "2018" | ||
|
||
|
@@ -50,7 +50,7 @@ rustc_version = "0.4.0" | |
[package.metadata.deb] | ||
name = "zenoh-backend-rocksdb" | ||
maintainer = "[email protected]" | ||
copyright = "2017, 2020 ADLINK Technology Inc." | ||
copyright = "2022 ZettaScale Technology" | ||
section = "net" | ||
license-file = ["LICENSE", "0"] | ||
depends = "zenoh-plugin-storages (=0.6.0~dev.0)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters