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:
parent
73ca4b5c8d
commit
7d2f073075
4 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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 = (
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue