Skip to content

Commit

Permalink
Update license headers
Browse files Browse the repository at this point in the history
Signed-off-by: Błażej Sowa <[email protected]>
  • Loading branch information
bjsowa committed Aug 30, 2023
1 parent 5d92775 commit 63c089b
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 2 deletions.
13 changes: 13 additions & 0 deletions examples/freertos_plus_tcp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Copyright (c) 2023 Fictionlab sp. z o.o.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# Błażej Sowa, <[email protected]>

cmake_minimum_required(VERSION 3.20)
project(zenohpico_freertos_plus_tcp_examples)

Expand Down
13 changes: 13 additions & 0 deletions examples/freertos_plus_tcp/include/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
//
// Copyright (c) 2023 Fictionlab sp. z o.o.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// Błażej Sowa, <[email protected]>

#ifndef FREERTOS_CONFIG_H
#define FREERTOS_CONFIG_H

Expand Down
13 changes: 13 additions & 0 deletions examples/freertos_plus_tcp/include/FreeRTOSIPConfig.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
//
// Copyright (c) 2023 Fictionlab sp. z o.o.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// Błażej Sowa, <[email protected]>

#ifndef FREERTOS_IP_CONFIG_H
#define FREERTOS_IP_CONFIG_H

Expand Down
13 changes: 13 additions & 0 deletions examples/freertos_plus_tcp/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
//
// Copyright (c) 2023 Fictionlab sp. z o.o.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// Błażej Sowa, <[email protected]>

#include <stdio.h>
#include <stdlib.h>

Expand Down
1 change: 1 addition & 0 deletions include/zenoh-pico/api/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
// Błażej Sowa, <[email protected]>

#ifndef ZENOH_PICO_API_TYPES_H
#define ZENOH_PICO_API_TYPES_H
Expand Down
2 changes: 1 addition & 1 deletion include/zenoh-pico/net/session.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
//
// Błażej Sowa, <[email protected]>

#ifndef ZENOH_PICO_SESSION_NETAPI_H
#define ZENOH_PICO_SESSION_NETAPI_H
Expand Down
2 changes: 1 addition & 1 deletion include/zenoh-pico/system/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
//
// Błażej Sowa, <[email protected]>

#ifndef ZENOH_PICO_SYSTEM_COMMON_H
#define ZENOH_PICO_SYSTEM_COMMON_H
Expand Down
13 changes: 13 additions & 0 deletions include/zenoh-pico/system/platform/freertos_plus_tcp.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
//
// Copyright (c) 2023 Fictionlab sp. z o.o.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// Błażej Sowa, <[email protected]>

#ifndef ZENOH_PICO_SYSTEM_FREERTOS_PLUS_TCP_TYPES_H
#define ZENOH_PICO_SYSTEM_FREERTOS_PLUS_TCP_TYPES_H

Expand Down
1 change: 1 addition & 0 deletions src/api/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
// Błażej Sowa, <[email protected]>

#include <stdbool.h>
#include <stddef.h>
Expand Down
1 change: 1 addition & 0 deletions src/net/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
// Błażej Sowa, <[email protected]>

#include "zenoh-pico/net/session.h"

Expand Down
15 changes: 15 additions & 0 deletions src/system/freertos_plus_tcp/network.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
//
// Copyright (c) 2022 ZettaScale Technology
// Copyright (c) 2023 Fictionlab sp. z o.o.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
// Błażej Sowa, <[email protected]>

#include <stdlib.h>

#include "zenoh-pico/system/platform.h"
Expand Down
15 changes: 15 additions & 0 deletions src/system/freertos_plus_tcp/system.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
//
// Copyright (c) 2022 ZettaScale Technology
// Copyright (c) 2023 Fictionlab sp. z o.o.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
// which is available at https://www.apache.org/licenses/LICENSE-2.0.
//
// SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
//
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
// Błażej Sowa, <[email protected]>

#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
Expand Down

0 comments on commit 63c089b

Please sign in to comment.