1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Fix REUSE compliance for reorder hook

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-09-07 09:53:18 +02:00 committed by Steffen Vogel
parent 73ca4b5c8d
commit 7d2f073075
4 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,7 @@
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
---
allOf:
- $ref: ../hook_obj.yaml
- $ref: reorder_ts.yaml

View file

@ -1,6 +1,7 @@
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
---
allOf:
- type: object
properties:

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
@include "hook-nodes.conf"
paths = (

View file

@ -1,8 +1,8 @@
/* Reorder samples hook.
*
* @author Philipp Jungkamp <philipp.jungkamp@opal-rt.com>
* @copyright 2023, OPAL-RT Germany GmbH
* @license Apache 2.0
* Author: Philipp Jungkamp <philipp.jungkamp@opal-rt.com>
* SPDX-FileCopyrightText: 2023, OPAL-RT Germany GmbH
* SPDX-License-Identifier: Apache-2.0
*/
#include <cinttypes>