Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 5275e78

Browse files
committed
Update all copyright headers
1 parent 5f7a248 commit 5275e78

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+207
-293
lines changed

.travis-ci.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
#!/usr/bin/env bash
22

3+
#
4+
# Copyright (c) 2017, 2020 ADLINK Technology Inc.
5+
#
6+
# This program and the accompanying materials are made available under the
7+
# terms of the Eclipse Public License 2.0 which is available at
8+
# http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
9+
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
10+
#
11+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
12+
#
13+
# Contributors:
14+
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
15+
#
16+
317
WD=$(pwd)
418
cd $(mktemp -d)
519
RD=$(pwd)

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
#
2+
# Copyright (c) 2017, 2020 ADLINK Technology Inc.
3+
#
4+
# This program and the accompanying materials are made available under the
5+
# terms of the Eclipse Public License 2.0 which is available at
6+
# http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
7+
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
8+
#
9+
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
10+
#
11+
# Contributors:
12+
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
13+
#
14+
115
before_install:
216
- sudo apt-get install -y libssl1.0.0 libev4
317
- sudo curl -L -o /usr/local/lib/libzenohc.so https://github.com/atolab/atobin/raw/master/zenoh-c/unstable/ubuntu/18.04/libzenohc.so

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Copyright (c) 2018 ADLINK Technology Inc.
2-
#
3-
# See the NOTICE file(s) distributed with this work for additional
4-
# information regarding copyright ownership.
1+
# Copyright (c) 2017, 2020 ADLINK Technology Inc.
52
#
63
# This program and the accompanying materials are made available under the
74
# terms of the Eclipse Public License 2.0 which is available at
@@ -10,7 +7,8 @@
107
#
118
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
129
#
13-
# Contributors: Gabriele Baldoni, ADLINK Technology Inc. - Initial commit
10+
# Contributors:
11+
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
1412

1513
# -*-Makefile-*-
1614

docs/conf.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Copyright (c) 2014, 2020 Contributors to the Eclipse Foundation
2-
#
3-
# See the NOTICE file(s) distributed with this work for additional
4-
# information regarding copyright ownership.
1+
# Copyright (c) 2017, 2020 ADLINK Technology Inc.
52
#
63
# This program and the accompanying materials are made available under the
74
# terms of the Eclipse Public License 2.0 which is available at
@@ -11,9 +8,7 @@
118
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
129
#
1310
# Contributors:
14-
# Angelo Corsaro <angelo.corsaro@adlinktech.com>
15-
# Olivier Hecart <olivier.hecart@adlinktech.com>
16-
# Julien Enoch <julien.enoch@adlinktech.com>
11+
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
1712

1813
# -*- coding: utf-8 -*-
1914
#

docs/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
..
2+
.. Copyright (c) 2017, 2020 ADLINK Technology Inc.
3+
..
4+
.. This program and the accompanying materials are made available under the
5+
.. terms of the Eclipse Public License 2.0 which is available at
6+
.. http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
7+
.. which is available at https://www.apache.org/licenses/LICENSE-2.0.
8+
..
9+
.. SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
10+
..
11+
.. Contributors:
12+
.. ADLINK zenoh team, <zenoh@adlink-labs.tech>
13+
..
14+
115
============
216
zenoh-python
317
============

docs/zenoh-api.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
..
2+
.. Copyright (c) 2017, 2020 ADLINK Technology Inc.
3+
..
4+
.. This program and the accompanying materials are made available under the
5+
.. terms of the Eclipse Public License 2.0 which is available at
6+
.. http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
7+
.. which is available at https://www.apache.org/licenses/LICENSE-2.0.
8+
..
9+
.. SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
10+
..
11+
.. Contributors:
12+
.. ADLINK zenoh team, <zenoh@adlink-labs.tech>
13+
..
14+
115
===================
216
Zenoh API Reference
317
===================

docs/zenoh-net-api.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
..
2+
.. Copyright (c) 2017, 2020 ADLINK Technology Inc.
3+
..
4+
.. This program and the accompanying materials are made available under the
5+
.. terms of the Eclipse Public License 2.0 which is available at
6+
.. http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
7+
.. which is available at https://www.apache.org/licenses/LICENSE-2.0.
8+
..
9+
.. SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
10+
..
11+
.. Contributors:
12+
.. ADLINK zenoh team, <zenoh@adlink-labs.tech>
13+
..
14+
115
=======================
216
Zenoh-net API Reference
317
=======================

examples/zenoh-net/zn_eval.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Copyright (c) 2014, 2020 Contributors to the Eclipse Foundation
2-
#
3-
# See the NOTICE file(s) distributed with this work for additional
4-
# information regarding copyright ownership.
1+
# Copyright (c) 2017, 2020 ADLINK Technology Inc.
52
#
63
# This program and the accompanying materials are made available under the
74
# terms of the Eclipse Public License 2.0 which is available at
@@ -11,9 +8,7 @@
118
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
129
#
1310
# Contributors:
14-
# Angelo Corsaro <angelo.corsaro@adlinktech.com>
15-
# Olivier Hecart <olivier.hecart@adlinktech.com>
16-
# Julien Enoch <julien.enoch@adlinktech.com>
11+
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
1712

1813
import sys
1914
import time

examples/zenoh-net/zn_info.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Copyright (c) 2014, 2020 Contributors to the Eclipse Foundation
2-
#
3-
# See the NOTICE file(s) distributed with this work for additional
4-
# information regarding copyright ownership.
1+
# Copyright (c) 2017, 2020 ADLINK Technology Inc.
52
#
63
# This program and the accompanying materials are made available under the
74
# terms of the Eclipse Public License 2.0 which is available at
@@ -11,9 +8,7 @@
118
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
129
#
1310
# Contributors:
14-
# Angelo Corsaro <angelo.corsaro@adlinktech.com>
15-
# Olivier Hecart <olivier.hecart@adlinktech.com>
16-
# Julien Enoch <julien.enoch@adlinktech.com>
11+
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
1712

1813
import sys
1914
import time

examples/zenoh-net/zn_pub_thr.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Copyright (c) 2014, 2020 Contributors to the Eclipse Foundation
2-
#
3-
# See the NOTICE file(s) distributed with this work for additional
4-
# information regarding copyright ownership.
1+
# Copyright (c) 2017, 2020 ADLINK Technology Inc.
52
#
63
# This program and the accompanying materials are made available under the
74
# terms of the Eclipse Public License 2.0 which is available at
@@ -11,9 +8,7 @@
118
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
129
#
1310
# Contributors:
14-
# Angelo Corsaro <angelo.corsaro@adlinktech.com>
15-
# Olivier Hecart <olivier.hecart@adlinktech.com>
16-
# Julien Enoch <julien.enoch@adlinktech.com>
11+
# ADLINK zenoh team, <zenoh@adlink-labs.tech>
1712

1813
import sys
1914
from zenoh.net import Session

0 commit comments

Comments
 (0)