From 68ab87a7add17999e826a093aea8a3ee0f0effd4 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Wed, 11 Oct 2023 16:09:55 +0200 Subject: [PATCH] Add SPDX tags (#28) --- README.md | 4 ++++ docs/examples/concurrency_and_synchronization.md | 4 ++++ docs/examples/control_structures.md | 4 ++++ docs/examples/introduction.md | 4 ++++ docs/examples/task_input_and_output.md | 4 ++++ docs/getting_started/architecture.md | 4 ++++ docs/getting_started/ci_cd.md | 4 ++++ docs/getting_started/glossary.md | 4 ++++ docs/getting_started/installation.md | 4 ++++ docs/index.md | 4 ++++ docs/pfdl/comments.md | 4 ++++ docs/pfdl/condition.md | 4 ++++ docs/pfdl/introduction.md | 4 ++++ docs/pfdl/loop.md | 4 ++++ docs/pfdl/parallel.md | 4 ++++ docs/pfdl/service.md | 4 ++++ docs/pfdl/struct.md | 4 ++++ docs/pfdl/task.md | 4 ++++ docs/scheduler/api.md | 4 ++++ docs/scheduler/dashboard.md | 4 ++++ docs/scheduler/developer_reference.md | 4 ++++ docs/scheduler/index.md | 4 ++++ docs/scheduler/model_classes.md | 4 ++++ docs/scheduler/scheduler_class.md | 4 ++++ docs/stylesheets/extra.css | 4 ++++ 25 files changed, 100 insertions(+) diff --git a/README.md b/README.md index 9112779..c7cb499 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +
Production Flow Description Language diff --git a/docs/examples/concurrency_and_synchronization.md b/docs/examples/concurrency_and_synchronization.md index db37165..71817bb 100644 --- a/docs/examples/concurrency_and_synchronization.md +++ b/docs/examples/concurrency_and_synchronization.md @@ -1,3 +1,7 @@ + # Concurrency and Synchronization As already stated in the [parallel](../pfdl/parallel.md) section, there is no keyword for the synchronization. The next statement after a parallel block is only started if all concurrently running tasks are finished. diff --git a/docs/examples/control_structures.md b/docs/examples/control_structures.md index a0627fa..14c67b3 100644 --- a/docs/examples/control_structures.md +++ b/docs/examples/control_structures.md @@ -1,3 +1,7 @@ + # Control structures ## Condition diff --git a/docs/examples/introduction.md b/docs/examples/introduction.md index 7bddf2b..b7c6d7a 100644 --- a/docs/examples/introduction.md +++ b/docs/examples/introduction.md @@ -1,3 +1,7 @@ + # Introduction In this section complete PFDL programs are presented to give a better understanding. diff --git a/docs/examples/task_input_and_output.md b/docs/examples/task_input_and_output.md index d0b332e..7a509c6 100644 --- a/docs/examples/task_input_and_output.md +++ b/docs/examples/task_input_and_output.md @@ -1,3 +1,7 @@ + # Task input and output Tasks can define an Input and an Output to pass data when calling each other. diff --git a/docs/getting_started/architecture.md b/docs/getting_started/architecture.md index ee9d9d3..2d932e3 100644 --- a/docs/getting_started/architecture.md +++ b/docs/getting_started/architecture.md @@ -1,3 +1,7 @@ +