Skip to content

Commit

Permalink
update poilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiyi-Zhang committed Feb 8, 2020
1 parent a51124a commit 6d433ac
Show file tree
Hide file tree
Showing 103 changed files with 322 additions and 160 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NDN IoT Package authors
=======================
NDN-LITE authors
================

This list includes the authors for NDN-Lite library and NDN-Lite based packages for different platforms.

Expand Down
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,8 @@ Developers can directly develop IoT applications based on these packages without

Check the ndn-lite based packages in the following list (more to be added in the future):

* [NDN-Lite Unit Tests over RIOT OS](https://github.com/named-data-iot/ndn-lite-test-over-riot) \
Maintainer: Edward Lu, Zhiyi Zhang, Tianyuan Yu

* [NDN IoT Package for Nordic SDK using Segger IDE and Android Phone](https://github.com/named-data-iot/ndn-iot-package-over-nordic-sdk) \
Maintainer: Edward Lu, Bo Chen

* [NDN IoT Package for Nordic SDK using GCC](https://github.com/named-data-iot/ndn-iot-package-over-nordic-sdk-gcc) \
Maintainer: Tianyuan Yu

* [NDN IoT Package for POSIX using CMake](https://github.com/named-data-iot/ndn-iot-package-over-posix) \
Maintainer: Xinyu Ma

* [NDN-Lite Doxygen Documentation](https://zjkmxy.github.io/ndn-lite-docs/index.html) \
Maintainer: Xinyu Ma
* [NDN-Lite Unit Tests over RIOT OS](https://github.com/named-data-iot/ndn-lite-test-over-riot)
* [NDN IoT Package for Nordic SDK using Segger IDE and Android Phone](https://github.com/named-data-iot/ndn-iot-package-over-nordic-sdk)
* [NDN IoT Package for Nordic SDK using GCC](https://github.com/named-data-iot/ndn-iot-package-over-nordic-sdk-gcc)
* [NDN IoT Package for POSIX using CMake](https://github.com/named-data-iot/ndn-iot-package-over-posix)
* [NDN-Lite Doxygen Documentation](https://zjkmxy.github.io/ndn-lite-docs/index.html)
4 changes: 2 additions & 2 deletions app-support/access-control.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright (C) 2018-2019 Zhiyi Zhang, Tianyuan Yu, Guan Yu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "access-control.h"
Expand Down
4 changes: 2 additions & 2 deletions app-support/access-control.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright (C) 2018-2019 Zhiyi Zhang, Guan Yu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_APP_SUPPORT_ACCESS_CONTROL_H
Expand Down
4 changes: 2 additions & 2 deletions app-support/ndn-sig-verifier.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright (C) 2018-2019
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "ndn-sig-verifier.h"
Expand Down
5 changes: 3 additions & 2 deletions app-support/ndn-sig-verifier.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/*
* Copyright (C) 2018-2019
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_APP_SUPPORT_SIG_VERIFIER_H
#define NDN_APP_SUPPORT_SIG_VERIFIER_H

Expand Down
4 changes: 3 additions & 1 deletion app-support/ndn-trust-schema.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
* Copyright (C) 2018 - 2020 Edward Lu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "ndn-trust-schema.h"
Expand Down
4 changes: 3 additions & 1 deletion app-support/ndn-trust-schema.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
* Copyright (C) 2018 - 2020 Edward Lu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_TRUST_SCHEMA_H
Expand Down
4 changes: 2 additions & 2 deletions app-support/pub-sub.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright (C) 2019 Zhiyi Zhang, Tianyuan Yu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "pub-sub.h"
Expand Down
5 changes: 2 additions & 3 deletions app-support/pub-sub.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
/*
* Copyright (C) 2019 Zhiyi Zhang, Tianyuan Yu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/


#ifndef NDN_APP_SUPPORT_PUB_SUB_H
#define NDN_APP_SUPPORT_PUB_SUB_H

Expand Down
5 changes: 3 additions & 2 deletions app-support/security-bootstrapping.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/*
* Copyright (C) 2018-2019 Zhiyi Zhang
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "security-bootstrapping.h"
#include "service-discovery.h"
#include "access-control.h"
Expand Down
5 changes: 3 additions & 2 deletions app-support/security-bootstrapping.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/*
* Copyright (C) 2018-2019 Zhiyi Zhang
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_APP_SUPPORT_SECURITY_BOOTSTRAPPING_H
#define NDN_APP_SUPPORT_SECURITY_BOOTSTRAPPING_H

Expand Down
4 changes: 2 additions & 2 deletions app-support/service-discovery.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright (C) 2018-2019 Zhiyi Zhang
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "service-discovery.h"
Expand Down
5 changes: 3 additions & 2 deletions app-support/service-discovery.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/*
* Copyright (C) 2018-2019 Zhiyi Zhang
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_APP_SUPPORT_SERVICE_DISCOVERY_H
#define NDN_APP_SUPPORT_SERVICE_DISCOVERY_H

Expand Down
4 changes: 2 additions & 2 deletions encode/data.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright (C) Zhiyi Zhang, Edward Lu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "data.h"
Expand Down
4 changes: 2 additions & 2 deletions encode/data.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright (C) Zhiyi Zhang
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_ENCODING_DATA_H
Expand Down
4 changes: 3 additions & 1 deletion encode/decoder.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
* Copyright (C) 2018 Zhiyi Zhang, Tianyuan Yu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_ENCODING_DECODER_H
Expand Down
4 changes: 3 additions & 1 deletion encode/encoder.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
* Copyright (C) 2018 Zhiyi Zhang, Tianyuan Yu, Edward Lu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_ENCODING_ENCODER_H
Expand Down
4 changes: 2 additions & 2 deletions encode/encrypted-payload.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright (C) Zhiyi Zhang
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "encrypted-payload.h"
Expand Down
5 changes: 2 additions & 3 deletions encode/encrypted-payload.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

/*
* Copyright (C) Zhiyi Zhang
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_ENCRYPTED_PAYLOAD_H
Expand Down
5 changes: 4 additions & 1 deletion encode/forwarder-helper.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/*
* Copyright (C) 2018-2019 Zhiyi Zhang, Xinyu Ma
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "forwarder-helper.h"
#include "tlv.h"
#include "../ndn-error-code.h"
Expand Down
5 changes: 4 additions & 1 deletion encode/forwarder-helper.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/*
* Copyright (C) 2018-2019 Zhiyi Zhang, Xinyu Ma
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_ENCODING_FORWARD_HELPER_H
#define NDN_ENCODING_FORWARD_HELPER_H

Expand Down
4 changes: 3 additions & 1 deletion encode/fragmentation-support.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
* Copyright (C) 2018 Zhiyi Zhang, Tianyuan Yu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_ENCODING_FRAGMENTATION_SUPPORT_H
Expand Down
4 changes: 3 additions & 1 deletion encode/interest.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
* Copyright (C) 2018 Zhiyi Zhang, Edward Lu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "interest.h"
Expand Down
5 changes: 2 additions & 3 deletions encode/interest.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright (C) 2018-2019
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_ENCODING_INTEREST_H
Expand All @@ -14,7 +14,6 @@
#include "name.h"
#include "signature.h"
#include "../util/bit-operations.h"
#include "../security/ndn-lite-crypto-key.h"

#ifdef __cplusplus
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions encode/key-storage.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright (C) 2018 Zhiyi Zhang, Tianyuan Yu
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#include "key-storage.h"
Expand Down
5 changes: 3 additions & 2 deletions encode/key-storage.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/*
* Copyright (C) 2018-2019
* Copyright (C) 2018-2020
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v3.0. See the file LICENSE in the top level
* directory for more details.
*
* See AUTHORS.md for complete list of NDN IOT PKG authors and contributors.
* See AUTHORS.md for complete list of NDN-LITE authors and contributors.
*/

#ifndef NDN_ENCODE_KEY_STORAGE_H
#define NDN_ENCODE_KEY_STORAGE_H

Expand Down
Loading

0 comments on commit 6d433ac

Please sign in to comment.