diff --git a/doc/openapi/components/schemas/config/hooks/_reorder_ts.yaml b/doc/openapi/components/schemas/config/hooks/_reorder_ts.yaml index a562b1945..29cd52d64 100644 --- a/doc/openapi/components/schemas/config/hooks/_reorder_ts.yaml +++ b/doc/openapi/components/schemas/config/hooks/_reorder_ts.yaml @@ -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 diff --git a/doc/openapi/components/schemas/config/hooks/reorder_ts.yaml b/doc/openapi/components/schemas/config/hooks/reorder_ts.yaml index 7d284700f..244782cf9 100644 --- a/doc/openapi/components/schemas/config/hooks/reorder_ts.yaml +++ b/doc/openapi/components/schemas/config/hooks/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: diff --git a/etc/examples/hooks/reorder_ts.conf b/etc/examples/hooks/reorder_ts.conf index 7d639f744..405aaaa98 100644 --- a/etc/examples/hooks/reorder_ts.conf +++ b/etc/examples/hooks/reorder_ts.conf @@ -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 = ( diff --git a/lib/hooks/reorder_ts.cpp b/lib/hooks/reorder_ts.cpp index 76048bde6..1dbbd4481 100644 --- a/lib/hooks/reorder_ts.cpp +++ b/lib/hooks/reorder_ts.cpp @@ -1,8 +1,8 @@ /* Reorder samples hook. * - * @author Philipp Jungkamp - * @copyright 2023, OPAL-RT Germany GmbH - * @license Apache 2.0 + * Author: Philipp Jungkamp + * SPDX-FileCopyrightText: 2023, OPAL-RT Germany GmbH + * SPDX-License-Identifier: Apache-2.0 */ #include