summaryrefslogtreecommitdiffstats
path: root/spec/rtems/support
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/support')
-rw-r--r--spec/rtems/support/if/group.yml2
-rw-r--r--spec/rtems/support/if/header.yml2
-rw-r--r--spec/rtems/support/if/is-name-valid.yml2
-rw-r--r--spec/rtems/support/if/microseconds-to-ticks.yml2
-rw-r--r--spec/rtems/support/if/milliseconds-to-microseconds.yml2
-rw-r--r--spec/rtems/support/if/milliseconds-to-ticks.yml2
-rw-r--r--spec/rtems/support/if/name-to-characters.yml2
-rw-r--r--spec/rtems/support/if/workspace-allocate.yml2
-rw-r--r--spec/rtems/support/if/workspace-free.yml2
-rw-r--r--spec/rtems/support/if/workspace-get-information.yml2
-rw-r--r--spec/rtems/support/if/workspace-greedy-allocate-all-except-largest.yml2
-rw-r--r--spec/rtems/support/if/workspace-greedy-allocate.yml2
-rw-r--r--spec/rtems/support/if/workspace-greedy-free.yml2
-rw-r--r--spec/rtems/support/req/is-name-valid.yml2
-rw-r--r--spec/rtems/support/req/name-to-characters-1.yml2
-rw-r--r--spec/rtems/support/req/name-to-characters-2.yml2
-rw-r--r--spec/rtems/support/req/name-to-characters-3.yml2
-rw-r--r--spec/rtems/support/req/name-to-characters-4.yml2
-rw-r--r--spec/rtems/support/val/support.yml2
19 files changed, 19 insertions, 19 deletions
diff --git a/spec/rtems/support/if/group.yml b/spec/rtems/support/if/group.yml
index 707c3f72..23d425d8 100644
--- a/spec/rtems/support/if/group.yml
+++ b/spec/rtems/support/if/group.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Items of this group should move to other groups.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
description: null
enabled-by: true
diff --git a/spec/rtems/support/if/header.yml b/spec/rtems/support/if/header.yml
index cc3dd1f9..37c48ad6 100644
--- a/spec/rtems/support/if/header.yml
+++ b/spec/rtems/support/if/header.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: This header file defines support services of the API.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
index-entries: []
interface-type: header-file
diff --git a/spec/rtems/support/if/is-name-valid.yml b/spec/rtems/support/if/is-name-valid.yml
index cbf9435e..570c4c52 100644
--- a/spec/rtems/support/if/is-name-valid.yml
+++ b/spec/rtems/support/if/is-name-valid.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Checks if the object name is valid.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
- Copyright (C) 1989, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/if/microseconds-to-ticks.yml b/spec/rtems/support/if/microseconds-to-ticks.yml
index de54d77c..8a73747a 100644
--- a/spec/rtems/support/if/microseconds-to-ticks.yml
+++ b/spec/rtems/support/if/microseconds-to-ticks.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Gets the number of clock ticks for the microseconds value.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/if/milliseconds-to-microseconds.yml b/spec/rtems/support/if/milliseconds-to-microseconds.yml
index 2d0a3777..b6357a3d 100644
--- a/spec/rtems/support/if/milliseconds-to-microseconds.yml
+++ b/spec/rtems/support/if/milliseconds-to-microseconds.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Gets the number of microseconds for the milliseconds value.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/if/milliseconds-to-ticks.yml b/spec/rtems/support/if/milliseconds-to-ticks.yml
index 4f0d3032..04374b83 100644
--- a/spec/rtems/support/if/milliseconds-to-ticks.yml
+++ b/spec/rtems/support/if/milliseconds-to-ticks.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Gets the number of clock ticks for the milliseconds value.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/if/name-to-characters.yml b/spec/rtems/support/if/name-to-characters.yml
index 52ea2a40..43928294 100644
--- a/spec/rtems/support/if/name-to-characters.yml
+++ b/spec/rtems/support/if/name-to-characters.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Breaks the object name into the four component characters.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/if/workspace-allocate.yml b/spec/rtems/support/if/workspace-allocate.yml
index 434c6cb7..dc36180a 100644
--- a/spec/rtems/support/if/workspace-allocate.yml
+++ b/spec/rtems/support/if/workspace-allocate.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Allocates a memory area from the RTEMS Workspace.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/if/workspace-free.yml b/spec/rtems/support/if/workspace-free.yml
index b883e5ef..5ae41d2b 100644
--- a/spec/rtems/support/if/workspace-free.yml
+++ b/spec/rtems/support/if/workspace-free.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Frees the memory area allocated from the RTEMS Workspace.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/if/workspace-get-information.yml b/spec/rtems/support/if/workspace-get-information.yml
index 3a543afe..aacb1bcb 100644
--- a/spec/rtems/support/if/workspace-get-information.yml
+++ b/spec/rtems/support/if/workspace-get-information.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Gets information about the RTEMS Workspace.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/if/workspace-greedy-allocate-all-except-largest.yml b/spec/rtems/support/if/workspace-greedy-allocate-all-except-largest.yml
index e5816faa..80a5d1b2 100644
--- a/spec/rtems/support/if/workspace-greedy-allocate-all-except-largest.yml
+++ b/spec/rtems/support/if/workspace-greedy-allocate-all-except-largest.yml
@@ -3,7 +3,7 @@ brief: |
Greedy allocates all blocks of the RTEMS Workspace except the largest free
block.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/if/workspace-greedy-allocate.yml b/spec/rtems/support/if/workspace-greedy-allocate.yml
index 96959bb3..702629ad 100644
--- a/spec/rtems/support/if/workspace-greedy-allocate.yml
+++ b/spec/rtems/support/if/workspace-greedy-allocate.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Greedy allocates that empties the RTEMS Workspace.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/if/workspace-greedy-free.yml b/spec/rtems/support/if/workspace-greedy-free.yml
index 10b16086..758d1103 100644
--- a/spec/rtems/support/if/workspace-greedy-free.yml
+++ b/spec/rtems/support/if/workspace-greedy-free.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Frees space of a greedy allocation to the RTEMS Workspace.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/support/req/is-name-valid.yml b/spec/rtems/support/req/is-name-valid.yml
index 866b92d8..4d25436c 100644
--- a/spec/rtems/support/req/is-name-valid.yml
+++ b/spec/rtems/support/req/is-name-valid.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
functional-type: action
links:
diff --git a/spec/rtems/support/req/name-to-characters-1.yml b/spec/rtems/support/req/name-to-characters-1.yml
index ad50304c..55e084e4 100644
--- a/spec/rtems/support/req/name-to-characters-1.yml
+++ b/spec/rtems/support/req/name-to-characters-1.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: interface-function
diff --git a/spec/rtems/support/req/name-to-characters-2.yml b/spec/rtems/support/req/name-to-characters-2.yml
index b16ac042..57348c3a 100644
--- a/spec/rtems/support/req/name-to-characters-2.yml
+++ b/spec/rtems/support/req/name-to-characters-2.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: interface-function
diff --git a/spec/rtems/support/req/name-to-characters-3.yml b/spec/rtems/support/req/name-to-characters-3.yml
index 2b16171d..12db3c23 100644
--- a/spec/rtems/support/req/name-to-characters-3.yml
+++ b/spec/rtems/support/req/name-to-characters-3.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: interface-function
diff --git a/spec/rtems/support/req/name-to-characters-4.yml b/spec/rtems/support/req/name-to-characters-4.yml
index e112da5d..65157222 100644
--- a/spec/rtems/support/req/name-to-characters-4.yml
+++ b/spec/rtems/support/req/name-to-characters-4.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: interface-function
diff --git a/spec/rtems/support/val/support.yml b/spec/rtems/support/val/support.yml
index a7898ff4..f17dca39 100644
--- a/spec/rtems/support/val/support.yml
+++ b/spec/rtems/support/val/support.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links: []
test-actions: