Skip to content

Commit

Permalink
Updated Copyright Headers (eclipse-zenoh#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kydos committed May 14, 2024
1 parent d8c6e81 commit 8fba099
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions ROS2/zenoh-python-lidar-plot/ros2-lidar-plot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2022 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
Expand All @@ -9,7 +9,7 @@
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
# The Zenoh Team, <zenoh@zettascale.tech>
# Alexandre Humblot, <[email protected]>

import argparse
Expand Down
4 changes: 2 additions & 2 deletions ROS2/zenoh-python-teleop/ros2-teleop.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021 ADLINK Technology Inc.
# Copyright (c) 2022 ZettaScale Technology Inc.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -9,7 +9,7 @@
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
# The Zenoh Team, <zenoh@zettascale.tech>
#

import argparse
Expand Down
4 changes: 2 additions & 2 deletions ROS2/zenoh-rust-replay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021 ADLINK Technology Inc.
# Copyright (c) 2021 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
Expand All @@ -9,7 +9,7 @@
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
# The Zenoh Team, <zenoh@zettascale.tech>
#
[package]
name = "ros2-teleop"
Expand Down
4 changes: 2 additions & 2 deletions ROS2/zenoh-rust-replay/src/bin/ros2-replay.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2021 ADLINK Technology Inc.
// Copyright (c) 2021 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
Expand All @@ -9,7 +9,7 @@
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// ADLINK zenoh team, <zenoh@adlink-labs.tech>
// The Zenoh Team, <zenoh@zettascale.tech>
//
use async_std::task;
use cdr::CdrLe;
Expand Down
4 changes: 2 additions & 2 deletions ROS2/zenoh-rust-teleop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021 ADLINK Technology Inc.
# Copyright (c) 2021 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
Expand All @@ -9,7 +9,7 @@
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
# The Zenoh Team, <zenoh@zettascale.tech>
#
[package]
name = "ros2-teleop"
Expand Down
4 changes: 2 additions & 2 deletions ROS2/zenoh-rust-teleop/src/bin/ros2-teleop.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2021 ADLINK Technology Inc.
// Copyright (c) 2021 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
Expand All @@ -9,7 +9,7 @@
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// ADLINK zenoh team, <zenoh@adlink-labs.tech>
// The Zenoh Team, <zenoh@zettascale.tech>
//
use async_std::channel::bounded;
use cdr::{CdrLe, Infinite};
Expand Down
4 changes: 2 additions & 2 deletions computer-vision/face-recog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ enable dynamic configuration.

## Step II -- Prepare Your Data Set (optional)

The directory **dataset** contains some existing data-set for some of the members of the
Advanced Technology Office in ADLINK, some famous Tennis players, Soccer Player and Hollywood stars.
The directory **dataset** contains some existing data-set for some Zettlers, some famous Tennis players,
Soccer Player and Hollywood stars.
The data-set are actually collections of faces pictures organized in subdirectories:
**dataset/*category*/*name*/\*.jpg**
These data-set have already been transformed into face-signature databases (JSON format) in face-sig-db.
Expand Down
4 changes: 2 additions & 2 deletions computer-vision/zcam/zcam-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "zcam"
version = "0.1.0"
authors = [
"Olivier Hécart <olivier.hecart@adlinktech.com",
"kydos <[email protected]>",
"Olivier Hécart <olivier.hecart@zettascale.tech",
"kydos <[email protected]>",
]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions computer-vision/zcam/zcam-rust/src/capture.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2017, 2020 ADLINK Technology Inc.
// Copyright (c) 2017, 2020 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
Expand All @@ -9,7 +9,7 @@
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// ADLINK zenoh team, <zenoh@adlink-labs.tech>
// The Zenoh Team, <zenoh@zettascale.tech>
//
use clap::{App, Arg};
use opencv::{prelude::*, videoio, Result};
Expand Down
4 changes: 2 additions & 2 deletions computer-vision/zcam/zcam-rust/src/display.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2017, 2020 ADLINK Technology Inc.
// Copyright (c) 2017, 2020 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
Expand All @@ -9,7 +9,7 @@
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// ADLINK zenoh team, <zenoh@adlink-labs.tech>
// The Zenoh Team, <zenoh@zettascale.tech>
//
use clap::{App, Arg};
use opencv::{highgui, prelude::*, Result};
Expand Down
4 changes: 2 additions & 2 deletions turtlebot3/zlidar-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2017, 2020 ADLINK Technology Inc.
# Copyright (c) 2017, 2020 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
Expand All @@ -9,7 +9,7 @@
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
# The Zenoh Team, <zenoh@zettascale.tech>
#
[package]
name = "zlidar"
Expand Down
4 changes: 2 additions & 2 deletions turtlebot3/zturtle-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2017, 2020 ADLINK Technology Inc.
# Copyright (c) 2017, 2020 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
Expand All @@ -9,7 +9,7 @@
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
# The Zenoh Team, <zenoh@zettascale.tech>
#
[package]
name = "zturtle"
Expand Down
4 changes: 2 additions & 2 deletions turtlebot3/zturtle-rust/src/addresses.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2017, 2020 ADLINK Technology Inc.
// Copyright (c) 2017, 2020 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
Expand All @@ -9,7 +9,7 @@
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// ADLINK zenoh team, <zenoh@adlink-labs.tech>
// The Zenoh Team, <zenoh@zettascale.tech>
//
#![allow(dead_code)]
pub const MODEL_NUMBER: u16 = 0;
Expand Down
4 changes: 2 additions & 2 deletions turtlebot3/zturtle-rust/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2017, 2020 ADLINK Technology Inc.
// Copyright (c) 2017, 2020 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
Expand All @@ -9,7 +9,7 @@
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// ADLINK zenoh team, <zenoh@adlink-labs.tech>
// The Zenoh Team, <zenoh@zettascale.tech>
//
use clap::{App, Arg};
use opencv::{core, prelude::*, videoio};
Expand Down
2 changes: 1 addition & 1 deletion zenoh-shamir/zenoh_put_shamir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zenoh_put_shamir"
version = "0.0.1"
authors = ["Julien Loudet <julien.loudet@adlinktech.com>"]
authors = ["Julien Loudet <julien.loudet@zettascale.tech>"]
license = " EPL-2.0 OR Apache-2.0"
categories = ["network-programming"]
description = "A simple way of using Shamir’s Secret Sharing Scheme on top of Zenoh"
Expand Down
2 changes: 1 addition & 1 deletion zenoh-shamir/zenoh_queryable_shamir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zenoh_queryable_shamir"
version = "0.0.1"
authors = ["Julien Loudet <julien.loudet@adlinktech.com>"]
authors = ["Julien Loudet <julien.loudet@zettascale.tech>"]
license = " EPL-2.0 OR Apache-2.0"
categories = ["network-programming"]
description = "A simple way of using Shamir’s Secret Sharing Scheme on top of Zenoh"
Expand Down

0 comments on commit 8fba099

Please sign in to comment.